summaryrefslogtreecommitdiff
path: root/apps/tree.c (follow)
Commit message (Collapse)AuthorAge
...
* Fixed player build problem caused by the button bar changesLinus Nielsen Feltzing2004-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4398 a1c6a512-1295-4272-9138-f99709370657
* The tree view is now correctly restored after a button bar changeLinus Nielsen Feltzing2004-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4393 a1c6a512-1295-4272-9138-f99709370657
* First shot at a nice little button bar at the bottom of the recorder LCD. ↵Linus Nielsen Feltzing2004-03-16
| | | | | | Enable Button Bar in the Display settings. Only the dir browser uses it at the moment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4391 a1c6a512-1295-4272-9138-f99709370657
* First step towards context sensitive and configurable menus, by Brent CouttsLinus Nielsen Feltzing2004-03-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4370 a1c6a512-1295-4272-9138-f99709370657
* Moved Create Directory to the ON+Play menuLinus Nielsen Feltzing2004-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4360 a1c6a512-1295-4272-9138-f99709370657
* New feature: NOw you can store the recorded files in either /recordings (the ↵Linus Nielsen Feltzing2004-01-21
| | | | | | | | | | directory will be created automatically) or in the current directory. New feature: A "Create directory" menu option (untested in the simulator). Bug fix: The ON+Play menu could do nasty things if you pressed ON+Play in an empty dir. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4268 a1c6a512-1295-4272-9138-f99709370657
* Check USB before resumingBjörn Stenberg2004-01-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4266 a1c6a512-1295-4272-9138-f99709370657
* Don't start wps from rockbox_browse().Hardeep Sidhu2004-01-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4253 a1c6a512-1295-4272-9138-f99709370657
* Added Benjamin Metzlers bookmarking feature (patch #669440)Björn Stenberg2004-01-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4227 a1c6a512-1295-4272-9138-f99709370657
* The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg2004-01-08
| | | | | | | was not used by any code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4201 a1c6a512-1295-4272-9138-f99709370657
* fix by Alex PleinerJörg Hohensohn2004-01-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4197 a1c6a512-1295-4272-9138-f99709370657
* icons for .ch8, .rvfJörg Hohensohn2003-12-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4172 a1c6a512-1295-4272-9138-f99709370657
* handle_on() depends on the presence of an ON buttonDaniel Stenberg2003-12-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4155 a1c6a512-1295-4272-9138-f99709370657
* the video player plugin and file the type / plugin API for itJörg Hohensohn2003-12-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4145 a1c6a512-1295-4272-9138-f99709370657
* Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg2003-12-12
| | | | | | | key layout so we need to check for this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4138 a1c6a512-1295-4272-9138-f99709370657
* Fixed incorrect #ifdef for .ucl and .ajz filesHardeep Sidhu2003-12-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4126 a1c6a512-1295-4272-9138-f99709370657
* table-driven internal handling of file types, so we can have many of themJörg Hohensohn2003-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4115 a1c6a512-1295-4272-9138-f99709370657
* Added a splash to indicate battery charging if user tries to shut off while ↵Björn Stenberg2003-12-04
| | | | | | plugged in. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4104 a1c6a512-1295-4272-9138-f99709370657
* Set font before resume.Björn Stenberg2003-11-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4069 a1c6a512-1295-4272-9138-f99709370657
* s/stricmp/strcasecmp/Björn Stenberg2003-11-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4064 a1c6a512-1295-4272-9138-f99709370657
* Case insensitive compare for BOOTFILEBjörn Stenberg2003-11-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4063 a1c6a512-1295-4272-9138-f99709370657
* ask_resume(): Ignore ON with repeat tooBjörn Stenberg2003-11-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4030 a1c6a512-1295-4272-9138-f99709370657
* Patch #835815 by Henrik Backe, prevents stack overflow in .rockbox browser.Linus Nielsen Feltzing2003-11-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4015 a1c6a512-1295-4272-9138-f99709370657
* play .ch8 files with the Chip-8 emulatorJörg Hohensohn2003-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3997 a1c6a512-1295-4272-9138-f99709370657
* .rockbox-browser showed old cached data when the .rockbox dir was already ↵Linus Nielsen Feltzing2003-10-10
| | | | | | cached by the dir browser. Now it forces a reload of the .rockbox dir. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3968 a1c6a512-1295-4272-9138-f99709370657
* Brian King's .rockbox browsing patchBjörn Stenberg2003-09-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3964 a1c6a512-1295-4272-9138-f99709370657
* Ignore ON button in ask_resume(), to avoid mistakenly cancelling resume.Björn Stenberg2003-08-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3925 a1c6a512-1295-4272-9138-f99709370657
* Fixed build error: UCL files are only supported on recorders so far.Björn Stenberg2003-07-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3898 a1c6a512-1295-4272-9138-f99709370657
* Lee Marlow's patch: UCL files can be "played" to call the flash pluginJörg Hohensohn2003-07-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3896 a1c6a512-1295-4272-9138-f99709370657
* Henrik Backe's resume-with-ON-key patch (#767082). Now you can resume ↵Linus Nielsen Feltzing2003-07-08
| | | | | | playback after STOP is pressed by just hitting the ON key to go to the WPS. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3816 a1c6a512-1295-4272-9138-f99709370657
* Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or ↵Hardeep Sidhu2003-07-01
| | | | | | playlist from file browser to see available options. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3796 a1c6a512-1295-4272-9138-f99709370657
* The file browser now detects if ajbrec.ajz/archos.mod has been modified ↵Björn Stenberg2003-06-29
| | | | | | after a usb session, and asks if you want to reboot to the new version. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3783 a1c6a512-1295-4272-9138-f99709370657
* Added plugin loader. Moved games, demos and the text viewer to loadable ↵Björn Stenberg2003-06-29
| | | | | | plugins. Copy your *.rock files to /.rockbox/rocks/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3769 a1c6a512-1295-4272-9138-f99709370657
* english language updated to be a bit more general, we now offer button ↵Robert Hak2003-06-25
| | | | | | descriptions on delete for recorder git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3759 a1c6a512-1295-4272-9138-f99709370657
* Addded option to hide icons in dir browser. (Patch #728377)Björn Stenberg2003-06-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3731 a1c6a512-1295-4272-9138-f99709370657
* Patch #700467, corrects a bug when shuffling with play-selected-first set to NoLinus Nielsen Feltzing2003-06-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3714 a1c6a512-1295-4272-9138-f99709370657
* Fixed bad remote control handling in wps. Changed tree navigation keys to ↵Björn Stenberg2003-05-20
| | | | | | right/left (was vol +/-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3688 a1c6a512-1295-4272-9138-f99709370657
* Bad grammar fixLinus Nielsen Feltzing2003-05-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3680 a1c6a512-1295-4272-9138-f99709370657
* Configurable dir browser file buffer size. No more 400-file limit. No more ↵Linus Nielsen Feltzing2003-05-09
| | | | | | whining. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3661 a1c6a512-1295-4272-9138-f99709370657
* showdir() should always redraw status barBjörn Stenberg2003-04-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3591 a1c6a512-1295-4272-9138-f99709370657
* Only redraw the status line when info actually changed.Björn Stenberg2003-04-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3588 a1c6a512-1295-4272-9138-f99709370657
* Changed remote control button events to separate codes. Now the remote ↵Björn Stenberg2003-04-23
| | | | | | control works while keys are locked. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3586 a1c6a512-1295-4272-9138-f99709370657
* Magnus Öman's long awaited inverted cursor patchLinus Nielsen Feltzing2003-04-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3565 a1c6a512-1295-4272-9138-f99709370657
* Fixed the garbled display when deleting the last file in a directory (bug ↵Linus Nielsen Feltzing2003-04-14
| | | | | | #680811) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3549 a1c6a512-1295-4272-9138-f99709370657
* The create_playlist() function didn't correctly handle fd == 0, and didn't ↵Linus Nielsen Feltzing2003-03-21
| | | | | | force a directory reload git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3490 a1c6a512-1295-4272-9138-f99709370657
* use splash() when a new language is loadedDaniel Stenberg2003-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3466 a1c6a512-1295-4272-9138-f99709370657
* Don't reload_dir after page up/down.Hardeep Sidhu2003-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3460 a1c6a512-1295-4272-9138-f99709370657
* Changed ON+PLAY screen to a menu, unified player & recorder and moved the ↵Björn Stenberg2003-03-12
| | | | | | code to a separate file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3436 a1c6a512-1295-4272-9138-f99709370657
* Fix: Too many arguments to snprintfBjörn Stenberg2003-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3429 a1c6a512-1295-4272-9138-f99709370657
* Doubleslash eradicationBjörn Stenberg2003-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3427 a1c6a512-1295-4272-9138-f99709370657