index
:
graphlcd-base
color
master
GraphLCD Drivers Library
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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-17
add support for alpha channel
mrwastl
2011-06-13
avoid 'else ifdef' to make older installations happy
mrwastl
2011-06-12
fixed sloopy mistake (4-byte utf)
mrwastl
2011-06-10
added eq() as alias for equal()
mrwastl
2011-06-10
Merge branch 'touchcol' of ssh://community.xeatre.tv/graphlcd-base into touchcol
mrwastl
2011-06-10
add option 'radius' for text-effects (radius in {1,2})
mrwastl
2011-06-10
small fix to previous commit (text effects)
mrwastl
2011-06-10
add option 'arc' for text-effects (arc 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-09
bug fix when parsing colour values on 32bit systems
mrwastl
2011-06-05
fix scroll text when scrolling on right object border
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-06-03
fix another (minor) bug with utf8 and encodedCharAdjustCounter()
mrwastl
2011-06-03
code beautifying, preparations for debugging encodedCharAdjustCounter()
mrwastl
2011-06-03
move EncodedCharAdjustCounter() to common.[ch] and rename it to encodedCharAd...
mrwastl
2011-06-03
remove unnecessary code; deactivated syslog-calls in EncodedCharAdjustCounter...
mrwastl
2011-06-03
scrolling should be smooth again
mrwastl
2011-06-03
bug corrected in EncodedCharAdjustCounter() (incorrect bitmasks used)
mrwastl
2011-06-02
utf8 improvements; TODO: still bug when scrolling (jumping characters)
mrwastl
2011-05-31
added UTF8 fix for 3-byte chars (contributed by Keine_Ahnung)
mrwastl
2011-05-31
added text effects (shadow, outline)
mrwastl
2011-05-30
integrate utf8-changes made by zoolooc: 'consolidate Uf8 sequence detection i...
mrwastl
2011-05-29
re-enable transparency
mrwastl
2011-05-29
disable transparency from images loaded by ImageMagick until a working soluti...
mrwastl
2011-05-29
bug-fixes: wrong handling of {Default}(Fore|Back)groundColor fixed
mrwastl
2011-05-29
add fgcol/bgcol class members to base class cDriver, add distinction between ...
mrwastl
2011-05-29
cleanup: remove old eColor-based code-lines; make linker happy if --as-needed...
mrwastl
2011-05-28
configure imagemagick/graphicsmagick-support in Make.config
mrwastl
2011-05-28
problem fixed when parsing skin version number (thanks to 'Keine_Ahnung' for ...
mrwastl
2011-05-28
added generic Set8Pixels() to base class cDriver; serdisp-driver: class membe...
mrwastl
2011-05-28
updated simlcd-driver (diff contributed by user 'Keine_Ahnung')
mrwastl
2011-05-24
support for transparency (images and text); text and images are transparent p...
mrwastl
2011-05-16
oops, changes in cColor forgot in previous commit: minor clean up in class cC...
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-11
showpic: experimental support for imagemagick-supported formats
mrwastl
2011-05-09
remove code which has not been removed when limiting support to serdisplib >=...
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
[next]