summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_tokens.c (follow)
Commit message (Expand)AuthorAge
* Improve radio RDS driver and frameworkMichael Sevakis2017-02-11
* Fix misleading indentation as pointed out by the new gcc warningFrank Gevaerts2016-08-12
* Clarify usb_powered() and fix some code.Amaury Pouly2015-01-08
* Revert "skin tags: fix the id3 track/disc numbers in conditionals"Jonathan Gordon2013-02-28
* skin tags: fix the id3 track/disc numbers in conditionalsJonathan Gordon2013-02-21
* skin_engine: Support percentages for viewport positioningJonathan Gordon2012-07-29
* Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROLNils Wallménius2012-05-09
* Make DSP's replaygain independent of global_settings.Michael Sevakis2012-04-30
* Make rbcodec/dsp includes more specific.Michael Sevakis2012-04-29
* skin_engine: Allow negative numbers for the start offset in %ssJonathan Gordon2012-03-27
* Add %LR and %LC to get at the current row and columm in skinned lists.Frank Gevaerts2012-02-25
* FS#12586 - Modify %ss to be able to use numbers for conditionalsJonathan Gordon2012-02-26
* skin engine: New logical 'and' and 'or' tags to evaluate multiple tags in a s...Jonathan Gordon2012-02-07
* Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz2012-01-03
* Fix fs#12005 - have %pc,%pl and %pr return the number of seconds when used wi...Jonathan Gordon2011-11-28
* skin engine: Fix %if() when comparing against a number.Jonathan Gordon2011-11-17
* Use buflib for all skin engine allocations.Jonathan Gordon2011-11-15
* Fix copy'n'paste bug in skin engineThomas Jarosch2011-11-11
* Fix silly mistakeFrank Gevaerts2011-09-24
* Make %LT 1-based. This tag will likely only be used to print the item number ...Frank Gevaerts2011-09-24
* Add "%LN" tag to retrieve the list item number of the current item. This allo...Frank Gevaerts2011-09-18
* Second attempt at making %ss utf8-cleanFrank Gevaerts2011-09-11
* Make %ss utf8-awareFrank Gevaerts2011-09-11
* Rework how the skin gets the list item text to save some ram. Also allow the ...Jonathan Gordon2011-09-11
* New tag %ss() which lets you get a substring of another tag.Jonathan Gordon2011-09-11
* Remove a stray include that managed to slip into the previous commitFrank Gevaerts2011-09-09
* Extend $if() to also allow lt, gt, lte, and gte for strings.Frank Gevaerts2011-09-09
* Lists can now be completly draw using the skin engine!Jonathan Gordon2011-09-06
* skin engine softlock support for touchscreens:Jonathan Gordon2011-07-28
* FS#11925 - Add a proper system to keep track of the current screen/activity t...Jonathan Gordon2011-06-01
* Rework parts of the replaygain code to be able to differentiate between 0.00 ...Andree Buschmann2011-04-04
* Skin variables for touchscreen targets (origional implementation by Jens Theeß)Jonathan Gordon2011-03-27
* Add the option of linking the %Tl (last touch) tag to a specific touchregion....Jonathan Gordon2011-02-28
* FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...Andree Buschmann2011-02-24
* audio_peek_track should copy the struct mp3entry instead of pointing directly...Michael Sevakis2011-02-10
* here tooJonathan Gordon2011-01-13
* FS#11867 - Add 2 new tags to allow skins to display themed peakmetersJonathan Gordon2011-01-13
* Hopefully fix a crash using %if() with stringsJonathan Gordon2010-11-28
* Make the %tr (radio RSSI) tag work as a bar tag or as a conditional.Jonathan Gordon2010-11-18
* Signal strength meter for FM radio - FS#8151 by Przemysław HołubowskiBertrik Sikken2010-11-11
* skin_parser: Change the way hardware conditionals are done (i.e %?cc)Jonathan Gordon2010-10-28
* Make two local functions static in skin_tokens.cBertrik Sikken2010-10-16
* Fix charcell %pb and %pf tags, FS#11592Frank Gevaerts2010-10-10
* use correct condition for #if for tagcache_fill_tags().Teruaki Kawashima2010-09-30
* Make sure get_lif_token_value isn't inlined, as it would defeat the purpose o...Magnus Holmgren2010-09-26
* Fix FS#1159 - stack overflow in the skin engine when there is too many nested...Jonathan Gordon2010-09-26
* Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts2010-09-17
* fix redJonathan Gordon2010-09-16
* skin engine: completly rework the sbs title handing codeJonathan Gordon2010-09-16
* fix errors, warnings, tabsJonathan Gordon2010-09-14