Age | Commit message (Expand) | Author |
2016-03-31 | Remove dependency target, instead generate dependencies during compliling. | Andreas Regel |
2013-05-20 | FcResult should not be NULL in FcFontSort() or else assert-error might occur | mrwastl |
2013-05-19 | support for new generic touchscreen events provided by serdisplib; renamed cl... | 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 | 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-03-06 | enhanced / improved logging; added gradient feature for progress bar | 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-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-03 | functions (cSkinFunction) now evaluate parameters with variables and/or token... | 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 | 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-08-11 | beauty fix: add inner graphlcd-base dependencies (link lglcdgraphics to libgl... | 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-20 | opacity support for non-monochrome images | mrwastl |
2011-06-19 | rename SetSupportAlpha()/IsSupportAlpha() to SetProcessAlpha()/IsProcessAlpha... | mrwastl |
2011-06-19 | more efficient text drawing | mrwastl |
2011-06-19 | alpha channel: now texts with font effects are fully supported too | mrwastl |
2011-06-12 | fixed sloopy mistake (4-byte utf) | mrwastl |
2011-06-10 | added eq() as alias for equal() | mrwastl |
2011-06-10 | add option 'radius' for text-effects (radius in {1,2}) | mrwastl |
2011-06-09 | attributes 'x' and 'y' may now be used for all objects; 'font' is now mandato... | mrwastl |
2011-06-05 | improved scrolling of texts: no more premature end of scrolling | mrwastl |
2011-06-05 | oops, forgot one debug statement -> removed | mrwastl |
2011-06-05 | bug fixes: offset fix when using #variables in <text/>, scrolling texts now s... | mrwastl |
2011-06-05 | pedantic mode on: code beautifying | mrwastl |
2011-06-05 | added support for html-entities &#x<hexID>; and &#<decID>; | mrwastl |
2011-06-04 | skins are now UTF8 per definition, on non UTF-8 systems text-data will be con... | mrwastl |
2011-05-31 | added text effects (shadow, outline) | mrwastl |
2011-05-29 | cleanup: remove old eColor-based code-lines; make linker happy if --as-needed... | mrwastl |
2011-05-28 | problem fixed when parsing skin version number (thanks to 'Keine_Ahnung' for ... | mrwastl |
2011-05-24 | support for transparency (images and text); text and images are transparent p... | mrwastl |
2011-05-16 | object colours (fore/background) are now evaluated at run time; minor clean u... | mrwastl |
2011-05-13 | don't read colons from token definitions as argument separators from functions | mrwastl |
2011-05-12 | variable values with just "{<expression>}" are now valid too | mrwastl |
2011-05-12 | variable values that represent functions are now evaluated at run time | mrwastl |
2011-05-08 | add basic reading support for image formats supported by ImageMagick (optiona... | mrwastl |
2011-05-07 | store failed image paths in image cache and take these into account when load... | mrwastl |
2011-05-07 | bug fix when value of a variable contains token definitions: reparse this value | mrwastl |
2011-05-01 | initial upload to branch 'touchcol'. see file 'HISTORY' for changes | mrwastl |
2010-04-17 | backport of skin-support from 0.2.x to 0.1.x, changes for gcc 4.3 conformity | mrwastl |