]> git.mxchange.org Git - simgear.git/history - simgear/canvas/elements/CanvasText.cxx
Fix #1783: repeated error message on console
[simgear.git] / simgear / canvas / elements / CanvasText.cxx
2015-04-20 Tim MooreMerge branch 'moore/osg-current' into next
2015-04-20 Tim MooreOff-by-one error in the OSG_VERSION_LESS_THAN macro
2015-04-19 Tim Moorechanges for OSG 3.3.4 and later
2014-08-31 Thomas Geymayercanvas::Text: fix global StateSet and line start cursor...
2014-08-25 Thomas GeymayerCanvas: add method clearFocusElement.
2014-08-23 Thomas Geymayercanvas::Text: clean up and expose character/cursor...
2014-08-09 Thomas GeymayerUpdate for OpenSceneGraph 3.3.2 API changes.
2014-07-27 Thomas GeymayerCanvas: warn for missing tff and png plugins.
2014-07-27 Thomas GeymayerCanvas: backdrop/stroke option for text (based on Gijs...
2014-06-17 Thomas Geymayercanvas::Text: get maximum width (if displayed on a...
2014-06-12 Thomas Geymayercanvas::Text: add heightForWidth method.
2014-03-31 Thomas GeymayerCanvas: do not write bounding box to property tree.
2013-12-09 Thomas GeymayerCanvas: one global SystemAdapter is enough.
2013-07-20 Thomas GeymayerCanvas: Ensure all element types are initialized before...
2013-07-19 Thomas GeymayerCanvas::Text: add line-height property.
2013-07-12 Thomas GeymayerFix render order of canvas elements
2013-07-04 Thomas GeymayerCanvas: Fix removing text elements.
2013-06-30 Thomas GeymayerRestore compatibility with stable OSG (3.0.1)
2013-06-16 Thomas Geymayercanvas::Text: Make font resolution user configurable
2013-06-14 Thomas Geymayercanvas::Text: set font resolution to actual texel size.
2013-06-07 Thomas GeymayerCanvas: More helper functions and cleanup.
2013-05-31 Thomas GeymayerCanvas: bug fixing and add some helpers.
2013-04-19 Thomas GeymayerCanvas: rework style setter system.
2013-02-09 Thomas GeymayerFix CanvasText horizontal alignment.
2012-12-16 Thomas GeymayerNasal cppbindings: automatic conversion of vec2 to...
2012-11-27 Thomas GeymayerCanvas: Prepare for DOM Level 2 like event model.
2012-11-06 Thomas GeymayerClean up Canvas element creation
2012-11-05 Thomas GeymayerMove parseColor to scene/util
2012-11-04 Thomas GeymayerRefactor Canvas and add some helpers.