summaryrefslogtreecommitdiffstats
path: root/apps/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-06-25A step towards WPSBjörn Stenberg1-37/+45
2002-06-25Re-enabled PLAY key for recorderBjörn Stenberg1-0/+3
2002-06-19Don't lock ourselves in on empty dirsBjörn Stenberg1-11/+2
2002-06-18only menu and prev are treated in directories with no entriesDaniel Stenberg1-1/+15
2002-06-18cut off the browse line to maximize the space used for dir browsingDaniel Stenberg1-4/+3
2002-06-18check for .m3u extensions case insensitivelyDaniel Stenberg1-2/+2
2002-06-17Don't update twiceBjörn Stenberg1-1/+0
2002-06-14killed off a warningDaniel Stenberg1-0/+1
2002-06-14made to use the new cursor bitmap on the recorder, so put_cursorxy() isDaniel Stenberg1-16/+16
2002-06-13Don't try to scroll in an empty dirBjörn Stenberg1-4/+6
2002-06-12Set margins when clearing screenBjörn Stenberg1-9/+2
2002-06-12Removed erroneous {Björn Stenberg1-1/+0
2002-06-12Cleaned out a lot of #ifdefsBjörn Stenberg1-42/+20
2002-06-12Fixed scroll screen garbage bugBjörn Stenberg1-1/+1
2002-06-12playlist icon now displayed for playlistsRobert Hak1-4/+8
2002-06-11Stop scrolling before leaving directoryBjörn Stenberg1-0/+1
2002-06-10Added filename scrollingBjörn Stenberg1-10/+11
2002-06-10Changed prototype of playtuneLinus Nielsen Feltzing1-1/+1
2002-06-07include playlist.h to get rid of warningDaniel Stenberg1-0/+1
2002-06-04pressing play on an .m3u file will run the playlist codeDaniel Stenberg1-20/+43
2002-05-31Added peek_next_track() for playing all files in a dirBjörn Stenberg1-8/+41
2002-05-31Turn off double-height when displaying file listBjörn Stenberg1-1/+3
2002-05-31Replaced - cursor with more suitable char for playerBjörn Stenberg1-8/+15
2002-05-31Remember cursor position instead of searching for itBjörn Stenberg1-16/+9
2002-05-30Added directory sortingBjörn Stenberg1-18/+30
2002-05-30STOP in root dir stops playbackBjörn Stenberg1-0/+3
2002-05-30removed odd unused externDaniel Stenberg1-1/+0
2002-05-29included sprintf.h for snprintf definitionFelix Arends1-0/+1
2002-05-29Don't scroll past end of file listBjörn Stenberg1-9/+11
2002-05-29Fixed bad display on recorderBjörn Stenberg1-4/+8
2002-05-28No debugf() pleaseBjörn Stenberg1-1/+0