summaryrefslogtreecommitdiff
path: root/apps/tree.c (follow)
Commit message (Expand)AuthorAge
* 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
* FS#10080Nils Wallménius2009-07-14
* Fix type mismatch warnings and errors exposed when building with EABI toolchain.Andrew Mahone2009-07-11
* Center the list on the currently loaded file in the following screens (FS#100...Jonas Häggqvist2009-06-22
* Fix duplicate #includesBertrik Sikken2009-05-17
* Remove unneeded #include "backdrop.h"Bertrik Sikken2009-05-09
* Remove unnecessary #include "backlight.h"Bertrik Sikken2009-04-25
* Clean up some #includesBertrik Sikken2009-03-08
* fix FS#9796 - playlist resume from plugins didnt workJonathan Gordon2009-02-25
* redraw the lists once before going into the button loop to make things look m...Jonathan Gordon2009-01-15
* remove some useless/unused stuff from gwps.cJonathan Gordon2009-01-07
* bah, the filetree does the same spindown handling as the WPS so fix it there ...Jonathan Gordon2009-01-01
* Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon2008-12-31
* move the scrobbler and playlist shutdown/restart calls out of tree.c and move...Jonathan Gordon2008-11-17
* Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts2008-11-01
* Fix FS#8949 - Alphabetical directory listing reversed after "Error Accessing ...Nils Wallménius2008-10-08
* Fix FS#9352 - allow .talk clips for single-character filenames.Steve Bavin2008-09-02
* FS#9281 Rename of splash functions.Nils Wallménius2008-08-15
* Remove unnecessary #includeBertrik Sikken2008-07-18
* talk.c helper functions to voice a filename, in a more generic wayStéphane Doyon2008-07-15
* Removed unneeded #include "plugin.h"Bertrik Sikken2008-06-28
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28