summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-01-13FS#11867 - Add 2 new tags to allow skins to display themed peakmetersJonathan Gordon2-0/+7
2010-12-24Fix FS#11829 - %?xx<....> Crashes on targets where the %xx feature tag isnt a...Jonathan Gordon1-27/+45
2010-11-18Make the %tr (radio RSSI) tag work as a bar tag or as a conditional.Jonathan Gordon2-1/+2
2010-11-11Signal strength meter for FM radio - FS#8151 by Przemysław HołubowskiBertrik Sikken2-0/+6
2010-11-11clean up checkwps' verbose output a bitJonathan Gordon1-41/+31
2010-11-11Add a bit more debug output to checkwpsJonathan Gordon1-0/+2
2010-11-06Half the number of malloc() calls on APPLICATION builds in skin_buffer_alloc(...Jonathan Gordon1-7/+5
2010-11-05More concrete names for the head and the tail of the linked list (no function...Alexander Levin1-9/+10
2010-11-05Undo the part of r28480 that caused the simulator to also use host malloc.Thomas Martitz1-3/+3
2010-11-05Fix unchecked result skin_parse_tag() exposed by r28480.Thomas Martitz1-1/+2
2010-11-05Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexand...Bertrik Sikken5-24/+24
2010-11-04Cleanup and oops spotted by Alexander LevinJonathan Gordon1-2/+3
2010-11-04RaaA: Use the host's malloc() for the skin engine.Jonathan Gordon1-4/+70
2010-11-03Fix a bug introduced with r28370 (feature check tag improvements) where %Rp<f...Jonathan Gordon1-1/+1
2010-10-28skin_parser: Change the way hardware conditionals are done (i.e %?cc)Jonathan Gordon3-7/+21
2010-10-12Skin bar tags fix+cleanup:Jonathan Gordon1-1/+1
2010-10-10Touchscreen %T() tag.. don't allow - for width/height params (shouldn't affec...Jonathan Gordon1-1/+1
2010-10-05libskin_parser: fix a annoying bug where viewports required at least one line...Jonathan Gordon1-0/+6
2010-09-26fiddle with the alloc requested size instead of the buffer pointer to keep th...Jonathan Gordon1-2/+2
2010-09-07m68k/setjmp.S: fix build with gcc 3.4.6 -std=gnu99Rafaël Carré1-21/+17
2010-09-062 new touch region options... "settings_inc" and "settings_dec" which will in...Jonathan Gordon1-1/+1
2010-09-06The glyph number is required if it is given (i.e you cantt use -)Jonathan Gordon1-1/+1
2010-08-25Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon1-1/+1
2010-08-24mips is predefined by gcc, but we want it for paths. Don't let others fall in...Thomas Martitz1-2/+0
2010-08-24Add a commentThomas Martitz1-0/+1
2010-08-24Fix red. Something - I coundn't find it - must be doing '#define mips 1'.Thomas Martitz1-0/+1
2010-08-24Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i...Thomas Martitz9-0/+1524
2010-08-19New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets yo...Jonathan Gordon3-2/+7
2010-08-15A bunch of new features for the bar type tags (%pb, %pv, %bl, etc):Jonathan Gordon1-1/+1
2010-08-14Rework the skin playlist viewer so it uses the same drawing code as everythin...Jonathan Gordon1-1/+1
2010-08-14Change %xd to allow for a number to be used to specify the subimage. i.e %xd(...Jonathan Gordon3-10/+72
2010-08-12New feature for the %xl (image load) tag. If you give it the filename __list_...Jonathan Gordon1-0/+1
2010-08-05New feature for the %xd() (display a preloaded image) skin tag.Jonathan Gordon1-1/+1
2010-08-05Add a T type to the tag table which allows parameters to be a single tagJonathan Gordon2-0/+12
2010-08-03make -vvv display the parse tree in checkwps. Fix a potential bug in the pars...Jonathan Gordon3-6/+14
2010-07-31skinparser lib: even more const correctness, should fix checkwps, againNils Wallménius1-1/+1
2010-07-31skinparser lib: even more const correctness, should fix checkwpsNils Wallménius2-2/+2
2010-07-31skinparser lib: more const correctnessNils Wallménius3-60/+48
2010-07-31skinparser lib: some const correctness and marking of local vars as 'static'Nils Wallménius4-8/+8
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon11-200/+434
2010-07-21Don't overwrite AR if it's been set from outside.Dominik Riebeling1-1/+1
2010-07-18Add missing argument that broke building libskin_parser outside of Rockbox.Dominik Riebeling1-1/+1
2010-07-18Theme Editor: Added column number to parser error messagesRobert Bieber3-14/+33
2010-07-15Theme Editor: Committed FS#11477 to add a DECIMAL parameter type in the parse...Robert Bieber5-12/+54
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