Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-20 | Merge branch 'master' into touchcol | Andreas Regel | |
# Conflicts: # HISTORY # Makefile # glcddrivers/Makefile # glcddrivers/drivers.c # glcddrivers/drivers.h # glcddrivers/futabaMDM166A.c # glcddrivers/futabaMDM166A.h # glcddrivers/image.c # glcddrivers/noritake800.c # glcddrivers/noritake800.h # glcdgraphics/Makefile # glcdgraphics/bitmap.c # glcdgraphics/bitmap.h # glcdgraphics/font.c # glcdgraphics/font.h # glcdskin/config.h # glcdskin/display.c # glcdskin/display.h # glcdskin/object.c # glcdskin/object.h # glcdskin/parser.c # graphlcd.conf # tools/convpic/Makefile # tools/crtfont/Makefile # tools/genfont/Makefile # tools/lcdtestpattern/Makefile # tools/showpic/Makefile # tools/showpic/showpic.c # tools/showtext/Makefile | |||
2016-04-01 | Add skintest tool. | Andreas Regel | |
2016-03-31 | Remove dependency target, instead generate dependencies during compliling. | Andreas Regel | |
2013-03-23 | convpic: improvement of help ouput | mrwastl | |
2013-03-21 | glcdgraphics: bug fix in glcd.c, moved methods Scale() and Blend() to ↵ | mrwastl | |
image.c, added static methods for loading/saving image; showpic and convpic working again; convpic cleaned up; showpic: added parameters for scaling and centering image | |||
2013-03-17 | Makefiles: rename PRESTRIP to HAVE_STRIP and unset it by default | mrwastl | |
2013-03-17 | Merge branch 'touchcol' of ssh://projects.vdr-developer.org/graphlcd-base ↵ | mrwastl | |
into touchcol | |||
2013-03-17 | showpic: fix rendering bug | mrwastl | |
2013-02-22 | stripping of binaries can easily be disasbled if necessary | Lucian Muresan | |
2012-06-09 | graphlcd-base can now be compiled by clang, too. simply write 'CXX=clang ↵ | mrwastl | |
make' to do so. | |||
2011-06-29 | added driver futabaMDM166A; ported mem leak fixes to image.c (from 0.1.x); ↵ | mrwastl | |
ported fixes to noritake800 (from 0.1.x); fixed some grammar mistakes | |||
2011-06-29 | bug fix in cPBMFile::Save() | mrwastl | |
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-05-29 | cleanup: remove old eColor-based code-lines; make linker happy if ↵ | mrwastl | |
--as-needed is used when compiling | |||
2011-05-11 | showpic: experimental support for imagemagick-supported formats | mrwastl | |
2011-05-01 | initial upload to branch 'touchcol'. see file 'HISTORY' for changes | mrwastl | |
2011-03-07 | memory cleanups | Zoolooc | |
2011-03-06 | added STRIP-option for gentoo | andreas 'randy' weinberger | |
see http://www.vdr-portal.de/board/thread.php?postid=905301#post905301 | |||
2011-01-26 | removed unneeded LDFLAGS | andreas 'randy' weinberger | |
see http://projects.vdr-developer.org/issues/530 | |||
2010-02-28 | added gcc43-compat patch (include cstring.h/csdtlib.h) | andreas 'randy' weinberger | |
2010-02-28 | added LDFLAGS in Makefiles for better combat | andreas 'randy' weinberger | |
2010-02-21 | initial git upload, based on graphlcd-base-0.1.5 | andreas 'randy' weinberger | |