summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-31Remove dependency target, instead generate dependencies during compliling.Andreas Regel
2016-03-31Add .gitignore file to ignore shared libraries, object and dependency files.Andreas Regel
2013-05-20remove unused private fields (to make clang happy)mrwastl
2013-05-20improved consistency of driver switches in Make.config (all driver switches n...mrwastl
2013-05-20Merge branch 'touchcol' of ssh://projects.vdr-developer.org/graphlcd-base int...mrwastl
2013-05-20FcResult should not be NULL in FcFontSort() or else assert-error might occurmrwastl
2013-05-20made vncserver driver optional (default is unchanged, on) in Make.configLucian Muresan
2013-05-20graphlcd.conf / noritake800: uses AdjustTiming and RefreshDisplayLucian Muresan
2013-05-19support for new generic touchscreen events provided by serdisplib; renamed cl...mrwastl
2013-04-19added new driver 'vncserver' (contrib. by Michael Heyer); ax206dpf: type chan...mrwastl
2013-03-23Merge branch 'touchcol' of ssh://projects.vdr-developer.org/graphlcd-base int...mrwastl
2013-03-23convpic: improvement of help ouputmrwastl
2013-03-23showpic: improvement of help ouputmrwastl
2013-03-21glcdgraphics: bug fix in glcd.c, moved methods Scale() and Blend() to image.c...mrwastl
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 int...mrwastl
2013-03-17showpic: fix rendering bugmrwastl
2013-02-22more consistent usage of debug code (define HAVE_DEBUG)Lucian Muresan
2013-02-22fixed build when compiling without FREETYPE2Lucian Muresan
2013-02-22stripping of binaries can easily be disasbled if necessaryLucian Muresan
2013-01-07experimental support added for picoLCD 256x64 (contributed by Jochen Koch)mrwastl
2012-11-16noritake800: bugfixed PPDEV mode, fixed crash also in Direct I/O mode by bett...Lucian Muresan
2012-11-16cParallelPort: safer Claim/Release, in both Direct I/O and PPDEV modeLucian 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-07-13gu256x64-372 driver: fixed erraneous signalling with caused a not working dis...mrwastl
2012-06-24support direct IO only where applicablemrwastl
2012-06-16added support for fontconfig font name representations (eg.: <font id="FontIn...mrwastl
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-08permit and evaluate $( )$ expressions to enable direct embedding of functions...mrwastl
2012-06-08improved relieability of eq()/ne()/gt()/lt()/ge()/le() if comparing 'mixture'...mrwastl
2012-06-07Image/GraphicsMagick: use much more relieable sample() instead of scale() for...mrwastl
2012-03-11add conditional variable assignments; correct bug when testing for directory ...mrwastl
2012-03-06more flexible including of serdisplib in dlopen()mrwastl
2012-03-06enhanced / improved logging; added gradient feature for progress barmrwastl
2011-11-09added support for serdisp_defaultdevice() introduced in serdisp v2.00mrwastl
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-21framebuffer: now with colour support (depths 8, 16, 24, 32), damage reporting...mrwastl
2011-10-16scaling images: added 'auto'; images are now centered (when scale=['auto', 'a...mrwastl
2011-10-15support for scaling of images (image/graphicsmagick supported images only at ...mrwastl
2011-10-13bug fix for bit order in SetPixel(): verified: image, not verified yet: hd618...mrwastl
2011-10-13t6963c: bug fixmrwastl
2011-10-03functions (cSkinFunction) now evaluate parameters with variables and/or token...mrwastl
2011-09-23patches for thread-safeness of AX206DPF driver (contrib by superelchi)mrwastl
2011-09-21temporary workaround for thread-safe skin parsingmrwastl