]> git.mxchange.org Git - simgear.git/history - simgear/canvas/Canvas.cxx
Canvas::Text: add line-height property.
[simgear.git] / simgear / canvas / Canvas.cxx
2013-07-12 Thomas GeymayerFix render order of canvas elements
2013-06-29 Thomas GeymayerCanvas: Ensure events are dispatched to canvas with...
2013-06-18 Thomas GeymayerCanvas: fix updating placements after non matching...
2013-06-08 Thomas GeymayerRestructure Canvas/PropertyBasedElement
2013-06-07 Thomas GeymayerCanvas: More helper functions and cleanup.
2013-06-03 Thomas GeymayerCanvas: clear event listeners on destroy
2013-06-02 Thomas GeymayerCanvas: set blend function for elements and prevent...
2013-06-02 Thomas GeymayerMore helper methods for Canvas and PropertyBasedElement.
2013-05-31 Thomas GeymayerCanvas: bug fixing and add some helpers.
2013-05-12 Thomas GeymayerCanvas: proper forwarding of dirty and visible flags...
2013-02-28 Thomas GeymayerODGauge/Canvas: add option "additive-blend" to use...
2013-02-06 Thomas GeymayerExpose reloading Canvas placements
2012-12-16 Thomas GeymayerCanvas: Remove old event handling code
2012-12-09 Thomas GeymayerCreate new FBO if Canvas render target size chanages
2012-12-08 Thomas GeymayerCanvas: MouseEvent now contains screen and client pos
2012-12-07 Thomas GeymayerCanvas: basic support for rectangular clipping (like...
2012-12-06 Thomas GeymayerImplement Canvas single/double/tripple click handling.
2012-12-02 Thomas GeymayerFirst working version of DOM like Canvas event handling
2012-11-27 Thomas GeymayerCanvas: Prepare for DOM Level 2 like event model.
2012-11-21 Thomas GeymayerAllow canvas::Placements to have own properties
2012-11-08 Thomas GeymayerCanvas cleanup and restructuring
2012-11-05 Thomas GeymayerMove parseColor to scene/util
2012-11-04 Thomas GeymayerRefactor Canvas and add some helpers.