summaryrefslogtreecommitdiffstats
path: root/apps/gui/skin_engine/skin_tokens.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-28Fix multiple potential null pointer dereferencessSolomon Peachy1-23/+33
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-6/+0
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-36/+3
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy1-173/+0
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-2/+2
2017-11-21Undo hacks to meant to get around string formatting limitationsMichael Sevakis1-16/+5
2017-02-11Improve radio RDS driver and frameworkMichael Sevakis1-2/+4
2016-08-12Fix misleading indentation as pointed out by the new gcc warningFrank Gevaerts1-3/+3
2015-01-08Clarify usb_powered() and fix some code.Amaury Pouly1-4/+2
2013-02-28Revert "skin tags: fix the id3 track/disc numbers in conditionals"Jonathan Gordon1-12/+2
2013-02-21skin tags: fix the id3 track/disc numbers in conditionalsJonathan Gordon1-2/+12
2012-07-29skin_engine: Support percentages for viewport positioningJonathan Gordon1-0/+1
2012-05-09Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROLNils Wallménius1-3/+3
2012-04-30Make DSP's replaygain independent of global_settings.Michael Sevakis1-8/+5
2012-04-29Make rbcodec/dsp includes more specific.Michael Sevakis1-1/+0
2012-03-27skin_engine: Allow negative numbers for the start offset in %ssJonathan Gordon1-1/+4
2012-02-25Add %LR and %LC to get at the current row and columm in skinned lists.Frank Gevaerts1-0/+10
2012-02-26FS#12586 - Modify %ss to be able to use numbers for conditionalsJonathan Gordon1-0/+4
2012-02-07skin engine: New logical 'and' and 'or' tags to evaluate multiple tags in a s...Jonathan Gordon1-0/+26
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz1-3/+7
2011-11-28Fix fs#12005 - have %pc,%pl and %pr return the number of seconds when used wi...Jonathan Gordon1-0/+6
2011-11-17skin engine: Fix %if() when comparing against a number.Jonathan Gordon1-0/+7
2011-11-15Use buflib for all skin engine allocations.Jonathan Gordon1-20/+32
2011-11-11Fix copy'n'paste bug in skin engineThomas Jarosch1-1/+1
2011-09-24Fix silly mistakeFrank Gevaerts1-1/+1
2011-09-24Make %LT 1-based. This tag will likely only be used to print the item number ...Frank Gevaerts1-2/+2
2011-09-18Add "%LN" tag to retrieve the list item number of the current item. This allo...Frank Gevaerts1-0/+5
2011-09-11Second attempt at making %ss utf8-cleanFrank Gevaerts1-13/+18
2011-09-11Make %ss utf8-awareFrank Gevaerts1-4/+5
2011-09-11Rework how the skin gets the list item text to save some ram. Also allow the ...Jonathan Gordon1-3/+10
2011-09-11New tag %ss() which lets you get a substring of another tag.Jonathan Gordon1-1/+28
2011-09-09Remove a stray include that managed to slip into the previous commitFrank Gevaerts1-1/+0
2011-09-09Extend $if() to also allow lt, gt, lte, and gte for strings.Frank Gevaerts1-4/+4
2011-09-06Lists can now be completly draw using the skin engine!Jonathan Gordon1-0/+12
2011-07-28skin engine softlock support for touchscreens:Jonathan Gordon1-0/+4
2011-06-01FS#11925 - Add a proper system to keep track of the current screen/activity t...Jonathan Gordon1-31/+1
2011-04-04Rework parts of the replaygain code to be able to differentiate between 0.00 ...Andree Buschmann1-2/+2
2011-03-27Skin variables for touchscreen targets (origional implementation by Jens Theeß)Jonathan Gordon1-0/+22
2011-02-28Add the option of linking the %Tl (last touch) tag to a specific touchregion....Jonathan Gordon1-1/+5
2011-02-24FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...Andree Buschmann1-4/+5
2011-02-10audio_peek_track should copy the struct mp3entry instead of pointing directly...Michael Sevakis1-8/+6
2011-01-13here tooJonathan Gordon1-1/+1
2011-01-13FS#11867 - Add 2 new tags to allow skins to display themed peakmetersJonathan Gordon1-0/+18
2010-11-28Hopefully fix a crash using %if() with stringsJonathan Gordon1-2/+2
2010-11-18Make the %tr (radio RSSI) tag work as a bar tag or as a conditional.Jonathan Gordon1-0/+14
2010-11-11Signal strength meter for FM radio - FS#8151 by Przemysław HołubowskiBertrik Sikken1-0/+11
2010-10-28skin_parser: Change the way hardware conditionals are done (i.e %?cc)Jonathan Gordon1-0/+6
2010-10-16Make two local functions static in skin_tokens.cBertrik Sikken1-3/+3
2010-10-10Fix charcell %pb and %pf tags, FS#11592Frank Gevaerts1-1/+147
2010-09-30use correct condition for #if for tagcache_fill_tags().Teruaki Kawashima1-1/+1