summaryrefslogtreecommitdiffstats
path: root/apps/tree.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-04Avoid false warnings of full dirs when the number of visible entries in a dir...Magnus Holmgren1-1/+1
2011-04-30Don't (partially) apply changes to max entries in the file browser immediatel...Magnus Holmgren1-9/+6
2010-12-15Rename the NO_CONTEXT flag to NO_CONTEXT_MENU so that the name more clearly c...Alexander Levin1-1/+1
2010-12-15remaining of FS#11777. Use rockbox_browse() to display playlists in Playlist ...Teruaki Kawashima1-3/+1
2010-12-14FS#11777: enhancement for rockbox_browse()Teruaki Kawashima1-86/+62
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz1-2/+1
2010-10-22simplify rockbox_browse a bit and reuse buffer.Teruaki Kawashima1-24/+11
2010-10-04New setting to control the file browser start location.Jonathan Gordon1-1/+2
2010-08-27Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz1-2/+2
2010-08-27Make getcwd match the posix variant, make get_current_file() behave similar t...Thomas Martitz1-10/+19
2010-08-17Fix FS#11547 - When selecting radio skin the currently loaded skin is not hil...Michael Chicoine1-0/+14
2010-08-16"Fix" FS#11349... %cs got confused because for some reason when the root menu...Jonathan Gordon1-3/+8
2010-08-11Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename bu...Magnus Holmgren1-3/+7
2010-08-02A few post-fixes to the get_user_file_path() commit.Thomas Martitz1-2/+3
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz1-1/+3
2010-07-25Move the array to where it belongsThomas Martitz1-1/+1
2010-07-25Add default case back to silence gcc false positive abount ext and dir being ...Thomas Martitz1-0/+4
2010-07-25A bit more cleanup in rockbox_browse().Thomas Martitz1-10/+3
2010-07-25Rewrite r21464 in a more compact/readable way. Reduces code duplication as well.Thomas Martitz1-48/+50
2010-05-09Fix redJeffrey Goode1-0/+2
2010-05-09FS#11250: Hotkey setting method changed to menu item vs button pres in contex...Jeffrey Goode1-1/+4
2010-05-07Minor const police raid.Steve Bavin1-1/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-2/+1
2010-04-09Corrects bug in r25558 that could have resumed the wrong file under a certain...Jeffrey Goode1-1/+3
2010-04-09Partial fix for FS#10614. Can now resume from a bookmark even if the bookmar...Jeffrey Goode1-1/+5
2010-04-01FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work ...Jeffrey Goode1-2/+4
2010-02-07Remove more tabsAndree Buschmann1-13/+13
2010-01-09Make a few global variables static instead of global where possibleBertrik Sikken1-1/+1
2009-12-16Fix FS#10289 - screens showing a list need to check the show_icons setting be...Jonathan Gordon1-2/+4
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon1-1/+0
2009-11-23crappy band-aid fix for statusbar being screwed after leaving plugins... Jonathan Gordon1-0/+3
2009-10-19Add a browse (remote) custom statusbar item in the theme settings.Thomas Martitz1-0/+10
2009-09-20Redraw the list after exiting the context menu to get rid of various non-bloc...Thomas Martitz1-0/+8
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-2/+2
2009-08-03part two of the grand overall wps/skinning engine cleanup work:Jonathan Gordon1-1/+1
2009-08-01Fix FS#10478 - Used wrong directory in Browse theme files by explicitely sett...Thomas Martitz1-1/+3
2009-07-27Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon1-2/+1
2009-07-14FS#10080Nils Wallménius1-2/+2
2009-07-11Fix type mismatch warnings and errors exposed when building with EABI toolchain.Andrew Mahone1-1/+1
2009-06-22Center the list on the currently loaded file in the following screens (FS#100...Jonas Häggqvist1-0/+53
2009-05-17Fix duplicate #includesBertrik Sikken1-1/+0
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken1-1/+0
2009-04-25Remove unnecessary #include "backlight.h"Bertrik Sikken1-1/+0
2009-03-08Clean up some #includesBertrik Sikken1-3/+0
2009-02-25fix FS#9796 - playlist resume from plugins didnt workJonathan Gordon1-2/+12
2009-01-15redraw the lists once before going into the button loop to make things look m...Jonathan Gordon1-0/+1
2009-01-07remove some useless/unused stuff from gwps.cJonathan Gordon1-2/+0
2009-01-01bah, the filetree does the same spindown handling as the WPS so fix it there ...Jonathan Gordon1-1/+1
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-6/+1
2008-11-17move the scrobbler and playlist shutdown/restart calls out of tree.c and move...Jonathan Gordon1-3/+0