- faaf431 Accept FS#11567 by Fred Bauer - better memory management for the skin fonts by Jonathan Gordon · 14 years ago
- 3478bc5 mips is predefined by gcc, but we want it for paths. Don't let others fall into this trap again. Use __mips instead by Thomas Martitz · 14 years ago
- 1aeb79d Add a comment by Thomas Martitz · 14 years ago
- 145de8e Fix red. Something - I coundn't find it - must be doing '#define mips 1'. by Thomas Martitz · 14 years ago
- 46454ac Move setjmp to lib and add setjmp for sh (imported from newlib) and compile it as separate library. by Thomas Martitz · 14 years ago
- 74ec011 New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets you do very simple logical comparissons on other tags. by Jonathan Gordon · 14 years ago
- eda8039 A bunch of new features for the bar type tags (%pb, %pv, %bl, etc): by Jonathan Gordon · 14 years ago
- dc3778a Rework the skin playlist viewer so it uses the same drawing code as everything else. This should mean that all text tags now work as expected. The 2nd code param is no longer needed so drop it (you can use conditionals and sublines and stuff in the one code param. by Jonathan Gordon · 14 years ago
- 863d239 Change %xd to allow for a number to be used to specify the subimage. i.e %xd(Ac) can now we written as %xd(A, 3). subimage count start at 1 so a=1, b=2 etc. by Jonathan Gordon · 14 years ago
- 70ebe46 New feature for the %xl (image load) tag. If you give it the filename __list_icons__ it will use the list icon strip instead of loading a different bmp. by Jonathan Gordon · 14 years ago
- 3f8e7fc New feature for the %xd() (display a preloaded image) skin tag. by Jonathan Gordon · 14 years ago
- 145571d Add a T type to the tag table which allows parameters to be a single tag by Jonathan Gordon · 14 years ago
- 1e0a010 make -vvv display the parse tree in checkwps. Fix a potential bug in the parser where recursive tags (the playlist viewier) would share params with its parant which meant bad things by Jonathan Gordon · 14 years ago
- 8be79a2 skinparser lib: even more const correctness, should fix checkwps, again by Nils Wallménius · 14 years ago
- 804437a skinparser lib: even more const correctness, should fix checkwps by Nils Wallménius · 14 years ago
- 597ccdd skinparser lib: more const correctness by Nils Wallménius · 14 years ago
- c2529c3 skinparser lib: some const correctness and marking of local vars as 'static' by Nils Wallménius · 14 years ago
- 2d31d77 FS#11470 - new skin code, finally svn uses the new parser from the theme editor. This means that a skin that passes the editor WILL pass svn and checkwps (unless the target runs out of skin buffer or something. by Jonathan Gordon · 14 years ago
- 1879481 Don't overwrite AR if it's been set from outside. by Dominik Riebeling · 14 years ago
- 3cd1968 Add missing argument that broke building libskin_parser outside of Rockbox. by Dominik Riebeling · 14 years ago
- 3c4fb8a Theme Editor: Added column number to parser error messages by Robert Bieber · 14 years ago
- 15488a0 Theme Editor: Committed FS#11477 to add a DECIMAL parameter type in the parser and adapt the Theme Editor to accomodate the change by Johnathan Gordon. Fixed bug in the parser caused by the patch (error was thrown on zero value) and adapted tag rendering for new format by Robert Bieber · 14 years ago
- e464128 Rework libskin_parser Makefile for OS X support. by Dominik Riebeling · 14 years ago
- 78c9a19 cosmetic.... LINE_ALTERNATOR can contain LINE so make it more important than LINE in the enum by Jonathan Gordon · 14 years ago
- dc34785 s/SUBLINES/LINE_ALTERNATOR/ by Jonathan Gordon · 14 years ago
- 7cfb564 use the same BAR_PARAMS for all bar types by Jonathan Gordon · 14 years ago
- 32ff4e9 Theme Editor: Implemented a flags column in the tag table, removed the \n flag at the end of the param list and replaced it with a NOBREAK flag to prevent the renderer from inserting a line break at the end of the line. Modified the theme editor's renderer to accomodate this flag by Robert Bieber · 14 years ago
- 00a3024 Theme Editor: Fixed a warning in the parser due to a stray asterisk by Robert Bieber · 14 years ago
- 4429fb0 Theme Editor: Removed some old hash code that caused viewer not to update due to hash collisions. Made Vf and Vb tags attached to viewport definition eat newline at end of line' by Robert Bieber · 14 years ago
- 9742704 Theme Editor: Altered tag table entry for %pb to make image optional, implemented progress bar rendering in theme editor by Robert Bieber · 14 years ago
- 26a2f81 Theme Editor: Fixed line numbering bug in parser. Implemented playlist display in renderer: playlist will use info for next track for all tracks other than the current track by Robert Bieber · 14 years ago
- aa1a126 minor tweak to r27210 to make it the same as the svn parser... eat everything up to and including the \n after these tags by Jonathan Gordon · 14 years ago
- 7dfd0c0 Theme Editor: Implemented JdGordon's tag newline-eating mechanism by Robert Bieber · 14 years ago
- 4146882 dont build the debug code in ROCKBOX, save ~400bytes by Jonathan Gordon · 14 years ago
- 936e673 Moved libskin_parser to lib. Added it to link line. by Björn Stenberg · 14 years ago
- 09db2ae skin_parser: Fixed bug handling sublines with no content by Robert Bieber · 14 years ago
- be66e4d Make skin_parser Makefile more silent. by Dominik Riebeling · 14 years ago
- ef63988 remove a bunch of token markers which arnt necessary with the new parser by Jonathan Gordon · 14 years ago
- 53c799e fix the viewport tag [arams by Jonathan Gordon · 14 years ago
- 95b0cef tiny clean up of memory allocation by Jonathan Gordon · 14 years ago
- f1a144a Added skin_parser library to build system. Fixed some warnings. by Björn Stenberg · 14 years ago
- db658d9 woops, forgot to add these by Jonathan Gordon · 14 years ago
- b2ea95e make the parser slightly more usable for rockbox, move the buffer allocation into the lib (maybe not the best spot?) by Jonathan Gordon · 14 years ago
- 36b934d Move the skin parser to a seperate library by Jonathan Gordon · 14 years ago