Age | Commit message (Expand) | Author |
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 2... | mrwastl |
2012-09-22 | extformats.c: Image/GraphicsMagick: avoid usage of MaxRGB and QuantumRange | mrwastl |
2012-09-22 | Revert "extformats: replace deprecated MaxRGB through QuantumRange (ImageMagi... | mrwastl |
2012-09-22 | extformats: replace deprecated MaxRGB through QuantumRange (ImageMagick) and ... | mrwastl |
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 dis... | mrwastl |
2012-06-24 | support direct IO only where applicable | mrwastl |
2012-06-16 | added support for fontconfig font name representations (eg.: <font id="FontIn... | mrwastl |
2012-06-09 | graphlcd-base can now be compiled by clang, too. simply write 'CXX=clang make... | mrwastl |
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 functions... | mrwastl |
2012-06-08 | improved relieability of eq()/ne()/gt()/lt()/ge()/le() if comparing 'mixture'... | mrwastl |
2012-06-07 | Image/GraphicsMagick: use much more relieable sample() instead of scale() for... | mrwastl |
2012-03-11 | add conditional variable assignments; correct bug when testing for directory ... | mrwastl |
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 e... | mrwastl |
2011-10-24 | cImageFile: scaling support for non-ImageMagick files (-> pbm, glcd); serdisp... | mrwastl |
2011-10-21 | framebuffer: now with colour support (depths 8, 16, 24, 32), damage reporting... | mrwastl |
2011-10-16 | scaling images: added 'auto'; images are now centered (when scale=['auto', 'a... | mrwastl |
2011-10-15 | support for scaling of images (image/graphicsmagick supported images only at ... | mrwastl |
2011-10-13 | bug fix for bit order in SetPixel(): verified: image, not verified yet: hd618... | mrwastl |
2011-10-13 | t6963c: bug fix | mrwastl |
2011-10-03 | functions (cSkinFunction) now evaluate parameters with variables and/or token... | mrwastl |
2011-09-23 | patches for thread-safeness of AX206DPF driver (contrib by superelchi) | mrwastl |
2011-09-21 | temporary workaround for thread-safe skin parsing | mrwastl |
2011-09-19 | deactivated static method cSkinString::Reparse + static cSkinString::mStrings... | mrwastl |
2011-09-17 | added scrolling for multiline texts; added additional attribute 'mlrelscroll'... | mrwastl |
2011-09-16 | added methods to cDriver: ConfigName() and DriverName(); graphlcd.conf: forbi... | mrwastl |
2011-09-16 | move config/oldConfig + it's initialisation to base class cDriver; libglcddri... | mrwastl |
2011-09-10 | bug fix: typo (object height in lists) | mrwastl |
2011-09-10 | bug fixes: use correct height for objects in lists, fixed position problems w... | mrwastl |
2011-09-07 | serdisp: safety-check for DeInit() | mrwastl |
2011-08-28 | fixed incorrect prod/vendorID for AX206DPF-based picture frames (thx to 'Kein... | mrwastl |
2011-08-27 | add udev-rules file for displays / modules supported by graphlcd-base | mrwastl |
2011-08-23 | enhancements for AX206dpf support (contr. by Lutz Neumann) | mrwastl |
2011-08-11 | beauty fix: add inner graphlcd-base dependencies (link lglcdgraphics to libgl... | mrwastl |
2011-08-10 | added support for AX206dpf-based picture frames (contributed by Lutz Neumann) | mrwastl |
2011-07-30 | skin definitions: added simple support for including files; increased graphlc... | mrwastl |
2011-07-09 | position (x/y/x1/y1/x2/y2) and dimension (width/height) parameters are now ev... | mrwastl |
2011-06-29 | added driver futabaMDM166A; ported mem leak fixes to image.c (from 0.1.x); po... | mrwastl |
2011-06-29 | bug fix in cPBMFile::Save() | mrwastl |
2011-06-29 | fix saving of PBMs, fix crtfont and genfont; remove cBitmap::LoadPBM()/::Save... | mrwastl |
2011-06-27 | deactivate monochrome setting of imagemagick files because of problems with b... | mrwastl |
2011-06-27 | fix some memory allocation bugs; fix cPBMFile::Save() to work with 32bpp inte... | mrwastl |
2011-06-26 | set monochrome flag for images loaded by imagemagick if colours <= 2 | mrwastl |
2011-06-25 | adapt all drivers to support SetPixel() with 32bit colours; Set8Pixels() is n... | mrwastl |
2011-06-23 | more bug fixes for WrapText() (should now be UTF8-proof too); deactivate imag... | mrwastl |