rockbox/apps/gui/skin_engine
Jonathan Gordon 87aa86cedd Skin variables for touchscreen targets (origional implementation by Jens Theeß)
%vs(name, [set|inc|dec], value [,max]) - name is the id, set sets the value, inc increments by value, dec decrements by value
%vg(name) - get the current value
%vl(name [,timeout]) - 'has it changed in [timeout]'?

values start at 1 and are all reset to 1 on skin load

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29655 a1c6a512-1295-4272-9138-f99709370657
2011-03-27 08:01:58 +00:00
..
skin_backdrops.c Get rid of get_user_file_path and do the path handling in wrappers for open() and friends. 2010-12-06 22:26:31 +00:00
skin_display.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
skin_display.h Fix charcell %pb and %pf tags, FS#11592 2010-10-10 23:46:15 +00:00
skin_engine.c move code around to make checkwps compile 2011-03-07 12:56:24 +00:00
skin_engine.h Another major skin backend update/hopefully bugfix: 2010-09-14 11:56:50 +00:00
skin_fonts.c Get rid of get_user_file_path and do the path handling in wrappers for open() and friends. 2010-12-06 22:26:31 +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 Skin variables for touchscreen targets (origional implementation by Jens Theeß) 2011-03-27 08:01:58 +00:00
skin_render.c Skin variables for touchscreen targets (origional implementation by Jens Theeß) 2011-03-27 08:01:58 +00:00
skin_tokens.c Skin variables for touchscreen targets (origional implementation by Jens Theeß) 2011-03-27 08:01:58 +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 Fix touchregions muting volume, and change &<action> to mean 'needs long press but only fire once'. Use *<action> for 'long press and allow repeats' 2011-03-27 07:23:38 +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 Skin variables for touchscreen targets (origional implementation by Jens Theeß) 2011-03-27 08:01:58 +00:00