summaryrefslogtreecommitdiff
path: root/apps/tree.c (follow)
Commit message (Expand)AuthorAge
* keyclick: Add a callback so screens can cancel a click. Add a generic list ca...Jonathan Gordon2012-01-12
* FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero2011-12-14
* FS#12251 - User shortcuts in the main menu.Jonathan Gordon2011-11-15
* Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg2011-10-15
* fix FIX_PTR macro so it actually fixes every pointer (was skipping x == curre...Jonathan Gordon2011-09-21
* Fix some 'set but not used' warnings.Andree Buschmann2011-09-17
* Dircache: Allow dircache to be enabled without reboot.Thomas Martitz2011-08-30
* GSoC/Buflib: Enable compaction in buflib.Thomas Martitz2011-08-30
* GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz2011-08-30
* Fix oops in r30242. I didn't want to change/reduce the buffer size.Thomas Martitz2011-08-03
* Cleanup tree.c cache handling a bit.Thomas Martitz2011-08-03
* Remove dead rolo related code (boot_changed was never set to true).Thomas Martitz2011-08-01
* FS#11808 - Major playlist handling changes (on disk playlists)Jonathan Gordon2011-07-20
* Avoid false warnings of full dirs when the number of visible entries in a dir...Magnus Holmgren2011-05-04
* Don't (partially) apply changes to max entries in the file browser immediatel...Magnus Holmgren2011-04-30
* Rename the NO_CONTEXT flag to NO_CONTEXT_MENU so that the name more clearly c...Alexander Levin2010-12-15
* remaining of FS#11777. Use rockbox_browse() to display playlists in Playlist ...Teruaki Kawashima2010-12-15
* FS#11777: enhancement for rockbox_browse()Teruaki Kawashima2010-12-14
* Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz2010-12-06
* simplify rockbox_browse a bit and reuse buffer.Teruaki Kawashima2010-10-22
* New setting to control the file browser start location.Jonathan Gordon2010-10-04
* Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz2010-08-27
* Make getcwd match the posix variant, make get_current_file() behave similar t...Thomas Martitz2010-08-27
* Fix FS#11547 - When selecting radio skin the currently loaded skin is not hil...Michael Chicoine2010-08-17
* "Fix" FS#11349... %cs got confused because for some reason when the root menu...Jonathan Gordon2010-08-16
* Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename bu...Magnus Holmgren2010-08-11
* A few post-fixes to the get_user_file_path() commit.Thomas Martitz2010-08-02
* Rockbox as an application: add get_user_file_path().Thomas Martitz2010-08-01
* Move the array to where it belongsThomas Martitz2010-07-25
* Add default case back to silence gcc false positive abount ext and dir being ...Thomas Martitz2010-07-25
* A bit more cleanup in rockbox_browse().Thomas Martitz2010-07-25
* Rewrite r21464 in a more compact/readable way. Reduces code duplication as well.Thomas Martitz2010-07-25
* Fix redJeffrey Goode2010-05-09
* FS#11250: Hotkey setting method changed to menu item vs button pres in contex...Jeffrey Goode2010-05-09
* Minor const police raid.Steve Bavin2010-05-07
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Corrects bug in r25558 that could have resumed the wrong file under a certain...Jeffrey Goode2010-04-09
* Partial fix for FS#10614. Can now resume from a bookmark even if the bookmar...Jeffrey Goode2010-04-09
* FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work ...Jeffrey Goode2010-04-01
* Remove more tabsAndree Buschmann2010-02-07
* Make a few global variables static instead of global where possibleBertrik Sikken2010-01-09
* Fix FS#10289 - screens showing a list need to check the show_icons setting be...Jonathan Gordon2009-12-16
* FS#10824 - viewport/statusbar API rework.Jonathan Gordon2009-12-09
* crappy band-aid fix for statusbar being screwed after leaving plugins... Jonathan Gordon2009-11-23
* Add a browse (remote) custom statusbar item in the theme settings.Thomas Martitz2009-10-19
* Redraw the list after exiting the context menu to get rid of various non-bloc...Thomas Martitz2009-09-20
* Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius2009-08-20
* part two of the grand overall wps/skinning engine cleanup work:Jonathan Gordon2009-08-03
* Fix FS#10478 - Used wrong directory in Browse theme files by explicitely sett...Thomas Martitz2009-08-01
* Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon2009-07-27