rockbox/apps/gui/skin_engine
Jonathan Gordon 466e5d9aa4 2 new tags for the base skin.
%Lt - the title text for the current list
%Li - the icon number. Same order as the CustomIcons list, except the first icon is the "no icon" icon.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24917 a1c6a512-1295-4272-9138-f99709370657
2010-02-26 03:45:41 +00:00
..
skin_backdrops.c Fix the mechanism to fail to parse skins if images fail to load and fix having no backdrop at all (neither %X nor backdrop setting, DancePuffDuo was broken). 2010-02-21 19:29:33 +00:00
skin_buffer.c bugger, too tired, didnt mean to commit this. 2010-01-29 08:26:14 +00:00
skin_buffer.h Set svn:keywords property on .c and .h files that didn't already have it. Correct svn:executable property on some files. 2010-01-03 14:28:09 +00:00
skin_display.c WPS: Use helper local variable instead of its value (no functional change) 2010-02-20 13:26:50 +00:00
skin_engine.h * surround member only used by charcells with #ifdef HAVE_LCD_CHARCELLS in struct scrollinfo in scroll_engine.h. 2010-02-16 11:59:37 +00:00
skin_fonts.c make sure font fd's get closed when a new skin is loaded 2010-02-21 02:53:50 +00:00
skin_fonts.h FS#10984 - multifont! 2 major additions: 2010-02-14 06:26:16 +00:00
skin_parser.c 2 new tags for the base skin. 2010-02-26 03:45:41 +00:00
skin_tokens.c 2 new tags for the base skin. 2010-02-26 03:45:41 +00:00
skin_tokens.h 2 new tags for the base skin. 2010-02-26 03:45:41 +00:00
wps_debug.c Fix further tabs 2010-01-03 10:50:34 +00:00
wps_internals.h Change how touchscreen regions work slightly... "It modifies the behaviour of touch buttons to be more similar to the way gui buttons operate in desktop applications. Upon a touch press event, the button at the touch position is armed. Upon a touch repeat or release, the button at the touch position is triggered only if it is armed. Upon release (and wps entry), all buttons are disarmed. E.g. when you touch press on an empty area, then while pressing drag your finger on a button, then release the button, the button is not triggered." 2010-02-24 06:19:25 +00:00