summaryrefslogtreecommitdiffstats
path: root/apps/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-2/+2
2008-10-08Fix FS#8949 - Alphabetical directory listing reversed after "Error Accessing ...Nils Wallménius1-0/+2
2008-09-02Fix FS#9352 - allow .talk clips for single-character filenames.Steve Bavin1-4/+1
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-6/+6
2008-07-18Remove unnecessary #includeBertrik Sikken1-1/+0
2008-07-15talk.c helper functions to voice a filename, in a more generic wayStéphane Doyon1-34/+16
2008-06-28Removed unneeded #include "plugin.h"Bertrik Sikken1-1/+0
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-29Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR in...Peter D'Hoye1-3/+3
2008-05-11more textarea to viewport conversion... yes/no screen...Jonathan Gordon1-1/+0
2008-05-04use the playlist catalog code to generate the playlists under Playlist > Crea...Jonathan Gordon1-91/+2
2008-05-04a bit of code cleanup.. use a single function to get the statusbar height (or...Jonathan Gordon1-51/+5
2008-05-03Viewported quickscreen (take 2 :D) (FS#8553)Jonathan Gordon1-0/+1
2008-04-26Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius1-2/+2
2008-04-16Use file_exists and dir_exists functions where appropriate, fix one wrong fil...Nils Wallménius1-11/+3
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius1-2/+3
2008-04-03Small fix to be able to use F3 to quit the F3 quick menu on the Archos RecorderLinus Nielsen Feltzing1-1/+1
2008-03-29Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman1-3/+0
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-1/+1
2008-03-05FS#8457 - convert the list drawing code to use viewports. This does not inclu...Jonathan Gordon1-2/+1