summaryrefslogtreecommitdiff
path: root/glcdskin
AgeCommit message (Collapse)Author
2011-05-12variable values with just "{<expression>}" are now valid toomrwastl
2011-05-12variable values that represent functions are now evaluated at run timemrwastl
2011-05-08add basic reading support for image formats supported by ImageMagick ↵mrwastl
(optional, not enabled by default)
2011-05-07store failed image paths in image cache and take these into account when ↵mrwastl
loading images -> no more flooding of /var/log/messages
2011-05-07bug fix when value of a variable contains token definitions: reparse this valuemrwastl
2011-05-01initial upload to branch 'touchcol'. see file 'HISTORY' for changesmrwastl
2011-01-26removed unneeded LDFLAGSandreas 'randy' weinberger
see http://projects.vdr-developer.org/issues/530
2010-06-27added new attribute 'valign' (vertical alignment) for text objects. format: ↵mrwastl
valign="top|middle|bottom", default: "top"; changed debug output information to print 'graphlcd/skin' instead of 'Text2Skin'
2010-06-19text-object: fix to avoid stumbling scrollingmrwastl
2010-06-18text-object: added support for alternative text / alternative condition; bug ↵mrwastl
fixes: annoying update problems should now be fixed; bug fix in brightness update detection; overloadable method for getting a timestamp that is compliant to VDR timestamp (cSkinConfig::Now(), will be overloaded in vdr-plugin-graphlcd to return the value of cTimeMs::Now()); serdisp-driver: call rotate only if UpsideDown is set
2010-05-16glcdskin: another small bug fix for scrollingmrwastl
2010-05-15glcdskin: improved scrolling of textsmrwastl
2010-05-15glcdskin: bug fix in image loop / NeedsUpdate() codemrwastl
2010-05-15glcdskin: added looping for images and scrolling for text-fieldsmrwastl
2010-05-13remove two printf-debugsmrwastl
2010-04-17backport of skin-support from 0.2.x to 0.1.x, changes for gcc 4.3 conformitymrwastl