summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-09-25Add a simple perl script to display info about what is allocating skin buffer.Jonathan Gordon
2011-09-25Partial fix for FS#12289 - comment lines would waste lots of buffer space. St...Jonathan Gordon
2011-09-18Add "%LN" tag to retrieve the list item number of the current item. This allo...Frank Gevaerts
2011-09-11Rework how the skin gets the list item text to save some ram. Also allow the ...Jonathan Gordon
2011-09-11New tag %ss() which lets you get a substring of another tag.Jonathan Gordon
2011-09-06Lists can now be completly draw using the skin engine!Jonathan Gordon
2011-08-14New skin tags: %Vs() to set the text style and %Vg() to get the viewports gra...Jonathan Gordon
2011-05-01Fix further 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann
2011-04-17Remove duplicate #include in skin_parser.cBertrik Sikken
2011-03-27Skin variables for touchscreen targets (origional implementation by Jens Theeß)Jonathan Gordon
2011-03-05Theme Editor: make cross compiling on OS X work.Dominik Riebeling
2011-03-01Add an ability to set a setting to a specific value with a touchscreen action.Jonathan Gordon
2011-03-01Remove code duplication in some generic skin touch action handling.Jonathan Gordon
2011-02-28Add the option of linking the %Tl (last touch) tag to a specific touchregion....Jonathan Gordon
2011-01-27fix buildJonathan Gordon
2011-01-27Add some better debug info for when checkwps erros out because of full skin b...Jonathan Gordon
2011-01-13FS#11867 - Add 2 new tags to allow skins to display themed peakmetersJonathan Gordon
2010-12-24Fix FS#11829 - %?xx<....> Crashes on targets where the %xx feature tag isnt a...Jonathan Gordon
2010-11-18Make the %tr (radio RSSI) tag work as a bar tag or as a conditional.Jonathan Gordon
2010-11-11Signal strength meter for FM radio - FS#8151 by Przemysław HołubowskiBertrik Sikken
2010-11-11clean up checkwps' verbose output a bitJonathan Gordon
2010-11-11Add a bit more debug output to checkwpsJonathan Gordon
2010-11-06Half the number of malloc() calls on APPLICATION builds in skin_buffer_alloc(...Jonathan Gordon
2010-11-05More concrete names for the head and the tail of the linked list (no function...Alexander Levin
2010-11-05Undo the part of r28480 that caused the simulator to also use host malloc.Thomas Martitz
2010-11-05Fix unchecked result skin_parse_tag() exposed by r28480.Thomas Martitz
2010-11-05Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexand...Bertrik Sikken
2010-11-04Cleanup and oops spotted by Alexander LevinJonathan Gordon
2010-11-04RaaA: Use the host's malloc() for the skin engine.Jonathan Gordon
2010-11-03Fix a bug introduced with r28370 (feature check tag improvements) where %Rp<f...Jonathan Gordon
2010-10-28skin_parser: Change the way hardware conditionals are done (i.e %?cc)Jonathan Gordon
2010-10-12Skin bar tags fix+cleanup:Jonathan Gordon
2010-10-10Touchscreen %T() tag.. don't allow - for width/height params (shouldn't affec...Jonathan Gordon
2010-10-05libskin_parser: fix a annoying bug where viewports required at least one line...Jonathan Gordon
2010-09-26fiddle with the alloc requested size instead of the buffer pointer to keep th...Jonathan Gordon
2010-09-07m68k/setjmp.S: fix build with gcc 3.4.6 -std=gnu99Rafaël Carré
2010-09-062 new touch region options... "settings_inc" and "settings_dec" which will in...Jonathan Gordon
2010-09-06The glyph number is required if it is given (i.e you cantt use -)Jonathan Gordon
2010-08-25Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon
2010-08-24mips is predefined by gcc, but we want it for paths. Don't let others fall in...Thomas Martitz
2010-08-24Add a commentThomas Martitz
2010-08-24Fix red. Something - I coundn't find it - must be doing '#define mips 1'.Thomas Martitz
2010-08-24Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i...Thomas Martitz
2010-08-19New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets yo...Jonathan Gordon
2010-08-15A bunch of new features for the bar type tags (%pb, %pv, %bl, etc):Jonathan Gordon
2010-08-14Rework the skin playlist viewer so it uses the same drawing code as everythin...Jonathan Gordon
2010-08-14Change %xd to allow for a number to be used to specify the subimage. i.e %xd(...Jonathan Gordon
2010-08-12New feature for the %xl (image load) tag. If you give it the filename __list_...Jonathan Gordon
2010-08-05New feature for the %xd() (display a preloaded image) skin tag.Jonathan Gordon
2010-08-05Add a T type to the tag table which allows parameters to be a single tagJonathan Gordon