New skin tags: %Vs() to set the text style and %Vg() to get the viewports gradient...
commit281f1a1ed6f6213139fbc230dc819bbcbe3ee40a
authorJonathan Gordon <rockbox@jdgordon.info>
Sun, 14 Aug 2011 13:50:07 +0000 (14 13:50 +0000)
committerJonathan Gordon <rockbox@jdgordon.info>
Sun, 14 Aug 2011 13:50:07 +0000 (14 13:50 +0000)
tree8407e89f6ce32200f2cdfc4efc08233957eff3cf
parentb2d0ea204c36785b5ec658ae0aecb89787886d8b
New skin tags: %Vs() to set the text style and %Vg() to get the viewports gradient colours
%Vs(mode[, param]) : mode can be "invert", "color" (where param is the colour to use", "clear" to disable the current style, "gradient" where param is the number of lines the gradient should draw over.
%Vg(start colour, end colour, [text colour]), if this tag isnt used the list selection colours from the settings will set the gradient colours

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30302 a1c6a512-1295-4272-9138-f99709370657
apps/gui/skin_engine/skin_display.c
apps/gui/skin_engine/skin_display.h
apps/gui/skin_engine/skin_parser.c
apps/gui/skin_engine/skin_render.c
apps/gui/skin_engine/skin_tokens.h
apps/gui/skin_engine/wps_internals.h
lib/skin_parser/tag_table.c
lib/skin_parser/tag_table.h