summaryrefslogtreecommitdiff
path: root/glcdskin
AgeCommit message (Expand)Author
2021-02-07Remove usage of FcFini()Manuel Reimer
2020-08-14skin object: Reserve proper amount of memory for position dataManuel Reimer
2020-08-14Fall back to system font directories if font file is missingManuel Reimer
2018-11-10Throw error while linking, for undefined symbolsManuel Reimer
2018-04-07Final Makefile fixes. Packaging should be much easier nowManuel Reimer
2016-10-29Pass tag name when requesting the scroll tag valuesManuel Reimer
2016-10-24Fix misleading indentation errorManuel Reimer
2016-10-20Merge branch 'master' into touchcolAndreas Regel
2016-03-31Remove dependency target, instead generate dependencies during compliling.Andreas Regel
2013-05-20FcResult should not be NULL in FcFontSort() or else assert-error might occurmrwastl
2013-05-19support for new generic touchscreen events provided by serdisplib; renamed cl...mrwastl
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-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-03-06enhanced / improved logging; added gradient feature for progress barmrwastl
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-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-03functions (cSkinFunction) now evaluate parameters with variables and/or token...mrwastl
2011-09-21temporary workaround for thread-safe skin parsingmrwastl
2011-09-19deactivated static method cSkinString::Reparse + static cSkinString::mStrings...mrwastl
2011-09-17added scrolling for multiline texts; added additional attribute 'mlrelscroll'...mrwastl
2011-09-16move config/oldConfig + it's initialisation to base class cDriver; libglcddri...mrwastl
2011-09-10bug fix: typo (object height in lists)mrwastl
2011-09-10bug fixes: use correct height for objects in lists, fixed position problems w...mrwastl
2011-08-11beauty fix: add inner graphlcd-base dependencies (link lglcdgraphics to libgl...mrwastl
2011-07-30skin definitions: added simple support for including files; increased graphlc...mrwastl
2011-07-09position (x/y/x1/y1/x2/y2) and dimension (width/height) parameters are now ev...mrwastl
2011-06-20opacity support for non-monochrome imagesmrwastl
2011-06-19rename SetSupportAlpha()/IsSupportAlpha() to SetProcessAlpha()/IsProcessAlpha...mrwastl
2011-06-19more efficient text drawingmrwastl
2011-06-19alpha channel: now texts with font effects are fully supported toomrwastl
2011-06-12fixed sloopy mistake (4-byte utf)mrwastl
2011-06-10added eq() as alias for equal()mrwastl
2011-06-10add option 'radius' for text-effects (radius in {1,2})mrwastl
2011-06-09attributes 'x' and 'y' may now be used for all objects; 'font' is now mandato...mrwastl
2011-06-05improved scrolling of texts: no more premature end of scrollingmrwastl
2011-06-05oops, forgot one debug statement -> removedmrwastl
2011-06-05bug fixes: offset fix when using #variables in <text/>, scrolling texts now s...mrwastl
2011-06-05pedantic mode on: code beautifyingmrwastl
2011-06-05added support for html-entities &#x<hexID>; and &#<decID>;mrwastl
2011-06-04skins are now UTF8 per definition, on non UTF-8 systems text-data will be con...mrwastl
2011-05-31added text effects (shadow, outline)mrwastl
2011-05-29cleanup: remove old eColor-based code-lines; make linker happy if --as-needed...mrwastl
2011-05-28problem fixed when parsing skin version number (thanks to 'Keine_Ahnung' for ...mrwastl
2011-05-24support for transparency (images and text); text and images are transparent p...mrwastl
2011-05-16object colours (fore/background) are now evaluated at run time; minor clean u...mrwastl