summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-31added text effects (shadow, outline)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-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
default fg/bg colours from driver and fg/bg colours from class; adapt serdisp-driver to these changes
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-28problem fixed when parsing skin version number (thanks to 'Keine_Ahnung' for ↵mrwastl
detective work)
2011-05-28added generic Set8Pixels() to base class cDriver; serdisp-driver: class ↵mrwastl
members fg/bg_colours now uint32_t, better adaption to new cColor-scheme, use Set8Pixels() from base class
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 ↵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-16object colours (fore/background) are now evaluated at run time; minor clean ↵mrwastl
up in class cColor, class member cColor::color is no longer public
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
>= 1.95
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
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
2011-03-07consolidate Uf8 sequence detection in Utf8CodeAdjustCounterZoolooc
2011-03-07memory cleanupsZoolooc
2011-03-07UTF8 support fixesZoolooc
2011-03-06glcddrivers/noritake800 timings fixesLucian Muresan
2011-03-06debug windows wiringandreas 'randy' weinberger
see http://www.vdr-portal.de/board/thread.php?postid=943119#post943119
2011-03-06added STRIP-option for gentooandreas 'randy' weinberger
see http://www.vdr-portal.de/board/thread.php?postid=905301#post905301
2011-02-13release of version 0.1.90.1.9andreas 'randy' weinberger
2011-01-26removed unneeded LDFLAGSandreas 'randy' weinberger
see http://projects.vdr-developer.org/issues/530
2011-01-23fixed typoandreas 'randy' weinberger
2011-01-23changed graphlcd.conf backandreas 'randy' weinberger
http://projects.vdr-developer.org/issues/524
2010-12-03fixed compile error0.1.8andreas 'randy' weinberger
see http://www.vdrportal.de/board/thread.php?postid=959952#post959952
2010-11-06increased version number0.1.7andreas 'randy' weinberger
2010-11-02release of version 0.1.7andreas 'randy' weinberger
2010-10-05added some more Device sample entries for serdisp/usbandreas 'randy' weinberger
2010-09-25added futuba MDM166A driver from andreas bracholdandreas 'randy' weinberger
http://projects.vdr-developer.org/issues/351
2010-09-25fixed compiler warningsandreas 'randy' weinberger
http://projects.vdr-developer.org/issues/352
2010-06-27added new attribute 'valign' (vertical alignment) for text objects. format: ↵mrwastl
valign="top|middle|bottom", default: "top"; changed debug output information to print 'graphlcd/skin' instead of 'Text2Skin'
2010-06-19text-object: fix to avoid stumbling scrollingmrwastl
2010-06-18text-object: added support for alternative text / alternative condition; bug ↵mrwastl
fixes: annoying update problems should now be fixed; bug fix in brightness update detection; overloadable method for getting a timestamp that is compliant to VDR timestamp (cSkinConfig::Now(), will be overloaded in vdr-plugin-graphlcd to return the value of cTimeMs::Now()); serdisp-driver: call rotate only if UpsideDown is set
2010-05-16glcdskin: another small bug fix for scrollingmrwastl