summaryrefslogtreecommitdiffstats
path: root/apps/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-08-28allow mp2 and mpa as valid file extensions and rename TREE_ATTR_MP3 to TREE_A...Dave Chapman1-10/+12
2002-08-26Added configurable disk spindown. The disk will also now not spin down while ...Björn Stenberg1-0/+4
2002-08-23Now doesn't try to play non-mp3/m3u files.Björn Stenberg1-9/+13
2002-08-23MENU_DISK_CHANGED is the new value for telling disk content might haveDaniel Stenberg1-1/+1
2002-08-23Remade the menu system slightly. All functions invoked from menus now useDaniel Stenberg1-4/+6
2002-08-22statusbar bug fix when going to the menu from the dir browserDaniel Stenberg1-7/+0
2002-08-22Bill Napier's patch slightly remodelled. This adds a setting calledDaniel Stenberg1-7/+29
2002-08-21play_list() is now modified to accept a playlist index that is eitherDaniel Stenberg1-4/+15
2002-08-21store the correct index in the resume info when we fire up a single song in aDaniel Stenberg1-1/+2
2002-08-20Always remove double-height when resumingBjörn Stenberg1-3/+4