summaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Expand)AuthorAge
* fiddle with the alloc requested size instead of the buffer pointer to keep th...Jonathan Gordon2010-09-26
* m68k/setjmp.S: fix build with gcc 3.4.6 -std=gnu99Rafaël Carré2010-09-07
* 2 new touch region options... "settings_inc" and "settings_dec" which will in...Jonathan Gordon2010-09-06
* The glyph number is required if it is given (i.e you cantt use -)Jonathan Gordon2010-09-06
* Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon2010-08-25
* mips is predefined by gcc, but we want it for paths. Don't let others fall in...Thomas Martitz2010-08-24
* Add a commentThomas Martitz2010-08-24
* Fix red. Something - I coundn't find it - must be doing '#define mips 1'.Thomas Martitz2010-08-24
* Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i...Thomas Martitz2010-08-24
* New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets yo...Jonathan Gordon2010-08-19
* A bunch of new features for the bar type tags (%pb, %pv, %bl, etc):Jonathan Gordon2010-08-15
* Rework the skin playlist viewer so it uses the same drawing code as everythin...Jonathan Gordon2010-08-14
* Change %xd to allow for a number to be used to specify the subimage. i.e %xd(...Jonathan Gordon2010-08-14
* New feature for the %xl (image load) tag. If you give it the filename __list_...Jonathan Gordon2010-08-12
* New feature for the %xd() (display a preloaded image) skin tag.Jonathan Gordon2010-08-05
* 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: even more const correctness, should fix checkwps, againNils Wallménius2010-07-31
* skinparser lib: even more const correctness, should fix checkwpsNils Wallménius2010-07-31
* 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
* Don't overwrite AR if it's been set from outside.Dominik Riebeling2010-07-21
* Add missing argument that broke building libskin_parser outside of Rockbox.Dominik Riebeling2010-07-18
* 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
* Rework libskin_parser Makefile for OS X support.Dominik Riebeling2010-07-06
* cosmetic.... LINE_ALTERNATOR can contain LINE so make it more important than ...Jonathan Gordon2010-07-04
* s/SUBLINES/LINE_ALTERNATOR/Jonathan Gordon2010-07-04
* use the same BAR_PARAMS for all bar typesJonathan 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: Altered tag table entry for %pb to make image optional, impleme...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
* dont build the debug code in ROCKBOX, save ~400bytesJonathan Gordon2010-06-24
* Moved libskin_parser to lib. Added it to link line.Björn Stenberg2010-06-24
* skin_parser: Fixed bug handling sublines with no contentRobert Bieber2010-06-22
* Make skin_parser Makefile more silent.Dominik Riebeling2010-06-22
* remove a bunch of token markers which arnt necessary with the new parserJonathan Gordon2010-06-22
* fix the viewport tag [aramsJonathan Gordon2010-06-20
* tiny clean up of memory allocationJonathan Gordon2010-06-17
* Added skin_parser library to build system. Fixed some warnings.Björn Stenberg2010-06-17
* woops, forgot to add theseJonathan 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