summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_tokens.c
AgeCommit message (Expand)Author
2010-07-29Fix Database red, move the cuesheet->token code into the skin engineJonathan Gordon
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon
2010-06-15FS#11096 - fix the "last touch" tag from being true on bootJonathan Gordon
2010-06-06Change cuesheet handling so the id3 info is not spoofed anymore. If something...Jonathan Gordon
2010-05-24fix the %Ti (preset index) not working with conditionls correctlyJonathan Gordon
2010-05-20skin_tokne.c: move WPS_TOKEN_TRACK_STARTING and WPS_TOKEN_TRACK_ENDING to get...Teruaki Kawashima
2010-05-16Rearrange statements for a small binsize reduction; delete unneeded bracesAlexander Levin
2010-05-16FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba...Jonathan Gordon
2010-05-15Format FM frequency depending on the regional settings (FS#11273)Alexander Levin
2010-05-13Correct detection of the absence of the current presetAlexander Levin
2010-05-12Avoid duplicated code, create a formatting function for FM frequencyAlexander Levin
2010-05-12fix the last of the reds, and make RDS tags actually work (and add them to th...Jonathan Gordon
2010-05-12FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon
2010-05-06Fix some more snprintf related warnings.Thomas Martitz
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-03-18woops, elapsed is ms not HZ and how did that extra + get in there?Jonathan Gordon
2010-03-18fix yelllow and add those tags to the debug outputJonathan Gordon
2010-03-182 new tags:Jonathan Gordon
2010-03-07revert r25054 - tags which have an off and a list of option should have off a...Jonathan Gordon
2010-03-07Slightly change how %Li works when used as a conditional. last part is select...Teruaki Kawashima
2010-03-06skin: don't calculate id3->elapsed+state->ff_rewind_count each time. remove t...Teruaki Kawashima
2010-02-28Save some RAM by changing a char[] into a const char * in struct afmt_entry. ...Bertrik Sikken
2010-02-27Add playlist viewer screen to %cs.Thomas Martitz
2010-02-262 new tags for the base skin.Jonathan Gordon
2010-02-18allow integer sound settings (bass, volume, etc) to be used with conditional ...Jonathan Gordon
2010-02-17change the %St tag so it only shows the filename of file settings, not the fu...Jonathan Gordon
2010-02-05make all the RTC tokens in the skins be useable in conditionals (I dare anyon...Jonathan Gordon
2010-01-15fix redJonathan Gordon
2010-01-15Get rid of those horrible macros to protect against NULL reference when looki...Jonathan Gordon
2010-01-13FS#10898 - Add a playlist viewer to the WPS. http://www.rockbox.org/wiki/Cust...Jonathan Gordon
2010-01-03Fix further tabsAndree Buschmann
2009-11-30fix segfault on %Rb tokenJonathan Gordon
2009-11-22fix mono recording token,Jonathan Gordon
2009-11-22hopefully fix the sameplrate tokenJonathan Gordon
2009-11-15FS#10783 - WPS translationTomer Shalev
2009-11-11Add crossfade feature tag, update manual, fix crossfade WPS tag behaviorJeffrey Goode
2009-11-10HAVE_CROSSFADE defs: fix yellow and redJeffrey Goode
2009-11-09Implement %Ss for playback speedFrank Gevaerts
2009-11-09Don't define pitch_speed_enum() on MAS3507D. Fixes yellowFrank Gevaerts
2009-11-09Allow %?Sp<...> to be used as a conditionalFrank Gevaerts
2009-11-03Initial recording screen skin support (usable in .sbs skins only for now)Jonathan Gordon
2009-11-01Revert r23474 "new skin token: %cx - 24 hour time format enabled in the setti...Rafaël Carré
2009-11-01new skin token: %cx - 24 hour time format enabled in the setting.. e.g %?cx<2...Rafaël Carré
2009-11-01revert that last checkin... something better is coming Jonathan Gordon
2009-11-01new skin token: %cx - 24 hour time format enabled in the setting.. e.g %?cx<2...Jonathan Gordon
2009-11-01Remove a wps function call from skin engine, hopefully the last one.Thomas Martitz
2009-11-01Cleanup includes a bit.Thomas Martitz
2009-11-01Fix FS#10745 - %mv not working in sbs...Jonathan Gordon
2009-10-18r23208 broke conditional use of metadata and filename tags. Return NULL inste...Thomas Martitz
2009-10-16Rework albumart buffering internally to allow for mutliple albumart sizes.Thomas Martitz