summaryrefslogtreecommitdiffstats
path: root/apps/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-06-25english language updated to be a bit more general, we now offer button descri...Robert Hak1-2/+2
2003-06-05Addded option to hide icons in dir browser. (Patch #728377)Björn Stenberg1-14/+20
2003-06-01Patch #700467, corrects a bug when shuffling with play-selected-first set to NoLinus Nielsen Feltzing1-0/+7
2003-05-20Fixed bad remote control handling in wps. Changed tree navigation keys to rig...Björn Stenberg1-2/+2
2003-05-17Bad grammar fixLinus Nielsen Feltzing1-1/+1
2003-05-09Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing1-7/+22
2003-04-23showdir() should always redraw status barBjörn Stenberg1-1/+1
2003-04-23Only redraw the status line when info actually changed.Björn Stenberg1-6/+6
2003-04-23Changed remote control button events to separate codes. Now the remote contro...Björn Stenberg1-2/+8
2003-04-16Magnus Öman's long awaited inverted cursor patchLinus Nielsen Feltzing1-8/+34
2003-04-14Fixed the garbled display when deleting the last file in a directory (bug #68...Linus Nielsen Feltzing1-0/+16
2003-03-21The create_playlist() function didn't correctly handle fd == 0, and didn't fo...Linus Nielsen Feltzing1-3/+2
2003-03-17use splash() when a new language is loadedDaniel Stenberg1-17/+1
2003-03-17Don't reload_dir after page up/down.Hardeep Sidhu1-1/+0
2003-03-12Changed ON+PLAY screen to a menu, unified player & recorder and moved the cod...Björn Stenberg1-295/+10
2003-03-11Fix: Too many arguments to snprintfBjörn Stenberg1-1/+1
2003-03-11Doubleslash eradicationBjörn Stenberg1-16/+23
2003-03-10Killed sim warningLinus Nielsen Feltzing1-5/+6
2003-03-10Experimental Xing header generation added. Use with cautionLinus Nielsen Feltzing1-0/+46
2003-03-10Don't allow renaming to ''.Björn Stenberg1-1/+1
2003-03-10Kill silly warningBjörn Stenberg1-2/+2
2003-03-10Now only shows extensions in mode Show files: AllBjörn Stenberg1-7/+11