summaryrefslogtreecommitdiff
path: root/glcdskin/cache.c
AgeCommit message (Collapse)Author
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-16scaling images: added 'auto'; images are now centered (when scale=['auto', ↵mrwastl
'autox', 'autoy']); bug fixes
2011-10-15support 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-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
2010-04-17backport of skin-support from 0.2.x to 0.1.x, changes for gcc 4.3 conformitymrwastl