summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-05bug fixes: offset fix when using #variables in <text/>, scrolling texts now s...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 con...mrwastl
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 encodedCharAd...mrwastl
2011-06-03remove unnecessary code; deactivated syslog-calls in EncodedCharAdjustCounter...mrwastl
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-31added text effects (shadow, outline)mrwastl
2011-05-30integrate utf8-changes made by zoolooc: 'consolidate Uf8 sequence detection i...mrwastl
2011-05-29re-enable transparencymrwastl
2011-05-29disable transparency from images loaded by ImageMagick until a working soluti...mrwastl
2011-05-29bug-fixes: wrong handling of {Default}(Fore|Back)groundColor fixedmrwastl
2011-05-29add fgcol/bgcol class members to base class cDriver, add distinction between ...mrwastl
2011-05-29cleanup: remove old eColor-based code-lines; make linker happy if --as-needed...mrwastl
2011-05-28configure imagemagick/graphicsmagick-support in Make.configmrwastl
2011-05-28problem fixed when parsing skin version number (thanks to 'Keine_Ahnung' for ...mrwastl
2011-05-28added generic Set8Pixels() to base class cDriver; serdisp-driver: class membe...mrwastl
2011-05-28updated simlcd-driver (diff contributed by user 'Keine_Ahnung')mrwastl
2011-05-24support for transparency (images and text); text and images are transparent p...mrwastl
2011-05-16oops, changes in cColor forgot in previous commit: minor clean up in class cC...mrwastl
2011-05-16object colours (fore/background) are now evaluated at run time; minor clean u...mrwastl
2011-05-13don't read colons from token definitions as argument separators from functionsmrwastl
2011-05-12variable values with just "{<expression>}" are now valid toomrwastl
2011-05-12variable values that represent functions are now evaluated at run timemrwastl
2011-05-11showpic: experimental support for imagemagick-supported formatsmrwastl
2011-05-09remove code which has not been removed when limiting support to serdisplib >=...mrwastl
2011-05-08add basic reading support for image formats supported by ImageMagick (optiona...mrwastl
2011-05-07store failed image paths in image cache and take these into account when load...mrwastl
2011-05-07bug fix when value of a variable contains token definitions: reparse this valuemrwastl
2011-05-01initial upload to branch 'touchcol'. see file 'HISTORY' for changesmrwastl
2010-04-23added additional wiring for GU256x64-372 drivercolorandreas 'randy' weinberger
2010-04-21set /dev/parport0 as default device in graphlcd.conf, as suggested by Mreimerandreas 'randy' weinberger
2010-04-17backport of skin-support from 0.2.x to 0.1.x, changes for gcc 4.3 conformitymrwastl
2010-03-02version 0.1.60.1.6andreas 'randy' weinberger
2010-02-28added Futaba DM140 supportandreas 'randy' weinberger
2010-02-28added support for Futaba DM140 vfd (graphlcd-base-0.1.5_gcc43-compat.diff)andreas 'randy' weinberger
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-25added support for option BRIGHTNESS (for graphlcd-dimming support); added cor...mrwastl
2010-02-21initial git upload, based on graphlcd-base-0.1.5andreas 'randy' weinberger