summaryrefslogtreecommitdiff
path: root/skinconfig.c
AgeCommit message (Collapse)Author
2011-09-22support up to 4 displays; cExtData now able to bind data to a certain ↵mrwastl
display; location of graphlcd.conf can be defined in Makefile
2011-09-17cExtData is now a singleton class, thus its content survives a ↵mrwastl
DISCONN/CONNECT of a display; trans() now works as expected; three new tokens: 'IsMenuList', 'MenuText', 'MenuTextScroll'; support added for ':clean' and ':rest' for tokens 'MenuTitle', 'MenuCurrent', and 'MenuText'
2011-07-09added support for plugin 'span'mrwastl
2011-06-04additional token 'IsUTF8'mrwastl
2011-05-29bug fixes: problems with colour tokens fixedmrwastl
2011-05-29added new tokens ForegroundColor / BackgroundColormrwastl
2011-05-25another bug fix for DefaultBackgroundColor/DefaultForegroundColormrwastl
2011-05-24bug fix: forgot hex-prefix '0x' when returning ↵mrwastl
DefaultBackgroundColor/DefaultForegroundColor
2011-05-24additional tokens 'DefaultForegroundColor' and 'DefaultBackgroundColor'mrwastl
2011-05-19set data via SVDRP and make these available to the skin-enginemrwastl
2011-05-01initial upload to branch 'touchcol'. modifications for compatibility with ↵mrwastl
branch touchcol from graphlcd-base; skin 'touchcol' for experimenting
2010-06-18new class for external services (service informations from other plugins: ↵mrwastl
defined for now: radiotext, lcr, femon); radiotext/lcr-hack no longer necessary because of ext. services; new tokens for ext. services; bug fixes (casting, uint64_t, update detection); patches for femon <= 1.7.7
2010-05-15call newly introduced NeedsUp() for smooth image looping and text scrolling; ↵mrwastl
added missing tokens
2010-05-08use character set of VDR. if not configured: return default onemrwastl
2010-05-05ported DEFAULTFRAMESPERSECOND-patch from 0.1.x to 0.2.0mrwastl
2010-05-04initial git upload, based on graphlcd-0.2.0-pre2mrwastl