rockbox/lib/skin_parser
Jonathan Gordon 9e07ef2b0a Use buflib for all skin engine allocations.
Massive thanks to Michael Chicoine and other testers for finding the early bugs.

This removes all skin memory limitations

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30991 a1c6a512-1295-4272-9138-f99709370657
2011-11-15 14:11:08 +00:00
..
Makefile Theme Editor: make cross compiling on OS X work. 2011-03-05 12:50:46 +00:00
skin_buffer.c Use buflib for all skin engine allocations. 2011-11-15 14:11:08 +00:00
skin_buffer.h Use buflib for all skin engine allocations. 2011-11-15 14:11:08 +00:00
skin_buffer_debug.pl Add a simple perl script to display info about what is allocating skin buffer. 2011-09-25 12:05:03 +00:00
skin_debug.c Use buflib for all skin engine allocations. 2011-11-15 14:11:08 +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 Use buflib for all skin engine allocations. 2011-11-15 14:11:08 +00:00
skin_parser.h Use buflib for all skin engine allocations. 2011-11-15 14:11:08 +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 Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexander Levin 2010-11-05 09:51:19 +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 Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexander Levin 2010-11-05 09:51:19 +00:00
tag_table.c Add "%LN" tag to retrieve the list item number of the current item. This allows e.g. putting item numbers in skinned lists. 2011-09-18 12:35:32 +00:00
tag_table.h Add "%LN" tag to retrieve the list item number of the current item. This allows e.g. putting item numbers in skinned lists. 2011-09-18 12:35:32 +00:00