index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
menus
/
theme_menu.c
Age
Commit message (
Expand
)
Author
2010-12-14
FS#11777: enhancement for rockbox_browse()
Teruaki Kawashima
2010-12-06
Get rid of get_user_file_path and do the path handling in wrappers for open()...
Thomas Martitz
2010-10-08
don't reload the skins if color isn't actually changed.
Teruaki Kawashima
2010-09-14
Another major skin backend update/hopefully bugfix:
Jonathan Gordon
2010-08-01
Rockbox as an application: add get_user_file_path().
Thomas Martitz
2010-06-12
Fix FS#111395. Call settings_apply_skins() after changing theme colours.
Andree Buschmann
2010-05-26
Give the radio screen setting(s) in the themes menu its own language strings ...
Marianne Arnold
2010-05-12
FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags
Jonathan Gordon
2010-03-06
Restore the 'read_disk' flag for settings_apply that was removed in r24922. I...
Magnus Holmgren
2010-03-06
cleanup statusbar+base skin relationship...
Jonathan Gordon
2010-02-26
split the theme settings apply() sutff out of settings_apply(). this should f...
Jonathan Gordon
2010-02-21
remove incorrect cast
Frank Gevaerts
2010-02-21
Don't be too wasteful and only reparse skins when actually needed.
Thomas Martitz
2010-02-21
Properly generate (with "Save Theme Settings") and handle filename settings w...
Thomas Martitz
2010-01-29
skin rework (FS#10922) notable changes:
Jonathan Gordon
2010-01-27
Rename "custom statusbar" to "base skin" in the theme menu, no other changes....
Jonathan Gordon
2009-12-21
fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...
Jonathan Gordon
2009-12-17
from FS#10771 - fix the clear backdrop option so it clears the full screen
Jonathan Gordon
2009-12-09
FS#10824 - viewport/statusbar API rework.
Jonathan Gordon
2009-10-19
Add a browse (remote) custom statusbar item in the theme settings.
Thomas Martitz
2009-10-19
Initial custom statusbar commit.
Thomas Martitz
2009-09-19
And also redraw the statusbar after resetting the colors.
Thomas Martitz
2009-09-19
Fix the statusbar to redraw after changing colors in the color picker screen.
Thomas Martitz
2009-09-07
Fix buttonbar handling/theme changed handling in lists.
Thomas Martitz
2009-08-29
Make UI viewport handling more multiscreen aware and bring a break; accidenta...
Thomas Martitz
2009-08-24
Move the "Status/Scrollbar" menu to Theme Settings, and add the F_THEMESETTIN...
Thomas Martitz
2009-08-16
User definable UI viewport, to be able to restrict the UI into a viewport for...
Thomas Martitz
2009-08-06
Remove some unused #includes
Bertrik Sikken
2009-08-06
Add backdrop functions to the multiscreen api and add a enum backdrop_type pa...
Thomas Martitz
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-06
Fix the colour selector. The only colours not allowed should be when trying t...
Barry Wardell
2008-03-29
Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...
Dave Chapman
2008-03-06
there is no need to load the filename settings unless reading from a .cfg, so...
Jonathan Gordon
2008-03-06
merge the variou set color functions which all do the same thing (and just le...
Jonathan Gordon
2008-03-05
force the lists to reload when the colour changes
Jonathan Gordon
2007-10-06
Accept FS#7864 - minor menu cleanup to move theme settings into a new themes ...
Jonathan Gordon