Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-24 | Fix misleading indentation error | Manuel Reimer | |
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-04-01 | ili9341: Use the PWM for the backlight brightness. | Andreas Regel | |
2016-04-01 | ili9341: Shorten the reset time. | Andreas Regel | |
2016-04-01 | ili9341: Use Broadcom GPIO numbers. | Andreas Regel | |
2016-04-01 | ili9431: Rotate display by 90 degrees. | Andreas Regel | |
2016-04-01 | Add driver for ILI9341 TFT display. | Andreas Regel | |
2016-04-01 | Add driver for SSD1306 OLED display on raspberry pi | Andreas Regel | |
2016-03-31 | Remove dependency target, instead generate dependencies during compliling. | Andreas Regel | |
2016-03-31 | Add .gitignore file to ignore shared libraries, object and dependency files. | Andreas Regel | |
2013-05-20 | remove unused private fields (to make clang happy) | mrwastl | |
2013-05-20 | improved consistency of driver switches in Make.config (all driver switches ↵ | mrwastl | |
now start with HAVE_DRIVER_) | |||
2013-05-20 | Merge branch 'touchcol' of ssh://projects.vdr-developer.org/graphlcd-base ↵ | mrwastl | |
into touchcol | |||
2013-05-20 | FcResult should not be NULL in FcFontSort() or else assert-error might occur | mrwastl | |
2013-05-20 | made vncserver driver optional (default is unchanged, on) in Make.config | Lucian Muresan | |
2013-05-20 | graphlcd.conf / noritake800: uses AdjustTiming and RefreshDisplay | Lucian Muresan | |
2013-05-19 | support for new generic touchscreen events provided by serdisplib; renamed ↵ | mrwastl | |
class cSimpleTouchEvent to cTouchEvent | |||
2013-04-19 | added new driver 'vncserver' (contrib. by Michael Heyer); ax206dpf: type ↵ | mrwastl | |
change of an array to make new GCC versions happy | |||
2013-03-23 | Merge branch 'touchcol' of ssh://projects.vdr-developer.org/graphlcd-base ↵ | mrwastl | |
into touchcol | |||
2013-03-23 | convpic: improvement of help ouput | mrwastl | |
2013-03-23 | showpic: 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 | more consistent usage of debug code (define HAVE_DEBUG) | Lucian Muresan | |
2013-02-22 | fixed build when compiling without FREETYPE2 | Lucian Muresan | |
2013-02-22 | stripping of binaries can easily be disasbled if necessary | Lucian Muresan | |
2013-01-07 | experimental support added for picoLCD 256x64 (contributed by Jochen Koch) | mrwastl | |
2012-11-16 | noritake800: bugfixed PPDEV mode, fixed crash also in Direct I/O mode by ↵ | Lucian Muresan | |
better claiming / releasing port | |||
2012-11-16 | cParallelPort: safer Claim/Release, in both Direct I/O and PPDEV mode | Lucian Muresan | |
2012-09-23 | extformats.c: use scaleQuantumToDouble() to get colour values in range 0 to ↵ | mrwastl | |
255; avoid MaxRGB/QuantumRange at all | |||
2012-09-22 | extformats.c: Image/GraphicsMagick: avoid usage of MaxRGB and QuantumRange | mrwastl | |
2012-09-22 | Revert "extformats: replace deprecated MaxRGB through QuantumRange ↵ | mrwastl | |
(ImageMagick) and add a define for GraphicsMagick to accept QuantumRange" This reverts commit 47dbc367354f6d8c97b8b54c78fb489d2438c6a0. | |||
2012-09-22 | extformats: replace deprecated MaxRGB through QuantumRange (ImageMagick) and ↵ | mrwastl | |
add a define for GraphicsMagick to accept QuantumRange | |||
2012-07-21 | fix rendering bug with alpha values == 0 | mrwastl | |
2012-07-13 | gu256x64-372 driver: fixed erraneous signalling with caused a not working ↵ | mrwastl | |
display when wiring was set to 'Windows' | |||
2012-06-24 | support direct IO only where applicable | mrwastl | |
2012-06-16 | added support for fontconfig font name representations (eg.: <font ↵ | mrwastl | |
id="FontInfo" url="fc:Sans Serif:bold:size=12"/>). Attention: specifying a size term (eg. 'size=12') is mandatory! | |||
2012-06-09 | graphlcd-base can now be compiled by clang, too. simply write 'CXX=clang ↵ | mrwastl | |
make' to do so. | |||
2012-06-08 | corrected some typos / bugs found via clang warning messages ; improved trim() | mrwastl | |
2012-06-08 | permit and evaluate $( )$ expressions to enable direct embedding of ↵ | mrwastl | |
functions in the content part of elements such as <text/>. | |||
2012-06-08 | improved relieability of eq()/ne()/gt()/lt()/ge()/le() if comparing ↵ | mrwastl | |
'mixture' of string / bool / value; fixed a bug which could lead to an infinitive loop under rare circumstances | |||
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 | |||
2012-03-11 | add conditional variable assignments; correct bug when testing for directory ↵ | mrwastl | |
(both suggested/reported by Keine_Ahnung) | |||
2012-03-06 | more flexible including of serdisplib in dlopen() | mrwastl | |
2012-03-06 | enhanced / improved logging; added gradient feature for progress bar | mrwastl | |
2011-11-09 | added support for serdisp_defaultdevice() introduced in serdisp v2.00 | mrwastl | |
2011-10-29 | added additional parameter 'evaluate' for <variable/>; variables can now be ↵ | mrwastl | |
evaluate: 'always': eval at every access, 'tick': eval. once per display update, 'switch': once per channel or menu update, 'once': eval. only once, interval: eval only after a certain amount of time. default = 'tick'; removed method ImageFile::SupportsScaling() (no longer required) |