summaryrefslogtreecommitdiff
path: root/glcdskin/xml.c
AgeCommit message (Collapse)Author
2011-07-30skin 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-06-12fixed sloopy mistake (4-byte utf)mrwastl
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
2010-04-17backport of skin-support from 0.2.x to 0.1.x, changes for gcc 4.3 conformitymrwastl