rockbox/manual/appendix
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
..
images Resize some images that looked smaller or bigger than their 'relatives' in the html manual. Turned out that these had a different resolution (twice resp. half the size), probably taken with a different zoom level. 2009-02-12 11:02:26 +00:00
appendix.tex Fix various minor spelling issues in the rockbox manual. 2011-05-22 14:01:28 +00:00
config_file_options.tex Pick up the target rename completion in the manual started in r27823 ... this time taking care of the Iriver targets. This fixes a few issues with wrongly in- or excluded parts (e.g. pacbox missing from the H100 manual, invadrox wrongly included in the small H10 manual as the plugin's main.tex already used the new names without making sure they are there). If possible replace 'target name' \opts with sensible feature \opts. Fix small mistakes and break too long lines discovered along the way. 2011-01-17 18:30:18 +00:00
fdl.tex Convert quotes to fancy ones in the license text as well 2010-05-10 16:34:30 +00:00
file_formats.tex Submit FS#12196. Adds support for embedded album art (jpg) with APEv2 tags. 2011-07-25 10:37:51 +00:00
gpl-2.0.tex
menu_structure.tex
wps_tags.tex Change the way the %Tl() (touch region) tag is done to remove dodgey 1-char settings. 2011-07-28 12:53:22 +00:00