summaryrefslogtreecommitdiff
path: root/glcdskin/function.c
AgeCommit message (Collapse)Author
2012-06-08improved relieability of eq()/ne()/gt()/lt()/ge()/le() if comparing ↵mrwastl
'mixture' of string / bool / value; fixed a bug which could lead to an infinitive loop under rare circumstances
2012-03-06enhanced / improved logging; added gradient feature for progress barmrwastl
2011-10-24cImageFile: scaling support for non-ImageMagick files (-> pbm, glcd); ↵mrwastl
serdisp.[ch]: paranoia checks (SetBrightness()!), encapsulation of touch events; cImageCache: syslog message after successful loading of an image; cSkinObject: beauty fix
2011-10-03functions (cSkinFunction) now evaluate parameters with variables and/or ↵mrwastl
tokens too
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-10added eq() as alias for equal()mrwastl
2011-05-13don't read colons from token definitions as argument separators from functionsmrwastl
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