summaryrefslogtreecommitdiff
path: root/glcdgraphics
AgeCommit message (Collapse)Author
2011-06-20opacity support for non-monochrome imagesmrwastl
2011-06-19rename SetSupportAlpha()/IsSupportAlpha() to ↵mrwastl
SetProcessAlpha()/IsProcessAlpha() to better reflect it's purpose; add / enhance some comments (alpha channel support)
2011-06-17add support for alpha channelmrwastl
2011-06-13avoid 'else ifdef' to make older installations happymrwastl
2011-06-09bug fix when parsing colour values on 32bit systemsmrwastl
2011-06-05fix scroll text when scrolling on right object bordermrwastl
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-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-06-03fix another (minor) bug with utf8 and encodedCharAdjustCounter()mrwastl
2011-06-03code beautifying, preparations for debugging encodedCharAdjustCounter()mrwastl
2011-06-03move EncodedCharAdjustCounter() to common.[ch] and rename it to ↵mrwastl
encodedCharAdjustCounter()
2011-06-03remove unnecessary code; deactivated syslog-calls in ↵mrwastl
EncodedCharAdjustCounter() (-> avoid flooding of syslog)
2011-06-03scrolling should be smooth againmrwastl
2011-06-03bug corrected in EncodedCharAdjustCounter() (incorrect bitmasks used)mrwastl
2011-06-02utf8 improvements; TODO: still bug when scrolling (jumping characters)mrwastl
2011-05-31added UTF8 fix for 3-byte chars (contributed by Keine_Ahnung)mrwastl
2011-05-30integrate utf8-changes made by zoolooc: 'consolidate Uf8 sequence detection ↵mrwastl
in Utf8CodeAdjustCounter'
2011-05-29re-enable transparencymrwastl
2011-05-29disable transparency from images loaded by ImageMagick until a working ↵mrwastl
solution has been found
2011-05-29cleanup: remove old eColor-based code-lines; make linker happy if ↵mrwastl
--as-needed is used when compiling
2011-05-28configure imagemagick/graphicsmagick-support in Make.configmrwastl
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-16oops, changes in cColor forgot in previous commit: minor clean up in class ↵mrwastl
cColor, class member cColor::color is no longer public
2011-05-08add basic reading support for image formats supported by ImageMagick ↵mrwastl
(optional, not enabled by default)
2011-05-01initial upload to branch 'touchcol'. see file 'HISTORY' for changesmrwastl
2010-02-28added gcc43-compat patch (include cstring.h/csdtlib.h)andreas 'randy' weinberger
2010-02-28added LDFLAGS in Makefiles for better combatandreas 'randy' weinberger
2010-02-21initial git upload, based on graphlcd-base-0.1.5andreas 'randy' weinberger