rockbox/apps/gui/skin_engine
2011-10-15 19:35:02 +00:00
..
skin_backdrops.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
skin_display.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
skin_display.h Lists can now be completly draw using the skin engine! 2011-09-06 13:49:41 +00:00
skin_engine.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
skin_engine.h fix FS#12295 2011-09-28 01:02:48 +00:00
skin_parser.c Do not font_unload() failed fonts when aborting a skin load 2011-10-05 04:19:00 +00:00
skin_render.c Fix a 'set but not used' warning. 2011-09-28 17:03:45 +00:00
skin_tokens.c Fix silly mistake 2011-09-24 19:12:37 +00:00
skin_tokens.h New skin tags: %Vs() to set the text style and %Vg() to get the viewports gradient colours 2011-08-14 13:50:07 +00:00
skin_touchsupport.c skin-touchscreen: make %T(..., setting_set, ...) apply sound settings 2011-09-15 06:51:47 +00:00
wps_debug.c Merge a bunch of code which is 99% identical so it makes it easier to add more of these later 2011-03-07 12:45:45 +00:00
wps_internals.h FS#12273 - use buflib for font storage. thanks to the testers :) 2011-09-24 13:19:34 +00:00