rockbox/lib/skin_parser
Jonathan Gordon 0b0ce2e59b Touchscreen %T() tag.. don't allow - for width/height params (shouldn't affect anyway because the current code would crash if you tried it)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28224 a1c6a512-1295-4272-9138-f99709370657
2010-10-10 05:23:38 +00:00
..
Makefile Don't overwrite AR if it's been set from outside. 2010-07-21 19:35:16 +00:00
skin_buffer.c fiddle with the alloc requested size instead of the buffer pointer to keep the buffer 32bit aligned 2010-09-26 12:56:02 +00:00
skin_buffer.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_debug.c make -vvv display the parse tree in checkwps. Fix a potential bug in the parser where recursive tags (the playlist viewier) would share params with its parant which meant bad things 2010-08-03 12:14:50 +00:00
skin_debug.h skinparser lib: even more const correctness, should fix checkwps 2010-07-31 16:30:22 +00:00
skin_parser.c libskin_parser: fix a annoying bug where viewports required at least one line (even %Vi()). multiple %Vi lines direclty under eachother should now work 2010-10-05 13:02:34 +00:00
skin_parser.h make -vvv display the parse tree in checkwps. Fix a potential bug in the parser where recursive tags (the playlist viewier) would share params with its parant which meant bad things 2010-08-03 12:14:50 +00:00
skin_parser.make Moved libskin_parser to lib. Added it to link line. 2010-06-24 11:47:37 +00:00
skin_scan.c skinparser lib: more const correctness 2010-07-31 16:25:41 +00:00
skin_scan.h skinparser lib: more const correctness 2010-07-31 16:25:41 +00:00
SOURCES 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
symbols.h
tag_table.c Touchscreen %T() tag.. don't allow - for width/height params (shouldn't affect anyway because the current code would crash if you tried it) 2010-10-10 05:23:38 +00:00
tag_table.h New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets you do very simple logical comparissons on other tags. 2010-08-19 13:49:32 +00:00