rockbox/apps/gui
Jonathan Gordon 3f7b780b54 fix a stupid typo in the vertical bar tag parser, spotted by teru
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28222 a1c6a512-1295-4272-9138-f99709370657
2010-10-09 12:18:10 +00:00
..
bitmap Fix several inaccuracies in list handling on touchscreen. 2010-10-09 11:22:52 +00:00
charcell
skin_engine fix a stupid typo in the vertical bar tag parser, spotted by teru 2010-10-09 12:18:10 +00:00
backdrop.c
backdrop.h
buttonbar.c
buttonbar.h
color_picker.c
color_picker.h
icon.c
icon.h
list.c use CONTEXT_LIST in simplelist_show_list() so that button combinations for page down/page up work. 2010-10-07 12:27:26 +00:00
list.h Don't actually reimplement an existing feature for hiding the selection marker 2010-09-23 00:37:33 +00:00
option_select.c 2 new touch region options... "settings_inc" and "settings_dec" which will increase or decrease most of the available settings. To use it put the config name of the setting as the next param after settings_inc... i.e %T(0, 0, 32, 32, settings_inc, repeat) 2010-09-06 13:33:49 +00:00
option_select.h 2 new touch region options... "settings_inc" and "settings_dec" which will increase or decrease most of the available settings. To use it put the config name of the setting as the next param after settings_inc... i.e %T(0, 0, 32, 32, settings_inc, repeat) 2010-09-06 13:33:49 +00:00
pitchscreen.c
pitchscreen.h
quickscreen.c
quickscreen.h Quickscreen: 4th item 2009-08-29 14:42:03 +00:00
scrollbar.c fix displaying of the slider when default is used for pb->y and pb->height. 2010-10-08 14:26:36 +00:00
scrollbar.h correct drawing of the bar type tags when nofill is set. 2010-10-03 14:19:30 +00:00
splash.c
splash.h
statusbar-skinned.c skin engine: completly rework the sbs title handing code 2010-09-16 12:56:51 +00:00
statusbar-skinned.h skin engine: completly rework the sbs title handing code 2010-09-16 12:56:51 +00:00
statusbar.c
statusbar.h
usb_screen.c
usb_screen.h
viewport.c Another major skin backend update/hopefully bugfix: 2010-09-14 11:56:50 +00:00
viewport.h
wps.c Another major skin backend update/hopefully bugfix: 2010-09-14 11:56:50 +00:00
wps.h
yesno.c Make the yes/no screen useable in the stylus touchscreen mode, add 2 soft-buttons. Also make bottom left yes in grid mode to line up with the new button 2010-08-26 10:20:16 +00:00
yesno.h