rockbox/apps/gui/skin_engine
Teruaki Kawashima 55a63609ef use correct condition for #if for tagcache_fill_tags().
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28188 a1c6a512-1295-4272-9138-f99709370657
2010-09-30 13:09:50 +00:00
..
skin_backdrops.c Hopefully fix FS#11630 where the wps backdrop would be shown instead of the menu one 2010-09-19 11:49:33 +00:00
skin_display.c fix errors, warnings, tabs 2010-09-14 12:21:56 +00:00
skin_display.h Rework the skin playlist viewer so it uses the same drawing code as everything else. This should mean that all text tags now work as expected. The 2nd code param is no longer needed so drop it (you can use conditionals and sublines and stuff in the one code param. 2010-08-14 15:17:59 +00:00
skin_engine.c fix errors, warnings, tabs 2010-09-14 12:21:56 +00:00
skin_engine.h Another major skin backend update/hopefully bugfix: 2010-09-14 11:56:50 +00:00
skin_fonts.c font_table[].name wasn't filled 2010-09-01 05:21:39 +00:00
skin_fonts.h Accept FS#11567 by Fred Bauer - better memory management for the skin fonts 2010-08-25 14:11:38 +00:00
skin_parser.c explicitly set img->using_preloaded_icons in parse_image_load() and don't rely on parse_image_display(). 2010-09-29 13:23:24 +00:00
skin_render.c Fix FS#1159 - stack overflow in the skin engine when there is too many nested conditionals 2010-09-26 06:43:33 +00:00
skin_tokens.c use correct condition for #if for tagcache_fill_tags(). 2010-09-30 13:09:50 +00:00
skin_tokens.h FS#11470 - new skin code, finally svn uses the new parser from the theme editor. This means that a skin that passes the editor WILL pass svn and checkwps (unless the target runs out of skin buffer or something. 2010-07-29 12:37:48 +00:00
skin_touchsupport.c 2 new touch region options... "settings_inc" and "settings_dec" which will increase or decrease most of the available settings. To use it put the config name of the setting as the next param after settings_inc... i.e %T(0, 0, 32, 32, settings_inc, repeat) 2010-09-06 13:33:49 +00:00
wps_debug.c FS#11470 - new skin code, finally svn uses the new parser from the theme editor. This means that a skin that passes the editor WILL pass svn and checkwps (unless the target runs out of skin buffer or something. 2010-07-29 12:37:48 +00:00
wps_internals.h Another major skin backend update/hopefully bugfix: 2010-09-14 11:56:50 +00:00