index
:
graphlcd-base
color
master
GraphLCD Drivers Library
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glcdskin
/
object.c
Age
Commit message (
Collapse
)
Author
2011-07-09
position (x/y/x1/y1/x2/y2) and dimension (width/height) parameters are now ↵
mrwastl
evaluated at run time
2011-06-20
opacity support for non-monochrome images
mrwastl
2011-06-19
rename SetSupportAlpha()/IsSupportAlpha() to ↵
mrwastl
SetProcessAlpha()/IsProcessAlpha() to better reflect it's purpose; add / enhance some comments (alpha channel support)
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-10
add option 'radius' for text-effects (radius in {1,2})
mrwastl
2011-06-05
improved scrolling of texts: no more premature end of scrolling
mrwastl
2011-05-31
added text effects (shadow, outline)
mrwastl
2011-05-16
object colours (fore/background) are now evaluated at run time; minor clean ↵
mrwastl
up in class cColor, class member cColor::color is no longer public
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