summaryrefslogtreecommitdiff
path: root/lib/skin_parser/skin_parser.c (follow)
Commit message (Expand)AuthorAge
* Fix unchecked result skin_parse_tag() exposed by r28480.Thomas Martitz2010-11-05
* Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexand...Bertrik Sikken2010-11-05
* Fix a bug introduced with r28370 (feature check tag improvements) where %Rp<f...Jonathan Gordon2010-11-03
* skin_parser: Change the way hardware conditionals are done (i.e %?cc)Jonathan Gordon2010-10-28
* libskin_parser: fix a annoying bug where viewports required at least one line...Jonathan Gordon2010-10-05
* New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets yo...Jonathan Gordon2010-08-19
* Change %xd to allow for a number to be used to specify the subimage. i.e %xd(...Jonathan Gordon2010-08-14
* Add a T type to the tag table which allows parameters to be a single tagJonathan Gordon2010-08-05
* make -vvv display the parse tree in checkwps. Fix a potential bug in the pars...Jonathan Gordon2010-08-03
* skinparser lib: more const correctnessNils Wallménius2010-07-31
* skinparser lib: some const correctness and marking of local vars as 'static'Nils Wallménius2010-07-31
* FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon2010-07-29
* Theme Editor: Added column number to parser error messagesRobert Bieber2010-07-18
* Theme Editor: Committed FS#11477 to add a DECIMAL parameter type in the parse...Robert Bieber2010-07-15
* s/SUBLINES/LINE_ALTERNATOR/Jonathan Gordon2010-07-04
* Theme Editor: Implemented a flags column in the tag table, removed the \n fla...Robert Bieber2010-07-04
* Theme Editor: Fixed a warning in the parser due to a stray asteriskRobert Bieber2010-07-02
* Theme Editor: Removed some old hash code that caused viewer not to update due...Robert Bieber2010-07-02
* Theme Editor: Fixed line numbering bug in parser. Implemented playlist displ...Robert Bieber2010-07-01
* minor tweak to r27210 to make it the same as the svn parser... eat everything...Jonathan Gordon2010-07-01
* Theme Editor: Implemented JdGordon's tag newline-eating mechanismRobert Bieber2010-07-01
* skin_parser: Fixed bug handling sublines with no contentRobert Bieber2010-06-22
* tiny clean up of memory allocationJonathan Gordon2010-06-17
* make the parser slightly more usable for rockbox, move the buffer allocation ...Jonathan Gordon2010-06-17
* Move the skin parser to a seperate libraryJonathan Gordon2010-06-17