]> git.mxchange.org Git - simgear.git/history - simgear/canvas/Canvas.cxx
canvas::Layout: clear parent/canvas after calling onRemove.
[simgear.git] / simgear / canvas / Canvas.cxx
2014-06-01 Thomas GeymayerCanvas: trigger immediate update from property tree...
2014-05-31 Thomas GeymayerCanvas: basic layouting system.
2014-05-29 Thomas GeymayerCanvas: allow dispatching events to Canavs itself
2014-05-27 Thomas Geymayercanvas: exclude data-* properties from triggering an...
2014-05-18 Thomas GeymayerCanvas: support for custom events and event dispatching.
2014-05-06 Thomas GeymayerCanvas: base Elements/Canvas on SGWeakReferenced.
2014-03-31 Thomas GeymayerCanvas: do not write bounding box to property tree.
2014-03-15 Thomas GeymayerCanvas: fix position for drag events and multiclick...
2013-12-09 Thomas GeymayerCanvas: one global SystemAdapter is enough.
2013-12-07 Thomas GeymayerCanvas: ensure all canvasses are destroyed
2013-11-24 Thomas GeymayerCanvas: allow removing placement factories.
2013-10-15 Thomas GeymayerCanvas: simplify code by using new nasal function conve...
2013-10-11 Thomas GeymayerCanvas: allow also C++ callable entities as event callb...
2013-07-26 Thomas GeymayerCanvas: ensure render order equals order in property...
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.