| Commit message (Expand) | Author | Age |
| * | Make the %tr (radio RSSI) tag work as a bar tag or as a conditional. | Jonathan Gordon | 2010-11-18 |
| * | Signal strength meter for FM radio - FS#8151 by Przemysław Hołubowski | Bertrik Sikken | 2010-11-11 |
| * | clean up checkwps' verbose output a bit | Jonathan Gordon | 2010-11-11 |
| * | Add a bit more debug output to checkwps | Jonathan Gordon | 2010-11-11 |
| * | Half the number of malloc() calls on APPLICATION builds in skin_buffer_alloc(... | Jonathan Gordon | 2010-11-06 |
| * | More concrete names for the head and the tail of the linked list (no function... | Alexander Levin | 2010-11-05 |
| * | Undo the part of r28480 that caused the simulator to also use host malloc. | Thomas Martitz | 2010-11-05 |
| * | Fix unchecked result skin_parse_tag() exposed by r28480. | Thomas Martitz | 2010-11-05 |
| * | Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexand... | Bertrik Sikken | 2010-11-05 |
| * | Cleanup and oops spotted by Alexander Levin | Jonathan Gordon | 2010-11-04 |
| * | RaaA: Use the host's malloc() for the skin engine. | Jonathan Gordon | 2010-11-04 |
| * | Fix a bug introduced with r28370 (feature check tag improvements) where %Rp<f... | Jonathan Gordon | 2010-11-03 |
| * | skin_parser: Change the way hardware conditionals are done (i.e %?cc) | Jonathan Gordon | 2010-10-28 |
| * | Skin bar tags fix+cleanup: | Jonathan Gordon | 2010-10-12 |
| * | Touchscreen %T() tag.. don't allow - for width/height params (shouldn't affec... | Jonathan Gordon | 2010-10-10 |
| * | libskin_parser: fix a annoying bug where viewports required at least one line... | Jonathan Gordon | 2010-10-05 |
| * | fiddle with the alloc requested size instead of the buffer pointer to keep th... | Jonathan Gordon | 2010-09-26 |
| * | m68k/setjmp.S: fix build with gcc 3.4.6 -std=gnu99 | Rafaël Carré | 2010-09-07 |
| * | 2 new touch region options... "settings_inc" and "settings_dec" which will in... | Jonathan Gordon | 2010-09-06 |
| * | The glyph number is required if it is given (i.e you cantt use -) | Jonathan Gordon | 2010-09-06 |
| * | Accept FS#11567 by Fred Bauer - better memory management for the skin fonts | Jonathan Gordon | 2010-08-25 |
| * | mips is predefined by gcc, but we want it for paths. Don't let others fall in... | Thomas Martitz | 2010-08-24 |
| * | Add a comment | Thomas Martitz | 2010-08-24 |
| * | Fix red. Something - I coundn't find it - must be doing '#define mips 1'. | Thomas Martitz | 2010-08-24 |
| * | Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i... | Thomas Martitz | 2010-08-24 |
| * | New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets yo... | Jonathan Gordon | 2010-08-19 |
| * | A bunch of new features for the bar type tags (%pb, %pv, %bl, etc): | Jonathan Gordon | 2010-08-15 |
| * | Rework the skin playlist viewer so it uses the same drawing code as everythin... | Jonathan Gordon | 2010-08-14 |
| * | Change %xd to allow for a number to be used to specify the subimage. i.e %xd(... | Jonathan Gordon | 2010-08-14 |
| * | New feature for the %xl (image load) tag. If you give it the filename __list_... | Jonathan Gordon | 2010-08-12 |
| * | New feature for the %xd() (display a preloaded image) skin tag. | Jonathan Gordon | 2010-08-05 |
| * | Add a T type to the tag table which allows parameters to be a single tag | Jonathan Gordon | 2010-08-05 |
| * | make -vvv display the parse tree in checkwps. Fix a potential bug in the pars... | Jonathan Gordon | 2010-08-03 |
| * | skinparser lib: even more const correctness, should fix checkwps, again | Nils Wallménius | 2010-07-31 |
| * | skinparser lib: even more const correctness, should fix checkwps | Nils Wallménius | 2010-07-31 |
| * | skinparser lib: more const correctness | Nils Wallménius | 2010-07-31 |
| * | skinparser lib: some const correctness and marking of local vars as 'static' | Nils Wallménius | 2010-07-31 |
| * | FS#11470 - new skin code, finally svn uses the new parser from the theme edit... | Jonathan Gordon | 2010-07-29 |
| * | Don't overwrite AR if it's been set from outside. | Dominik Riebeling | 2010-07-21 |
| * | Add missing argument that broke building libskin_parser outside of Rockbox. | Dominik Riebeling | 2010-07-18 |
| * | Theme Editor: Added column number to parser error messages | Robert Bieber | 2010-07-18 |
| * | Theme Editor: Committed FS#11477 to add a DECIMAL parameter type in the parse... | Robert Bieber | 2010-07-15 |
| * | Rework libskin_parser Makefile for OS X support. | Dominik Riebeling | 2010-07-06 |
| * | cosmetic.... LINE_ALTERNATOR can contain LINE so make it more important than ... | Jonathan Gordon | 2010-07-04 |
| * | s/SUBLINES/LINE_ALTERNATOR/ | Jonathan Gordon | 2010-07-04 |
| * | use the same BAR_PARAMS for all bar types | Jonathan Gordon | 2010-07-04 |
| * | Theme Editor: Implemented a flags column in the tag table, removed the \n fla... | Robert Bieber | 2010-07-04 |
| * | Theme Editor: Fixed a warning in the parser due to a stray asterisk | Robert Bieber | 2010-07-02 |
| * | Theme Editor: Removed some old hash code that caused viewer not to update due... | Robert Bieber | 2010-07-02 |
| * | Theme Editor: Altered tag table entry for %pb to make image optional, impleme... | Robert Bieber | 2010-07-02 |