summaryrefslogtreecommitdiffstats
path: root/apps/filetree.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-03A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st...Thomas Martitz1-3/+3
2009-08-03part two of the grand overall wps/skinning engine cleanup work:Jonathan Gordon1-3/+3
2009-07-27Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon1-2/+1
2009-07-05Add a possibility for plugins to go directly to the WPS after exiting.Thomas Martitz1-11/+37
2009-06-08Fix a problem that the statusbar was redrawn to late and not really in sync w...Thomas Martitz1-0/+1
2009-05-11Don't go back to the settings after selecting a .cfg via the theme or cfg bro...Thomas Martitz1-0/+1
2009-03-08Clean up some more #includesBertrik Sikken1-1/+0
2009-03-01Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respe...Thomas Martitz1-4/+19
2008-12-13Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s...Michael Sevakis1-3/+0
2008-12-13PCM buffer beeping needs the audio buffer reset in order to work after operat...Michael Sevakis1-0/+3
2008-10-08Fix FS#8949 - Alphabetical directory listing reversed after "Error Accessing ...Nils Wallménius1-19/+27
2008-08-19workaround for FS#8748 (possibly others) where playback might freeze or get c...Jonathan Gordon1-4/+4
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-19/+18
2008-07-30Remove duplicate splash when loading a plugin so that the voice clip is only ...Nils Wallménius1-2/+0
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-12Const police raid.Steve Bavin1-1/+1
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2008-05-01Introduce a small helper function that asks the user if the dynamic playlist ...Nils Wallménius1-19/+5
2008-04-28Update source files to include the header file for the functions they impleme...Bertrik Sikken1-0/+1
2008-04-26Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius1-3/+3
2008-04-07Remove some more simulator debugging output.Steve Bavin1-1/+0
2008-03-29Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman1-2/+0
2008-03-21Commit viewports-in-WPS patch (FS#8385). This adds the %V tag - see the Cust...Dave Chapman1-2/+2
2007-10-30Make the playlist catalog use the following settings as appropriate: show fil...Magnus Holmgren1-27/+53
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius1-21/+21
2007-07-20Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare1-11/+10
2007-06-07Forgot this one. We should maybe use enums more...Steve Bavin1-1/+1
2007-04-26Clear the RWPS backdrop when a RWPS is loaded, not when a WPS is loaded.Nicolas Pennequin1-3/+3
2007-04-25Change some ifdefs for the recent backdrop changes (fixes the yellow builds) ...Nicolas Pennequin1-1/+1
2007-04-25Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, ...Nicolas Pennequin1-0/+3
2007-04-18Move the inbuilt filetype info into filetypes.c and rename the defines. Jonathan Gordon1-31/+31
2007-03-30Check if a new version got installed after usb disconnect and ask if user wan...Peter D'Hoye1-20/+0
2007-03-17#ifdef code that only makes sense for multivolume targets, make private funct...Nils Wallménius1-0/+3
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-19/+19
2007-02-18Explicilty set CONFIG_ defines to 0 which are not used.. because doing Jonathan Gordon1-3/+3
2007-02-14Cuesheet support by Jonathan Gordon and me (FS #6460).Nicolas Pennequin1-0/+5
2007-02-08Revert the changes using global status for the screen states. It should wait ...Michael Sevakis1-1/+1
2007-02-07Change the radio screen and recording screen to use the global_status structu...Michael Sevakis1-1/+1
2007-01-24Split the system status variables out of global_settings and put them into a ...Jonathan Gordon1-3/+3
2007-01-23Settings are now stored in /.rockbox/config.cfg instead of the hidden sector....Jonathan Gordon1-1/+1
2006-11-13Backdrop support for greyscale targets. WPS backdrop is untested.Jens Arnold1-2/+2
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis1-3/+2
2006-08-10Only sync playlist once when adding bunch of files from tagcache.Miika Pekkarinen1-2/+3
2006-05-21Reworked backdrop handling. Fixes a bug that wasn't in the tracker yet ;)Peter D'Hoye1-0/+8
2006-04-15Only show the 'Loading...' splash if the file is actually loading (won't be d...Zakk Roberts1-9/+24
2006-04-02Patch #2711 by Alexander Spyridakis with some changes by me: adds load/save o...Hristo Kovachev1-0/+35
2006-04-01Thorough .lang rework: Removed all deprecated strings, combined string which ...Jens Arnold1-7/+1
2006-03-29Add support for loadable vkeyboard layoutsFrank Dischner1-0/+9
2006-03-19Don't warn about modifying the dynamic playlist in Party Mode. Also changed m...Björn Stenberg1-2/+3
2006-03-19Added 'Party Mode': Unstoppable playbackBjörn Stenberg1-2/+24