summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2016-10-20Merge branch 'master' into touchcolAndreas 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-01Add skintest tool.Andreas Regel
2016-03-31Remove dependency target, instead generate dependencies during compliling.Andreas Regel
2013-03-23convpic: improvement of help ouputmrwastl
2013-03-21glcdgraphics: 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-17Makefiles: rename PRESTRIP to HAVE_STRIP and unset it by defaultmrwastl
2013-03-17Merge branch 'touchcol' of ssh://projects.vdr-developer.org/graphlcd-base ↵mrwastl
into touchcol
2013-03-17showpic: fix rendering bugmrwastl
2013-02-22stripping of binaries can easily be disasbled if necessaryLucian Muresan
2012-06-09graphlcd-base can now be compiled by clang, too. simply write 'CXX=clang ↵mrwastl
make' to do so.
2011-06-29added 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-29bug fix in cPBMFile::Save()mrwastl
2011-06-29fix 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-29cleanup: remove old eColor-based code-lines; make linker happy if ↵mrwastl
--as-needed is used when compiling
2011-05-11showpic: experimental support for imagemagick-supported formatsmrwastl
2011-05-01initial upload to branch 'touchcol'. see file 'HISTORY' for changesmrwastl
2011-03-07memory cleanupsZoolooc
2011-03-06added STRIP-option for gentooandreas 'randy' weinberger
see http://www.vdr-portal.de/board/thread.php?postid=905301#post905301
2011-01-26removed unneeded LDFLAGSandreas 'randy' weinberger
see http://projects.vdr-developer.org/issues/530
2010-02-28added gcc43-compat patch (include cstring.h/csdtlib.h)andreas 'randy' weinberger
2010-02-28added LDFLAGS in Makefiles for better combatandreas 'randy' weinberger
2010-02-21initial git upload, based on graphlcd-base-0.1.5andreas 'randy' weinberger