index
:
graphlcd-base
color
master
GraphLCD Drivers Library
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glcdgraphics
Age
Commit message (
Expand
)
Author
2016-03-31
Remove dependency target, instead generate dependencies during compliling.
Andreas Regel
2013-03-21
glcdgraphics: bug fix in glcd.c, moved methods Scale() and Blend() to image.c...
mrwastl
2013-02-22
more consistent usage of debug code (define HAVE_DEBUG)
Lucian Muresan
2013-02-22
fixed build when compiling without FREETYPE2
Lucian Muresan
2012-09-23
extformats.c: use scaleQuantumToDouble() to get colour values in range 0 to 2...
mrwastl
2012-09-22
extformats.c: Image/GraphicsMagick: avoid usage of MaxRGB and QuantumRange
mrwastl
2012-09-22
Revert "extformats: replace deprecated MaxRGB through QuantumRange (ImageMagi...
mrwastl
2012-09-22
extformats: replace deprecated MaxRGB through QuantumRange (ImageMagick) and ...
mrwastl
2012-07-21
fix rendering bug with alpha values == 0
mrwastl
2012-06-09
graphlcd-base can now be compiled by clang, too. simply write 'CXX=clang make...
mrwastl
2012-06-08
corrected some typos / bugs found via clang warning messages ; improved trim()
mrwastl
2012-06-07
Image/GraphicsMagick: use much more relieable sample() instead of scale() for...
mrwastl
2011-10-29
added additional parameter 'evaluate' for <variable/>; variables can now be e...
mrwastl
2011-10-24
cImageFile: scaling support for non-ImageMagick files (-> pbm, glcd); serdisp...
mrwastl
2011-10-15
support for scaling of images (image/graphicsmagick supported images only at ...
mrwastl
2011-09-19
deactivated static method cSkinString::Reparse + static cSkinString::mStrings...
mrwastl
2011-09-16
move config/oldConfig + it's initialisation to base class cDriver; libglcddri...
mrwastl
2011-07-30
skin definitions: added simple support for including files; increased graphlc...
mrwastl
2011-06-29
bug fix in cPBMFile::Save()
mrwastl
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-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-17
add support for alpha channel
mrwastl
2011-06-13
avoid 'else ifdef' to make older installations happy
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
bug fixes: offset fix when using #variables in <text/>, scrolling texts now s...
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-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
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-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
2011-05-08
add basic reading support for image formats supported by ImageMagick (optiona...
mrwastl
[next]