summaryrefslogtreecommitdiff
path: root/glcdgraphics
AgeCommit message (Expand)Author
2016-03-31Remove dependency target, instead generate dependencies during compliling.Andreas Regel
2013-03-21glcdgraphics: bug fix in glcd.c, moved methods Scale() and Blend() to image.c...mrwastl
2013-02-22more consistent usage of debug code (define HAVE_DEBUG)Lucian Muresan
2013-02-22fixed build when compiling without FREETYPE2Lucian Muresan
2012-09-23extformats.c: use scaleQuantumToDouble() to get colour values in range 0 to 2...mrwastl
2012-09-22extformats.c: Image/GraphicsMagick: avoid usage of MaxRGB and QuantumRangemrwastl
2012-09-22Revert "extformats: replace deprecated MaxRGB through QuantumRange (ImageMagi...mrwastl
2012-09-22extformats: replace deprecated MaxRGB through QuantumRange (ImageMagick) and ...mrwastl
2012-07-21fix rendering bug with alpha values == 0mrwastl
2012-06-09graphlcd-base can now be compiled by clang, too. simply write 'CXX=clang make...mrwastl
2012-06-08corrected some typos / bugs found via clang warning messages ; improved trim()mrwastl
2012-06-07Image/GraphicsMagick: use much more relieable sample() instead of scale() for...mrwastl
2011-10-29added additional parameter 'evaluate' for <variable/>; variables can now be e...mrwastl
2011-10-24cImageFile: scaling support for non-ImageMagick files (-> pbm, glcd); serdisp...mrwastl
2011-10-15support for scaling of images (image/graphicsmagick supported images only at ...mrwastl
2011-09-19deactivated static method cSkinString::Reparse + static cSkinString::mStrings...mrwastl
2011-09-16move config/oldConfig + it's initialisation to base class cDriver; libglcddri...mrwastl
2011-07-30skin definitions: added simple support for including files; increased graphlc...mrwastl
2011-06-29bug fix in cPBMFile::Save()mrwastl
2011-06-29fix saving of PBMs, fix crtfont and genfont; remove cBitmap::LoadPBM()/::Save...mrwastl
2011-06-27deactivate monochrome setting of imagemagick files because of problems with b...mrwastl
2011-06-27fix some memory allocation bugs; fix cPBMFile::Save() to work with 32bpp inte...mrwastl
2011-06-26set monochrome flag for images loaded by imagemagick if colours <= 2mrwastl
2011-06-23more bug fixes for WrapText() (should now be UTF8-proof too); deactivate imag...mrwastl
2011-06-21try to fix wrapping bugs in WrapText()mrwastl
2011-06-20opacity support for monochrome images toomrwastl
2011-06-20opacity support for non-monochrome imagesmrwastl
2011-06-19rename SetSupportAlpha()/IsSupportAlpha() to SetProcessAlpha()/IsProcessAlpha...mrwastl
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 s...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-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-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-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-08add basic reading support for image formats supported by ImageMagick (optiona...mrwastl