summaryrefslogtreecommitdiff
path: root/glcdskin
AgeCommit message (Collapse)Author
2011-06-12fixed sloopy mistake (4-byte utf)mrwastl
2011-06-10added eq() as alias for equal()mrwastl
2011-06-10add option 'radius' for text-effects (radius in {1,2})mrwastl
2011-06-09attributes 'x' and 'y' may now be used for all objects; 'font' is now ↵mrwastl
mandatory for <text/> and <button/>
2011-06-05improved scrolling of texts: no more premature end of scrollingmrwastl
2011-06-05oops, forgot one debug statement -> removedmrwastl
2011-06-05bug fixes: offset fix when using #variables in <text/>, scrolling texts now ↵mrwastl
stay correctly in the object area (no more drawing outside the right side of the object area)
2011-06-05pedantic mode on: code beautifyingmrwastl
2011-06-05added support for html-entities &#x<hexID>; and &#<decID>;mrwastl
2011-06-04skins 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-31added text effects (shadow, outline)mrwastl
2011-05-29cleanup: remove old eColor-based code-lines; make linker happy if ↵mrwastl
--as-needed is used when compiling
2011-05-28problem fixed when parsing skin version number (thanks to 'Keine_Ahnung' for ↵mrwastl
detective work)
2011-05-24support 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-16object colours (fore/background) are now evaluated at run time; minor clean ↵mrwastl
up in class cColor, class member cColor::color is no longer public
2011-05-13don't read colons from token definitions as argument separators from functionsmrwastl
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
2010-04-17backport of skin-support from 0.2.x to 0.1.x, changes for gcc 4.3 conformitymrwastl