summaryrefslogtreecommitdiffstats
path: root/apps/gui/skin_engine/skin_tokens.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-26Make sure get_lif_token_value isn't inlined, as it would defeat the purpose o...Magnus Holmgren1-3/+9
2010-09-26Fix FS#1159 - stack overflow in the skin engine when there is too many nested...Jonathan Gordon1-60/+68
2010-09-17Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts1-3/+3
2010-09-16fix redJonathan Gordon1-2/+2
2010-09-16skin engine: completly rework the sbs title handing codeJonathan Gordon1-3/+4
2010-09-14fix errors, warnings, tabsJonathan Gordon1-0/+1
2010-09-14Another major skin backend update/hopefully bugfix:Jonathan Gordon1-8/+8
2010-08-28tcc77x targets: various minor cleanupsBertrik Sikken1-1/+1
2010-08-19New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets yo...Jonathan Gordon1-9/+92
2010-08-14fix warnings and errorsJonathan Gordon1-1/+1
2010-08-14Rework the skin playlist viewer so it uses the same drawing code as everythin...Jonathan Gordon1-32/+82
2010-08-12Slightly change bl (battery level) when used in an enum: if the enum containe...Magnus Holmgren1-3/+5
2010-08-01woopsiesJonathan Gordon1-1/+1
2010-08-01woopsiesJonathan Gordon1-1/+1
2010-08-01FS#11507 - fix 'track starting/ending' tags, and minor timeout cleanupJonathan Gordon1-5/+4
2010-07-29Fix Database red, move the cuesheet->token code into the skin engineJonathan Gordon1-0/+38
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon1-142/+137
2010-06-15FS#11096 - fix the "last touch" tag from being true on bootJonathan Gordon1-2/+6
2010-06-06Change cuesheet handling so the id3 info is not spoofed anymore. If something...Jonathan Gordon1-0/+7
2010-05-24fix the %Ti (preset index) not working with conditionls correctlyJonathan Gordon1-4/+4
2010-05-20skin_tokne.c: move WPS_TOKEN_TRACK_STARTING and WPS_TOKEN_TRACK_ENDING to get...Teruaki Kawashima1-17/+14
2010-05-16Rearrange statements for a small binsize reduction; delete unneeded bracesAlexander Levin1-6/+2
2010-05-16FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba...Jonathan Gordon1-2/+12
2010-05-15Format FM frequency depending on the regional settings (FS#11273)Alexander Levin1-21/+32
2010-05-13Correct detection of the absence of the current presetAlexander Levin1-5/+7
2010-05-12Avoid duplicated code, create a formatting function for FM frequencyAlexander Levin1-8/+18
2010-05-12fix the last of the reds, and make RDS tags actually work (and add them to th...Jonathan Gordon1-0/+2
2010-05-12FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon1-0/+129
2010-05-06Fix some more snprintf related warnings.Thomas Martitz1-1/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-7/+7