summaryrefslogtreecommitdiff
path: root/lib/skin_parser/skin_parser.c (unfollow)
Commit message (Expand)Author
2010-11-05Fix unchecked result skin_parse_tag() exposed by r28480.Thomas Martitz
2010-11-05Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexand...Bertrik Sikken
2010-11-03Fix a bug introduced with r28370 (feature check tag improvements) where %Rp<f...Jonathan Gordon
2010-10-28skin_parser: Change the way hardware conditionals are done (i.e %?cc)Jonathan Gordon
2010-10-05libskin_parser: fix a annoying bug where viewports required at least one line...Jonathan Gordon
2010-08-19New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets yo...Jonathan Gordon
2010-08-14Change %xd to allow for a number to be used to specify the subimage. i.e %xd(...Jonathan Gordon
2010-08-05Add a T type to the tag table which allows parameters to be a single tagJonathan Gordon
2010-08-03make -vvv display the parse tree in checkwps. Fix a potential bug in the pars...Jonathan Gordon
2010-07-31skinparser lib: more const correctnessNils Wallménius
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-18Theme Editor: Added column number to parser error messagesRobert Bieber
2010-07-15Theme Editor: Committed FS#11477 to add a DECIMAL parameter type in the parse...Robert Bieber
2010-07-04s/SUBLINES/LINE_ALTERNATOR/Jonathan Gordon
2010-07-04Theme Editor: Implemented a flags column in the tag table, removed the \n fla...Robert Bieber
2010-07-02Theme Editor: Fixed a warning in the parser due to a stray asteriskRobert Bieber
2010-07-02Theme Editor: Removed some old hash code that caused viewer not to update due...Robert Bieber
2010-07-01Theme Editor: Fixed line numbering bug in parser. Implemented playlist displ...Robert Bieber
2010-07-01minor tweak to r27210 to make it the same as the svn parser... eat everything...Jonathan Gordon
2010-07-01Theme Editor: Implemented JdGordon's tag newline-eating mechanismRobert Bieber
2010-06-22skin_parser: Fixed bug handling sublines with no contentRobert Bieber
2010-06-17tiny clean up of memory allocationJonathan Gordon
2010-06-17make the parser slightly more usable for rockbox, move the buffer allocation ...Jonathan Gordon
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-11Theme Editor: Fixed bug in parser handling empty lines and made ParseTreeMode...Robert Bieber
2010-06-11Theme Editor: Modified parser to integrate the %V tag into the VIEWPORT eleme...Robert Bieber
2010-06-10Theme Editor: Fixed issue with parsing conditionals in sublinesRobert Bieber
2010-06-10Theme Editor: Applied FS#11389, switched conditional elements to use tag fiel...Robert Bieber
2010-06-09SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last par...Jonathan Gordon
2010-06-08Theme Editor: Made parser recover memory on errorRobert Bieber
2010-06-07Theme Editor: Factored out code to skip over enum/arg lists while scanning fo...Robert Bieber
2010-06-07Theme Editor: Added a clear erros function to the parserRobert Bieber
2010-06-06Theme Editor: Fixed another conditional child-counting bugRobert Bieber
2010-06-06Theme Editor: Began working on open document functionality (still incomplete)...Robert Bieber
2010-06-02Theme Editor: Fixed parsing and code generation for nested conditionalsRobert Bieber
2010-06-02Theme Editor: Fixed some more code generation bugsRobert Bieber
2010-06-02Fixed another code generation bug with viewports and enabled negative numbers...Robert Bieber
2010-06-02Theme Editor: Fixed bugs in code generation and viewport parsingRobert Bieber
2010-06-02Theme Editor: Removed the NEWLINE parse tree elementRobert Bieber
2010-06-02Theme Editor: Fixed a small bug with asterisk handling in tag parameter argum...Robert Bieber
2010-06-02Theme Editor: Altered the way the parser handles asterisks in the tag argumen...Robert Bieber
2010-06-01Theme Editor: Put together a simple GUI to test going back and forth between ...Robert Bieber
2010-06-01Theme Editor: Made text and comments editable from a treeviewRobert Bieber
2010-06-01Theme Editor: Enabled editing tag parameters from a treeviewRobert Bieber
2010-06-01Theme Editor: Made the viewport tag a top-level child under VIEWPORT elements...Robert 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