summaryrefslogtreecommitdiff
path: root/lib/skin_parser/skin_parser.h (unfollow)
Commit message (Expand)Author
2015-01-05Fix yellowThomas Jarosch
2015-01-05Make thirty functions static to reduce binary sizeThomas Jarosch
2013-02-26checkwps: show a helpful error if the parser callback errors outJonathan Gordon
2012-07-29skin_engine: Support percentages for viewport positioningJonathan Gordon
2011-11-15Use buflib for all skin engine allocations.Jonathan Gordon
2011-10-16Fix FS#12320 - need substitute to /.rockbox/skin_buffer_size.txtThomas Martitz
2010-11-05Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexand...Bertrik Sikken
2010-08-03make -vvv display the parse tree in checkwps. Fix a potential bug in the pars...Jonathan Gordon
2010-07-31skinparser lib: some const correctness and marking of local vars as 'static'Nils Wallménius
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon
2010-07-15Theme Editor: Committed FS#11477 to add a DECIMAL parameter type in the parse...Robert Bieber
2010-07-04cosmetic.... LINE_ALTERNATOR can contain LINE so make it more important than ...Jonathan Gordon
2010-07-04s/SUBLINES/LINE_ALTERNATOR/Jonathan Gordon
2010-06-17tiny clean up of memory allocationJonathan Gordon
2010-06-17Added skin_parser library to build system. Fixed some warnings.Björn Stenberg
2010-06-17Move the skin parser to a seperate libraryJonathan Gordon
2010-06-17Theme Editor: Moved source files into subdirectoriesRobert Bieber
2010-06-13initialise the element->type value so TAG types dont accidently get VIEWPORT ...Jonathan Gordon
2010-06-10Theme Editor: Applied FS#11389, switched conditional elements to use tag fiel...Robert Bieber
2010-06-02Theme Editor: Removed the NEWLINE parse tree elementRobert Bieber
2010-06-01Theme Editor: Put together a simple GUI to test going back and forth between ...Robert Bieber
2010-06-01Theme Editor: Enabled editing tag parameters from a treeviewRobert Bieber
2010-06-01Committing FS#11345 by JdGordon. Theme editor parser now includes full tag i...Robert Bieber
2010-06-01Theme Editor: Made Viewport the top level parse tree element, along with a bu...Robert Bieber
2010-05-31Theme Editor: Added extern C declarations to header filesRobert Bieber
2010-05-29Theme Editor: Got code generation tentatively working along with a solid C++ ...Robert Bieber
2010-05-27Theme Editor: Fixed a bug in the subline parser, added a LINE element to cont...Robert Bieber
2010-05-25Fixed some memory leaks in the theme editorRobert Bieber
2010-05-25Adding the new WPS parser, code works but need to build the tag tableRobert Bieber