Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-29 | added additional parameter 'evaluate' for <variable/>; variables can now be ↵ | mrwastl | |
evaluate: 'always': eval at every access, 'tick': eval. once per display update, 'switch': once per channel or menu update, 'once': eval. only once, interval: eval only after a certain amount of time. default = 'tick'; removed method ImageFile::SupportsScaling() (no longer required) | |||
2011-10-15 | support for scaling of images (image/graphicsmagick supported images only at ↵ | mrwastl | |
the moment); skins: additional paraemter 'scale' for <image/>; added method for emptying of image cache (cImageCache::Clear()) | |||
2011-09-21 | temporary workaround for thread-safe skin parsing | mrwastl | |
2011-09-17 | added scrolling for multiline texts; added additional attribute ↵ | mrwastl | |
'mlrelscroll' for text-objects | |||
2011-07-30 | skin definitions: added simple support for including files; increased ↵ | mrwastl | |
graphlcd-base version to 0.3.0 and version of included libraries to 2.1.0; bug fix: don't syslog a detection of an invalid number when evaluating in cSkinFunction (just return that this is obviously not a valid function) | |||
2011-07-09 | position (x/y/x1/y1/x2/y2) and dimension (width/height) parameters are now ↵ | mrwastl | |
evaluated at run time | |||
2011-06-20 | opacity support for non-monochrome images | mrwastl | |
2011-06-10 | add option 'radius' for text-effects (radius in {1,2}) | mrwastl | |
2011-06-09 | attributes 'x' and 'y' may now be used for all objects; 'font' is now ↵ | mrwastl | |
mandatory for <text/> and <button/> | |||
2011-06-04 | skins are now UTF8 per definition, on non UTF-8 systems text-data will be ↵ | mrwastl | |
converted automatically; additional optional error character in encodedCharAdjustCounter(), encodedCharAdjustCounter() now returns success; code cleanups | |||
2011-05-31 | added text effects (shadow, outline) | mrwastl | |
2011-05-28 | problem fixed when parsing skin version number (thanks to 'Keine_Ahnung' for ↵ | mrwastl | |
detective work) | |||
2011-05-24 | support for transparency (images and text); text and images are transparent ↵ | mrwastl | |
per default; bug fix: crash when allocing bitmap object with width=0 | |||
2011-05-01 | initial upload to branch 'touchcol'. see file 'HISTORY' for changes | mrwastl | |
2010-04-17 | backport of skin-support from 0.2.x to 0.1.x, changes for gcc 4.3 conformity | mrwastl | |