summaryrefslogtreecommitdiffstats
path: root/apps/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-10Better bookmark resume handling, in particular when resuming a directory. If ...Magnus Holmgren1-12/+11
2008-02-06Prevent possible buffer overflow when locating album art.Magnus Holmgren1-1/+1
2008-02-05(Hopefully) Revert the quickscreen changes. Many fixes need to be made, Paul Louden1-1/+0
2008-02-05updated the quickscreen's:Jonathan Gordon1-0/+1
2008-01-22When automatically loading the last bookmark and the file couldn't be found, ...Magnus Holmgren1-0/+6
2008-01-18Accept FS#8469 by Bryan Childs with a few adjustments: Remove duplicate strip...Nicolas Pennequin1-19/+0
2008-01-13charcell doesnt show titles in lists, so remove the "show path" setting and f...Jonathan Gordon1-0/+4
2007-12-17remove the duplicated gui_list struct and only duplicate the members which ar...Jonathan Gordon1-1/+1
2007-11-20Whitespace/indent/codestyle tweaks, should make no functional differenceNils Wallménius1-20/+17
2007-11-20Make threads responsible for explicit cancellation of their own boosted statu...Michael Sevakis1-0/+1
2007-11-07Add a setting to control whether or not to speak the file type (r15506).Stéphane Doyon1-6/+11
2007-11-07Accept FS#7653: Say file type.Stéphane Doyon1-2/+8
2007-10-21Accept FS#7775: Use list voice callback in file browserStéphane Doyon1-146/+75
2007-10-19dirbrowse should return a GO_TO_* value, not false on error (fixes the proble...Jonathan Gordon1-2/+2
2007-10-07Don't get the dircache size while dircache is still initializing. If done dur...Magnus Holmgren1-1/+2
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon1-8/+6
2007-08-16Show the plugin category name in the list title in the plugin browsers.Jonathan Gordon1-7/+14
2007-08-14Small optimisationPeter D'Hoye1-23/+21
2007-08-13Add another file extension viewing option that mimics the old behaviour and m...Peter D'Hoye1-5/+29
2007-08-13Accept FS #7346 and take it a whole step further. Gives a separate setting to...Peter D'Hoye1-5/+5
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius1-3/+4
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius1-2/+2
2007-08-05Accept FS#7486 - shortcuts plugin.Jonathan Gordon1-1/+8
2007-08-02Finally use the rec button to get to the rec screen on sansa and iriver hxxx....Jonathan Gordon1-0/+5
2007-07-25Fix the bug where holding left no longer stopped at the browser root.Jonathan Gordon1-6/+1
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon1-2/+0
2007-07-20Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare1-5/+5
2007-07-11Give the plugin menu its own title (when configured). Fixes FS #7371Peter D'Hoye1-0/+6
2007-06-19Fix Database to use the foreground colour, as the colours feature has Paul Louden1-0/+2
2007-06-17Fix some bugs with the colors stuff. You can now specify folder color with t...Brandon Low1-1/+1
2007-06-17Give color targets the ability to display each LCD line a different color and...Brandon Low1-0/+13
2007-06-10Move the root_menu() call out of tree.c.Jonathan Gordon1-4/+3
2007-06-07Separate out voice options for .talk clips (FS #7249). This removes the assu...Steve Bavin1-28/+31
2007-05-19Remove unused function and unused headerNils Wallménius1-1/+0
2007-04-25Change some ifdefs for the recent backdrop changes (fixes the yellow builds) ...Nicolas Pennequin1-1/+1
2007-04-18Move the inbuilt filetype info into filetypes.c and rename the defines. Jonathan Gordon1-68/+13
2007-04-16Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon1-3/+3
2007-04-12Make resuming a directory bookmark more robust (e.g., when the directory no l...Magnus Holmgren1-4/+13