summaryrefslogtreecommitdiffstats
path: root/apps/tree.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-27The status bar now keeps track of the mpeg status, instead of having to call ...Linus Nielsen Feltzing1-4/+0
2004-06-22sort options for files & directoriesJörg Hohensohn1-3/+35
2004-06-20infrastructure for sorting by date+time, now we "only" need to decide on the UIJörg Hohensohn1-0/+1
2004-05-21Plugin/file type association system. Patch #879411 by Henrik BackeBjörn Stenberg1-92/+41
2004-05-12preparation for the JPEG viewerJörg Hohensohn1-0/+6
2004-04-10talkbox clip renamed to ".dirname.tbx", most people voted for a non-mp3 exten...Jörg Hohensohn1-2/+1
2004-04-09A not so very elegant fix for bug #918063Linus Nielsen Feltzing1-0/+6
2004-04-06Voice UI searches for <mylanguage>.voice, no hard-coded "english.voice" any m...Jörg Hohensohn1-0/+1
2004-04-04warning and simulator build fixJörg Hohensohn1-1/+1
2004-04-04Voice UI: option to spell dirs/files, say (known) extension with file number,...Jörg Hohensohn1-20/+44
2004-03-31bugfix for changing position/directory during the talkbox "hover" timeoutJörg Hohensohn1-1/+2
2004-03-29removed a warningJörg Hohensohn1-1/+0
2004-03-28hovering talkbox clips are played after a 1 sec timeout, to avoid constant di...Jörg Hohensohn1-10/+24
2004-03-27Step 4 of voice UI:Jörg Hohensohn1-1/+73
2004-03-21Use same path buffer when recursively creating playlistHardeep Sidhu1-6/+14
2004-03-21Adds USB detection on changed bootfile questionHenrik Backe1-2/+20
2004-03-17Fixed the font problem reported by Mark Bright, cleaning up some code in the ...Linus Nielsen Feltzing1-23/+15
2004-03-17Fixed player build problem caused by the button bar changesLinus Nielsen Feltzing1-0/+2
2004-03-17The tree view is now correctly restored after a button bar changeLinus Nielsen Feltzing1-0/+2
2004-03-16First shot at a nice little button bar at the bottom of the recorder LCD. Ena...Linus Nielsen Feltzing1-12/+33
2004-03-12First step towards context sensitive and configurable menus, by Brent CouttsLinus Nielsen Feltzing1-2/+3
2004-03-11Moved Create Directory to the ON+Play menuLinus Nielsen Feltzing1-33/+11
2004-01-21New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing1-0/+27
2004-01-20Check USB before resumingBjörn Stenberg1-0/+5
2004-01-18Don't start wps from rockbox_browse().Hardeep Sidhu1-0/+1
2004-01-14Added Benjamin Metzlers bookmarking feature (patch #669440)Björn Stenberg1-19/+88
2004-01-08The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg1-2/+2
2004-01-06fix by Alex PleinerJörg Hohensohn1-1/+1
2003-12-22icons for .ch8, .rvfJörg Hohensohn1-2/+2
2003-12-15handle_on() depends on the presence of an ON buttonDaniel Stenberg1-0/+2
2003-12-15the video player plugin and file the type / plugin API for itJörg Hohensohn1-0/+6
2003-12-12Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg1-49/+79
2003-12-11Fixed incorrect #ifdef for .ucl and .ajz filesHardeep Sidhu1-1/+1
2003-12-07table-driven internal handling of file types, so we can have many of themJörg Hohensohn1-90/+78
2003-12-04Added a splash to indicate battery charging if user tries to shut off while p...Björn Stenberg1-1/+14
2003-11-26Set font before resume.Björn Stenberg1-0/+1
2003-11-24s/stricmp/strcasecmp/Björn Stenberg1-1/+1
2003-11-24Case insensitive compare for BOOTFILEBjörn Stenberg1-1/+1
2003-11-14ask_resume(): Ignore ON with repeat tooBjörn Stenberg1-0/+1
2003-11-04Patch #835815 by Henrik Backe, prevents stack overflow in .rockbox browser.Linus Nielsen Feltzing1-13/+29
2003-10-30play .ch8 files with the Chip-8 emulatorJörg Hohensohn1-2/+12
2003-10-10.rockbox-browser showed old cached data when the .rockbox dir was already cac...Linus Nielsen Feltzing1-0/+1
2003-09-29Brian King's .rockbox browsing patchBjörn Stenberg1-46/+73
2003-08-06Ignore ON button in ask_resume(), to avoid mistakenly cancelling resume.Björn Stenberg1-7/+22
2003-07-27Fixed build error: UCL files are only supported on recorders so far.Björn Stenberg1-0/+2
2003-07-27Lee Marlow's patch: UCL files can be "played" to call the flash pluginJörg Hohensohn1-1/+11
2003-07-08Henrik Backe's resume-with-ON-key patch (#767082). Now you can resume playbac...Linus Nielsen Feltzing1-5/+10
2003-07-01Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis...Hardeep Sidhu1-246/+231
2003-06-29The file browser now detects if ajbrec.ajz/archos.mod has been modified after...Björn Stenberg1-0/+35
2003-06-29Added plugin loader. Moved games, demos and the text viewer to loadable plugi...Björn Stenberg1-2/+17