summaryrefslogtreecommitdiff
path: root/apps/tree.c
AgeCommit message (Expand)Author
2009-12-16Fix FS#10289 - screens showing a list need to check the show_icons setting be...Jonathan Gordon
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon
2009-11-23crappy band-aid fix for statusbar being screwed after leaving plugins... Jonathan Gordon
2009-10-19Add a browse (remote) custom statusbar item in the theme settings.Thomas Martitz
2009-09-20Redraw the list after exiting the context menu to get rid of various non-bloc...Thomas Martitz
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius
2009-08-03part two of the grand overall wps/skinning engine cleanup work:Jonathan Gordon
2009-08-01Fix FS#10478 - Used wrong directory in Browse theme files by explicitely sett...Thomas Martitz
2009-07-27Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon
2009-07-14FS#10080Nils Wallménius
2009-07-11Fix type mismatch warnings and errors exposed when building with EABI toolchain.Andrew Mahone
2009-06-22Center the list on the currently loaded file in the following screens (FS#100...Jonas Häggqvist
2009-05-17Fix duplicate #includesBertrik Sikken
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken
2009-04-25Remove unnecessary #include "backlight.h"Bertrik Sikken
2009-03-08Clean up some #includesBertrik Sikken
2009-02-25fix FS#9796 - playlist resume from plugins didnt workJonathan Gordon
2009-01-15redraw the lists once before going into the button loop to make things look m...Jonathan Gordon
2009-01-07remove some useless/unused stuff from gwps.cJonathan Gordon
2009-01-01bah, the filetree does the same spindown handling as the WPS so fix it there ...Jonathan Gordon
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon
2008-11-17move the scrobbler and playlist shutdown/restart calls out of tree.c and move...Jonathan Gordon
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts
2008-10-08Fix FS#8949 - Alphabetical directory listing reversed after "Error Accessing ...Nils Wallménius
2008-09-02Fix FS#9352 - allow .talk clips for single-character filenames.Steve Bavin
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius
2008-07-18Remove unnecessary #includeBertrik Sikken
2008-07-15talk.c helper functions to voice a filename, in a more generic wayStéphane Doyon
2008-06-28Removed unneeded #include "plugin.h"Bertrik Sikken
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-29Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR in...Peter D'Hoye
2008-05-11more textarea to viewport conversion... yes/no screen...Jonathan Gordon
2008-05-04use the playlist catalog code to generate the playlists under Playlist > Crea...Jonathan Gordon
2008-05-04a bit of code cleanup.. use a single function to get the statusbar height (or...Jonathan Gordon
2008-05-03Viewported quickscreen (take 2 :D) (FS#8553)Jonathan Gordon
2008-04-26Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius
2008-04-16Use file_exists and dir_exists functions where appropriate, fix one wrong fil...Nils Wallménius
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius
2008-04-03Small fix to be able to use F3 to quit the F3 quick menu on the Archos RecorderLinus Nielsen Feltzing
2008-03-29Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon
2008-03-05FS#8457 - convert the list drawing code to use viewports. This does not inclu...Jonathan Gordon
2008-02-10Better bookmark resume handling, in particular when resuming a directory. If ...Magnus Holmgren
2008-02-06Prevent possible buffer overflow when locating album art.Magnus Holmgren
2008-02-05(Hopefully) Revert the quickscreen changes. Many fixes need to be made, Paul Louden
2008-02-05updated the quickscreen's:Jonathan Gordon
2008-01-22When automatically loading the last bookmark and the file couldn't be found, ...Magnus Holmgren
2008-01-18Accept FS#8469 by Bryan Childs with a few adjustments: Remove duplicate strip...Nicolas Pennequin
2008-01-13charcell doesnt show titles in lists, so remove the "show path" setting and f...Jonathan Gordon
2007-12-17remove the duplicated gui_list struct and only duplicate the members which ar...Jonathan Gordon