summaryrefslogtreecommitdiffstats
path: root/apps/tree.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-10Show complete status when asking for resume.Mats Lidell1-0/+1
2003-01-10Adapted player code for new Rocklatin character set.Kjell Ericson1-2/+5
2003-01-09The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding do...Björn Stenberg1-17/+71
2002-12-18Killed a dozen global variablesBjörn Stenberg1-2/+2
2002-12-18Removed clearing of resume info after STOP and USB.Björn Stenberg1-2/+0
2002-12-02correction to make 'playlists' display option workRobert Hak1-2/+2
2002-11-30updateing a build failure (ata_power_off) and first attempt to add 'playlist ...Robert Hak1-0/+8
2002-10-28Removed some unnecessary LCD updatesLinus Nielsen Feltzing1-4/+17
2002-10-16resume ask once option addedRobert Hak1-0/+6
2002-10-15The player firmware now autodetects the LCD type. No need for two player vers...Linus Nielsen Feltzing1-3/+3
2002-10-12removed button_set_repeat/release() calls since we don't really need to do itRobert Hak1-4/+0
2002-10-11Retrieve the first_index from playlist when updating resume settings instead ...Hardeep Sidhu1-1/+2
2002-10-11Enable status bar in usb mode.Markus Braun1-0/+1
2002-10-08Minor bug fixBjörn Stenberg1-1/+1
2002-10-08Added persistence of last .wps, .fnt and .lng file played in /.rockboxBjörn Stenberg1-1/+31
2002-10-08Added new icons for .cfg and .txt filesBjörn Stenberg1-3/+3
2002-10-08Renamed .eq files .cfgBjörn Stenberg1-6/+6
2002-10-06Store the first index of the playlist and use it when calculating the next in...Hardeep Sidhu1-5/+10
2002-09-30Gilles Roux's text viewerDaniel Stenberg1-0/+20
2002-09-29ON+UP/DOWN now acts as pgup/pgdn in dir browser on recorder.Björn Stenberg1-6/+78
2002-09-29Quickscreen now stays up after a quick key press only, not if key is held downBjörn Stenberg1-1/+2
2002-09-24Only show scrollbar when needed. (Björn Fischer)Björn Stenberg1-17/+18
2002-09-24Merged 'mp3 filter' and 'show hidden files' into a single filter option.Björn Stenberg1-22/+22
2002-09-24Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg1-8/+7
2002-09-24Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to ...Björn Stenberg1-18/+6
2002-09-24Added a flag icon for language files.Björn Stenberg1-1/+1
2002-09-24visual feedback on language loadingDaniel Stenberg1-2/+21
2002-09-24use the language load function for .lng files, oooh this is fun! ;-)Daniel Stenberg1-0/+21
2002-09-24New mpeg_status() function replaces mpeg_is_playing()Linus Nielsen Feltzing1-1/+1
2002-09-20New full ISO-8859-1 system font.Björn Stenberg1-5/+31
2002-09-18New language/string handlingBjörn Stenberg1-6/+7
2002-09-17Fixed follow playlist bug when current track was in root directory.Hardeep Sidhu1-1/+1
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg1-23/+13
2002-09-09Go to current song (instead of root) when exiting wps after resume and browse...Hardeep Sidhu1-7/+28
2002-09-09Hardeep's browse current file patch. When hitting stop while playing, you wi...Eric Linenberg1-29/+96
2002-09-06Custom EQ files can now be loaded (*.eq). Docs coming soon :)Justin Heiner1-8/+0
2002-09-06Bjorn (Fisher)'s patch to skip the FAT volume ID being shown.Robert Hak1-0/+6
2002-09-05The beginnings of loadable EQ's from the tree. Ifdef'd as CUSTOM_EQJustin Heiner1-0/+22
2002-09-03Added dir filter toggle (mp3/m3u) to F2 quick-set screen.Björn Stenberg1-58/+38
2002-09-03Changed Player Tree-Icon display to not show any icon for unknown filesJustin Heiner1-2/+5
2002-09-03Added quick-set screens to F2 (play modes) and F3 (screen settings) in dir br...Björn Stenberg1-14/+23
2002-09-03Added Randy Wood's ROLOBjörn Stenberg1-67/+105
2002-09-03Smarter handling of custom charsLinus Nielsen Feltzing1-6/+2
2002-09-03Now we have file type icons on the player, thanks to Justin HeinerLinus Nielsen Feltzing1-4/+11
2002-09-02Renamed "wps.config" to "default.wps".Björn Stenberg1-20/+28
2002-09-01Fixed build errorsBjörn Stenberg1-6/+0
2002-09-01Added repeat for ENTER and EXITBjörn Stenberg1-0/+3
2002-08-31USB Related: Justin Heiner1-0/+5
2002-08-30Added scrollbar to tree view and menus.Markus Braun1-24/+56
2002-08-28syntax error fixDave Chapman1-2/+2