Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-07 | Image/GraphicsMagick: use much more relieable sample() instead of scale() ↵ | mrwastl | |
for scaling images; monochrome images: fix monochrome bug in imagefile.c; explicitly prepend namespace Magick:: instead of using 'using namespace Magick;' (easier when debugging); some code / var-names beautifyings | |||
2011-09-19 | deactivated static method cSkinString::Reparse + static ↵ | mrwastl | |
cSkinString::mStrings (wasn't used anyways, but caused big problems when using more than one display thread); beauty fixes: initialisation of static cColor-colour constants now moved to .c-file, type fix | |||
2011-09-16 | move config/oldConfig + it's initialisation to base class cDriver; ↵ | mrwastl | |
libglcddrivers.so no longer link-dependent on libglcdgraphics.so | |||
2011-06-29 | fix saving of PBMs, fix crtfont and genfont; remove ↵ | mrwastl | |
cBitmap::LoadPBM()/::SavePBM (use cPMFile::Load()/Save()) instead; fixed cBitmap::SubBitmap(); add static methods for converting from and to 1BPP | |||
2011-06-20 | opacity support for non-monochrome images | mrwastl | |
2011-06-19 | rename SetSupportAlpha()/IsSupportAlpha() to ↵ | mrwastl | |
SetProcessAlpha()/IsProcessAlpha() to better reflect it's purpose; add / enhance some comments (alpha channel support) | |||
2011-06-17 | add support for alpha channel | mrwastl | |
2011-05-29 | cleanup: remove old eColor-based code-lines; make linker happy if ↵ | mrwastl | |
--as-needed is used when compiling | |||
2011-05-24 | support 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-16 | oops, changes in cColor forgot in previous commit: minor clean up in class ↵ | mrwastl | |
cColor, class member cColor::color is no longer public | |||
2011-05-01 | initial upload to branch 'touchcol'. see file 'HISTORY' for changes | mrwastl | |
2010-02-21 | initial git upload, based on graphlcd-base-0.1.5 | andreas 'randy' weinberger | |