Age | Commit message (Expand) | Author |
2011-06-29 | fix saving of PBMs, fix crtfont and genfont; remove cBitmap::LoadPBM()/::Save... | mrwastl |
2011-06-27 | deactivate monochrome setting of imagemagick files because of problems with b... | mrwastl |
2011-06-27 | fix some memory allocation bugs; fix cPBMFile::Save() to work with 32bpp inte... | mrwastl |
2011-06-26 | set monochrome flag for images loaded by imagemagick if colours <= 2 | mrwastl |
2011-06-25 | adapt all drivers to support SetPixel() with 32bit colours; Set8Pixels() is n... | mrwastl |
2011-06-23 | more bug fixes for WrapText() (should now be UTF8-proof too); deactivate imag... | mrwastl |
2011-06-21 | try to fix wrapping bugs in WrapText() | mrwastl |
2011-06-20 | opacity support for monochrome images too | mrwastl |
2011-06-20 | opacity support for non-monochrome images | mrwastl |
2011-06-19 | rename SetSupportAlpha()/IsSupportAlpha() to SetProcessAlpha()/IsProcessAlpha... | mrwastl |
2011-06-19 | more efficient text drawing | mrwastl |
2011-06-19 | alpha channel: now texts with font effects are fully supported too | mrwastl |
2011-06-17 | add support for alpha channel | mrwastl |
2011-06-13 | avoid 'else ifdef' to make older installations happy | mrwastl |
2011-06-12 | fixed sloopy mistake (4-byte utf) | mrwastl |
2011-06-10 | added eq() as alias for equal() | mrwastl |
2011-06-10 | Merge branch 'touchcol' of ssh://community.xeatre.tv/graphlcd-base into touchcol | mrwastl |
2011-06-10 | add option 'radius' for text-effects (radius in {1,2}) | mrwastl |
2011-06-10 | small fix to previous commit (text effects) | mrwastl |
2011-06-10 | add option 'arc' for text-effects (arc in {1,2}) | mrwastl |
2011-06-09 | attributes 'x' and 'y' may now be used for all objects; 'font' is now mandato... | mrwastl |
2011-06-09 | bug fix when parsing colour values on 32bit systems | mrwastl |
2011-06-05 | fix scroll text when scrolling on right object border | mrwastl |
2011-06-05 | improved scrolling of texts: no more premature end of scrolling | mrwastl |
2011-06-05 | oops, forgot one debug statement -> removed | mrwastl |
2011-06-05 | bug fixes: offset fix when using #variables in <text/>, scrolling texts now s... | mrwastl |
2011-06-05 | pedantic mode on: code beautifying | mrwastl |
2011-06-05 | added support for html-entities &#x<hexID>; and &#<decID>; | mrwastl |
2011-06-04 | skins are now UTF8 per definition, on non UTF-8 systems text-data will be con... | mrwastl |
2011-06-03 | fix another (minor) bug with utf8 and encodedCharAdjustCounter() | mrwastl |
2011-06-03 | code beautifying, preparations for debugging encodedCharAdjustCounter() | mrwastl |
2011-06-03 | move EncodedCharAdjustCounter() to common.[ch] and rename it to encodedCharAd... | mrwastl |
2011-06-03 | remove unnecessary code; deactivated syslog-calls in EncodedCharAdjustCounter... | mrwastl |
2011-06-03 | scrolling should be smooth again | mrwastl |
2011-06-03 | bug corrected in EncodedCharAdjustCounter() (incorrect bitmasks used) | mrwastl |
2011-06-02 | utf8 improvements; TODO: still bug when scrolling (jumping characters) | mrwastl |
2011-05-31 | added UTF8 fix for 3-byte chars (contributed by Keine_Ahnung) | mrwastl |
2011-05-31 | added text effects (shadow, outline) | mrwastl |
2011-05-30 | integrate utf8-changes made by zoolooc: 'consolidate Uf8 sequence detection i... | mrwastl |
2011-05-29 | re-enable transparency | mrwastl |
2011-05-29 | disable transparency from images loaded by ImageMagick until a working soluti... | mrwastl |
2011-05-29 | bug-fixes: wrong handling of {Default}(Fore|Back)groundColor fixed | mrwastl |
2011-05-29 | add fgcol/bgcol class members to base class cDriver, add distinction between ... | mrwastl |
2011-05-29 | cleanup: remove old eColor-based code-lines; make linker happy if --as-needed... | mrwastl |
2011-05-28 | configure imagemagick/graphicsmagick-support in Make.config | mrwastl |
2011-05-28 | problem fixed when parsing skin version number (thanks to 'Keine_Ahnung' for ... | mrwastl |
2011-05-28 | added generic Set8Pixels() to base class cDriver; serdisp-driver: class membe... | mrwastl |
2011-05-28 | updated simlcd-driver (diff contributed by user 'Keine_Ahnung') | mrwastl |
2011-05-24 | support for transparency (images and text); text and images are transparent p... | mrwastl |
2011-05-16 | oops, changes in cColor forgot in previous commit: minor clean up in class cC... | mrwastl |