summaryrefslogtreecommitdiff
path: root/apps/menus/theme_menu.c
AgeCommit message (Expand)Author
2021-04-10misc: Only include rbpaths.h and string-extra.h in places that need itSolomon Peachy
2021-03-09Reset filetype colors when resetting theme colorsChristian Soffke
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy
2020-07-19do_menu pass internal synclist reference to callbackWilliam Wilgus
2014-03-03Touchscreen: Show a line separator in lists.Thomas Martitz
2012-01-07apps: lcd-remote.h is not needed if HAVE_REMOTE_LCD is not definedRafaël Carré
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz
2011-11-27Don't load the icons unless show_icons is actually enabled. And respect that ...Jonathan Gordon
2011-11-19Get rid of a really annoying #ifdef line to check if backdrop support should ...Jonathan Gordon
2011-10-04Make function calc_db in peakmeter.c staticBertrik Sikken
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon
2010-12-14FS#11777: enhancement for rockbox_browse()Teruaki Kawashima
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz
2010-10-08don't reload the skins if color isn't actually changed.Teruaki Kawashima
2010-09-14Another major skin backend update/hopefully bugfix:Jonathan Gordon
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz
2010-06-12Fix FS#111395. Call settings_apply_skins() after changing theme colours.Andree Buschmann
2010-05-26Give the radio screen setting(s) in the themes menu its own language strings ...Marianne Arnold
2010-05-12FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon
2010-03-06Restore the 'read_disk' flag for settings_apply that was removed in r24922. I...Magnus Holmgren
2010-03-06cleanup statusbar+base skin relationship...Jonathan Gordon
2010-02-26split the theme settings apply() sutff out of settings_apply(). this should f...Jonathan Gordon
2010-02-21remove incorrect castFrank Gevaerts
2010-02-21Don't be too wasteful and only reparse skins when actually needed.Thomas Martitz
2010-02-21Properly generate (with "Save Theme Settings") and handle filename settings w...Thomas Martitz
2010-01-29skin rework (FS#10922) notable changes:Jonathan Gordon
2010-01-27Rename "custom statusbar" to "base skin" in the theme menu, no other changes....Jonathan Gordon
2009-12-21fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...Jonathan Gordon
2009-12-17from FS#10771 - fix the clear backdrop option so it clears the full screenJonathan Gordon
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon
2009-10-19Add a browse (remote) custom statusbar item in the theme settings.Thomas Martitz
2009-10-19Initial custom statusbar commit.Thomas Martitz
2009-09-19And also redraw the statusbar after resetting the colors.Thomas Martitz
2009-09-19Fix the statusbar to redraw after changing colors in the color picker screen.Thomas Martitz
2009-09-07Fix buttonbar handling/theme changed handling in lists.Thomas Martitz
2009-08-29Make UI viewport handling more multiscreen aware and bring a break; accidenta...Thomas Martitz
2009-08-24Move the "Status/Scrollbar" menu to Theme Settings, and add the F_THEMESETTIN...Thomas Martitz
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz
2009-08-06Remove some unused #includesBertrik Sikken
2009-08-06Add backdrop functions to the multiscreen api and add a enum backdrop_type pa...Thomas Martitz
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-06Fix the colour selector. The only colours not allowed should be when trying t...Barry Wardell
2008-03-29Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman
2008-03-06there is no need to load the filename settings unless reading from a .cfg, so...Jonathan Gordon
2008-03-06merge the variou set color functions which all do the same thing (and just le...Jonathan Gordon
2008-03-05force the lists to reload when the colour changesJonathan Gordon
2007-10-06Accept FS#7864 - minor menu cleanup to move theme settings into a new themes ...Jonathan Gordon