summaryrefslogtreecommitdiff
path: root/glcdskin/skin.h
AgeCommit message (Collapse)Author
2011-10-29added 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-05-29cleanup: remove old eColor-based code-lines; make linker happy if ↵mrwastl
--as-needed is used when compiling
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