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