summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-07-06Rework libskin_parser Makefile for OS X support.Dominik Riebeling1-13/+48
2010-07-04cosmetic.... LINE_ALTERNATOR can contain LINE so make it more important than ...Jonathan Gordon1-1/+1
2010-07-04s/SUBLINES/LINE_ALTERNATOR/Jonathan Gordon3-3/+3
2010-07-04use the same BAR_PARAMS for all bar typesJonathan Gordon1-2/+2
2010-07-04Theme Editor: Implemented a flags column in the tag table, removed the \n fla...Robert Bieber3-188/+163
2010-07-02Theme Editor: Fixed a warning in the parser due to a stray asteriskRobert Bieber1-1/+1
2010-07-02Theme Editor: Removed some old hash code that caused viewer not to update due...Robert Bieber1-0/+10
2010-07-02Theme Editor: Altered tag table entry for %pb to make image optional, impleme...Robert Bieber1-1/+1
2010-07-01Theme Editor: Fixed line numbering bug in parser. Implemented playlist displ...Robert Bieber1-0/+2
2010-07-01minor tweak to r27210 to make it the same as the svn parser... eat everything...Jonathan Gordon1-3/+9
2010-07-01Theme Editor: Implemented JdGordon's tag newline-eating mechanismRobert Bieber3-13/+29
2010-06-24dont build the debug code in ROCKBOX, save ~400bytesJonathan Gordon2-1/+10
2010-06-24Moved libskin_parser to lib. Added it to link line.Björn Stenberg1-1/+1
2010-06-22skin_parser: Fixed bug handling sublines with no contentRobert Bieber1-1/+1
2010-06-22Make skin_parser Makefile more silent.Dominik Riebeling1-2/+7
2010-06-22remove a bunch of token markers which arnt necessary with the new parserJonathan Gordon1-15/+0
2010-06-20fix the viewport tag [aramsJonathan Gordon1-3/+3
2010-06-17tiny clean up of memory allocationJonathan Gordon4-10/+23
2010-06-17Added skin_parser library to build system. Fixed some warnings.Björn Stenberg6-18/+34
2010-06-17woops, forgot to add theseJonathan Gordon2-0/+100
2010-06-17make the parser slightly more usable for rockbox, move the buffer allocation ...Jonathan Gordon2-21/+6
2010-06-17Move the skin parser to a seperate libraryJonathan Gordon10-0/+2273