rockbox/apps/gui
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
..
bitmap
charcell
skin_engine
backdrop.c
backdrop.h
buttonbar.c
buttonbar.h
color_picker.c
color_picker.h
icon.c
icon.h
list.c
list.h
option_select.c
option_select.h
pitchscreen.c
pitchscreen.h
quickscreen.c
quickscreen.h
scrollbar.c
scrollbar.h
splash.c
splash.h
statusbar-skinned.c
statusbar-skinned.h
statusbar.c
statusbar.h
usb_screen.c
usb_screen.h
viewport.c
viewport.h
wps.c
wps.h
yesno.c
yesno.h