rockbox/apps/gui/skin_engine
Jonathan Gordon 969903b5fe Change the way the %Tl() (touch region) tag is done to remove dodgey 1-char settings.
check the manual...
%Tl(..., &action) -> %Tl(..., action, repeat_press)
%Tl(..., *action) -> %Tl(..., action, long_press)
%Tl(..., !action) -> %Tl(..., action, reverse_bar)
and a new allow_while_lock to make the region fire when softlocked

these options must all be after the action name, but otherwise the order doesnt matter. And for the setting_inc/dec/set action the setting name must follow the action name, *then* the options

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30219 a1c6a512-1295-4272-9138-f99709370657
2011-07-28 12:53:22 +00:00
..
skin_backdrops.c Support loading backdrops from anywhere in the filesystem. Fixes FS#12041 2011-04-10 13:25:47 +00:00
skin_display.c More tab fixes 2011-05-08 20:35:29 +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
skin_parser.c Change the way the %Tl() (touch region) tag is done to remove dodgey 1-char settings. 2011-07-28 12:53:22 +00:00
skin_render.c Remove a couple of dead inits and assignments found by the clang-static-analyzer. 2011-06-12 22:17:45 +00:00
skin_tokens.c skin engine softlock support for touchscreens: 2011-07-28 11:26:01 +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 skin engine softlock support for touchscreens: 2011-07-28 11:26:01 +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 engine softlock support for touchscreens: 2011-07-28 11:26:01 +00:00