summaryrefslogtreecommitdiffstats
path: root/apps/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-08-06C99 code breaks compilingDaniel Stenberg1-1/+1
2002-08-06rushed it. missed one little bugEric Linenberg1-1/+1
2002-08-06added support for players for high speed browsing, but will not be much faste...Eric Linenberg1-3/+3
2002-08-06added a speedup for browsing long directoriesEric Linenberg1-5/+116
2002-08-06Now builds a RAM-based playlist when playing a directoryLinus Nielsen Feltzing1-43/+19
2002-08-06no longer stop playback when trying to 'exit' the root directory, theDaniel Stenberg1-5/+7
2002-07-27The new button handling filtered out the USB_CONNECTED messageLinus Nielsen Feltzing1-1/+3
2002-07-27Better button and play status handlingLinus Nielsen Feltzing1-1/+8
2002-07-25Safer dir reread after USB mode, by Magnus HolmgrenLinus Nielsen Feltzing1-0/+12
2002-07-22First crude status display for PlayersLinus Nielsen Feltzing1-65/+71
2002-07-22Now rescans the dir when sort_case is changedLinus Nielsen Feltzing1-1/+3
2002-07-22Loudness, Superbass and sorting patch by Heikki HannikainenLinus Nielsen Feltzing1-1/+4
2002-07-17New sort: Dirs first, then files. And case insensitive.Björn Stenberg1-3/+8
2002-07-16Fixing the bugs introduced by last commit.Björn Stenberg1-54/+65
2002-07-16MP3/M3U filter update: Now filters out hidden files and directories and also ...Björn Stenberg1-18/+39
2002-07-15Adjusted a few buffer sizesLinus Nielsen Feltzing1-5/+5
2002-07-05Relative path playlist patch by Mat PritchardLinus Nielsen Feltzing1-1/+1
2002-07-02Now only reacts to UP/DOWN keypresses if there are files in the directoryLinus Nielsen Feltzing1-51/+62
2002-07-02Wrapping patch by Bill, Matthew and LeeLinus Nielsen Feltzing1-1/+27
2002-07-01WPS screen now handles USB detectionLinus Nielsen Feltzing1-17/+28
2002-06-30Removed USB handling from simulator buildLinus Nielsen Feltzing1-1/+3
2002-06-30Even better USB handlingLinus Nielsen Feltzing1-0/+7
2002-06-30Better USB handlingLinus Nielsen Feltzing1-1/+11
2002-06-27Added mp3/m3u filterBjörn Stenberg1-5/+23
2002-06-27Allow exit from dir in playmode 2 (playlist)Björn Stenberg1-2/+5
2002-06-27Starting a playlist now displays WPSBjörn Stenberg1-3/+2
2002-06-27Dir-play mode now continues until you step out of the dir (not just stepping ...Björn Stenberg1-14/+12
2002-06-26Remove play.h dependencyBjörn Stenberg1-2/+1
2002-06-26Added next/previous trackBjörn Stenberg1-18/+31
2002-06-25Working while-playing-screenBjörn Stenberg1-6/+5