summaryrefslogtreecommitdiffstats
path: root/apps/plugins/viewer.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-05fix FS#6621 - viewer bookmarks only working for one fileJonathan Gordon1-2/+3
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold1-3/+3
2007-01-14Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ...Dave Chapman1-0/+13
2006-11-19* Move checkbox to plugin api (core never uses it)Jonathan Gordon1-1/+2
2006-10-26Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...Barry Wardell1-0/+10
2006-09-18woops, fix the errors/warningsJonathan Gordon1-2/+2
2006-09-18viewer.rock can now remembers the last 46 viewed files and their positions, b...Jonathan Gordon1-70/+75
2006-09-17fixes FS#6007 point 3Jonathan Gordon1-0/+3
2006-09-17fixes FS#6007 point 2Jonathan Gordon1-2/+5
2006-09-17woops! ok, only rmember the last 10 files, some trickery can be added later t...Jonathan Gordon1-1/+1
2006-09-17re-implement bookmarking in viewer.rock, remebers the last 45.6(\!) files viewedJonathan Gordon1-6/+79
2006-08-03Barry Wardell's keymappings for H10Daniel Stenberg1-0/+10
2006-08-01Fix bug #5724 - Missing characters in text viewer, the number of characters i...Linus Nielsen Feltzing1-2/+2
2006-07-25Fixes text viewer column advance when in wide mode using play+left/right butt...Mark Arigo1-16/+18
2006-07-15Fix for uninitialized variable, caused crash when viewing a file that started...Peter D'Hoye1-1/+1
2006-06-30To avoid having to use the main unit when accidentally launching a plugin fro...Kevin Ferrare1-0/+5
2006-06-03Fix wide view mode on viewerKarl Kurbjun1-11/+20
2006-05-11got Frank Dishner's viewer patch (#4873) working again and added encoding to ...Marcoen Hirschberg1-73/+164
2006-05-05Viewer: Don't say 'yes' to every option ;-) (Voice ID must be -1 for 'no clip').Jens Arnold1-14/+14
2006-05-04Fix viewer crash due to uninitialsed usage of rb->Jens Arnold1-1/+2
2006-05-03Text viewer: * Only show those options which really exist. * Basic button fun...Jens Arnold1-114/+115
2006-05-01Oops, fix Ondio builds.Zakk Roberts1-0/+3
2006-05-01Patch #5056 by Jonathan Gordon, with rework and additions by me: Updated View...Zakk Roberts1-376/+328
2006-04-04Oops, rename the global bool exit to doneHristo Kovachev1-3/+3
2006-04-04Patch #5011 by Peter K. Cawley: added playback_control menu in text viewer pl...Hristo Kovachev1-16/+47
2006-03-01Quick hack to restore the reading of ISO encoded text files with the viewer p...Linus Nielsen Feltzing1-3/+18
2006-02-24More iPod 3G work from Seven Le MesleDave Chapman1-1/+2
2006-02-24first gigabeat commitMarcoen Hirschberg1-0/+11
2006-02-24Button driver for iAudio X5Linus Nielsen Feltzing1-1/+1
2006-02-16Fixed scrolling for iPods (now scrolling the wheel forward will move down, an...Zakk Roberts1-49/+50
2006-01-27Made lots of keys' code depend on the actual definition of the key insteadDaniel Stenberg1-7/+14
2006-01-18removed a few ifdefsDaniel Stenberg1-10/+5
2006-01-18Matt v.d. Westhuizen's iAudio X5 keypad adjustmentsDaniel Stenberg1-0/+11
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold1-4/+1
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman1-0/+11
2005-12-19Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be iden...Dave Chapman1-2/+2
2005-12-14iPod: Fix compiler warningDave Chapman1-1/+4
2005-12-14iPod: Initial attempt at button mappings for plugins. All plugins now compil...Dave Chapman1-0/+10
2005-06-29adjusted for the h300 to make it do similar as the h100Daniel Stenberg1-2/+3
2005-06-29Hristo Kovachev's keypad fixes for the H300 buildDaniel Stenberg1-2/+3
2005-05-17Remove stray debugging call.Thom Johansen1-1/+0
2005-05-17Patch #1202120 by Luca Burelli - autobookmark for text viewerLinus Nielsen Feltzing1-10/+130
2005-05-14Disable reflow mode for the player as it makes no sense. Cosmetic indentation...Jens Arnold1-10/+19
2005-05-13Patch #1152363 by Luca Burelli, proportional font support in the text viewer ...Linus Nielsen Feltzing1-45/+209
2005-02-12Complete button assignemt for text viewer on iRiver.Jens Arnold1-8/+17
2005-02-04adapted to build on iRiverDaniel Stenberg1-0/+10
2005-01-26Changed several places to use button_clear_queue() to empty the button queue....Jens Arnold1-1/+1
2004-10-16Plugin rework 1: (most) Compile-time keyboard configuration, for Ondio adapti...Jens Arnold1-141/+132
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn1-9/+9
2004-07-13The plugin API now supports ctype macros like tolower() and friendsLinus Nielsen Feltzing1-9/+0