summaryrefslogtreecommitdiffstats
path: root/apps/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-08-20Now using lcd margins instead of a line offset for displaying status bar.Markus Braun1-30/+29
2002-08-19Expanded resume options: off/ask/onBjörn Stenberg1-0/+4
2002-08-16Fixed bad resume_index in dirs with both folders and filesBjörn Stenberg1-4/+2
2002-08-16Fixed double-height problem and broken fwd/rew.Björn Stenberg1-0/+3
2002-08-16Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song,...Björn Stenberg1-2/+127
2002-08-15F3 now toggles global_settings.statusbarMarkus Braun1-5/+4
2002-08-15Now we can have up to 400 files in a directoryLinus Nielsen Feltzing1-42/+50
2002-08-13Getting a few pixels more filename display width by using a smaller cursor iconBjörn Stenberg1-4/+4
2002-08-12Tell user when limits are reachedBjörn Stenberg1-0/+12
2002-08-12Added remote vol up/down as next/prev navigation keysBjörn Stenberg1-0/+2
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg1-9/+35
2002-08-08Fixed indexing bug in build_playlistBjörn Stenberg1-1/+2
2002-08-08Moved globals back into dirbrowse() now that dirlist hack is gone.Björn Stenberg1-8/+7
2002-08-08Removed peek_next_track()Björn Stenberg1-6/+0
2002-08-08Now adjusts if the cursor goes off-screen on status bar changesLinus Nielsen Feltzing1-4/+6
2002-08-08Compensates the starting position for non-mp3 files in the playlist buildLinus Nielsen Feltzing1-4/+12
2002-08-07Removing scroll acceleration for the release (don't worry, I've saved the patch)Björn Stenberg1-113/+2
2002-08-07Added status bar to file browser and wpsMarkus Braun1-31/+66
2002-08-07Changed playlist API againLinus Nielsen Feltzing1-24/+10