summaryrefslogtreecommitdiffstats
path: root/apps/menus/theme_menu.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-04Make function calc_db in peakmeter.c staticBertrik Sikken1-3/+0
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon1-0/+1
2010-12-14FS#11777: enhancement for rockbox_browse()Teruaki Kawashima1-1/+77
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz1-3/+1
2010-10-08don't reload the skins if color isn't actually changed.Teruaki Kawashima1-5/+9
2010-09-14Another major skin backend update/hopefully bugfix:Jonathan Gordon1-1/+2
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz1-1/+3
2010-06-12Fix FS#111395. Call settings_apply_skins() after changing theme colours.Andree Buschmann1-0/+1
2010-05-26Give the radio screen setting(s) in the themes menu its own language strings ...Marianne Arnold1-2/+2
2010-05-12FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon1-0/+22
2010-03-06Restore the 'read_disk' flag for settings_apply that was removed in r24922. I...Magnus Holmgren1-2/+2
2010-03-06cleanup statusbar+base skin relationship...Jonathan Gordon1-2/+1
2010-02-26split the theme settings apply() sutff out of settings_apply(). this should f...Jonathan Gordon1-2/+2
2010-02-21remove incorrect castFrank Gevaerts1-1/+1
2010-02-21Don't be too wasteful and only reparse skins when actually needed.Thomas Martitz1-1/+3
2010-02-21Properly generate (with "Save Theme Settings") and handle filename settings w...Thomas Martitz1-1/+2
2010-01-29skin rework (FS#10922) notable changes:Jonathan Gordon1-8/+4
2010-01-27Rename "custom statusbar" to "base skin" in the theme menu, no other changes....Jonathan Gordon1-2/+2
2009-12-21fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...Jonathan Gordon1-2/+2
2009-12-17from FS#10771 - fix the clear backdrop option so it clears the full screenJonathan Gordon1-3/+6
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon1-6/+0
2009-10-19Add a browse (remote) custom statusbar item in the theme settings.Thomas Martitz1-0/+15
2009-10-19Initial custom statusbar commit.Thomas Martitz1-2/+6
2009-09-19And also redraw the statusbar after resetting the colors.Thomas Martitz1-0/+1
2009-09-19Fix the statusbar to redraw after changing colors in the color picker screen.Thomas Martitz1-0/+1
2009-09-07Fix buttonbar handling/theme changed handling in lists.Thomas Martitz1-2/+17
2009-08-29Make UI viewport handling more multiscreen aware and bring a break; accidenta...Thomas Martitz1-0/+1
2009-08-24Move the "Status/Scrollbar" menu to Theme Settings, and add the F_THEMESETTIN...Thomas Martitz1-0/+67
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz1-0/+2
2009-08-06Remove some unused #includesBertrik Sikken1-1/+0
2009-08-06Add backdrop functions to the multiscreen api and add a enum backdrop_type pa...Thomas Martitz1-2/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-06Fix the colour selector. The only colours not allowed should be when trying t...Barry Wardell1-2/+9
2008-03-29Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman1-3/+0
2008-03-06there is no need to load the filename settings unless reading from a .cfg, so...Jonathan Gordon1-2/+2
2008-03-06merge the variou set color functions which all do the same thing (and just le...Jonathan Gordon1-73/+36
2008-03-05force the lists to reload when the colour changesJonathan Gordon1-0/+6
2007-10-06Accept FS#7864 - minor menu cleanup to move theme settings into a new themes ...Jonathan Gordon1-0/+223