]> git.mxchange.org Git - simgear.git/history - simgear/canvas/elements/CanvasGroup.hxx
Canvas: Respect clipping while event handling.
[simgear.git] / simgear / canvas / elements / CanvasGroup.hxx
2013-07-20 Thomas GeymayerCanvas: Ensure all element types are initialized before...
2013-07-04 Thomas GeymayerCanvas: Fix removing text elements.
2013-07-02 Thomas GeymayerCanvas: fix property inheritance.
2013-06-11 Thomas GeymayerCanvasGroup: allow derived classes to provide more...
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 GeymayerMore helper methods for Canvas and PropertyBasedElement.
2013-04-19 Thomas GeymayerCanvas: rework style setter system.
2013-02-26 Thomas GeymayerCanvas: ensure z-index is updated on adding new child.
2012-12-06 Thomas GeymayerCanvas: Propagate style changes on groups to children
2012-12-04 Thomas GeymayerExtend Canvas to retrieve bounding box of groups
2012-11-29 Thomas GeymayerAdd method canvas::Group::getElementById
2012-11-27 Thomas GeymayerCanvas: Prepare for DOM Level 2 like event model.
2012-11-08 Thomas GeymayerCanvas cleanup and restructuring
2012-11-06 Thomas GeymayerClean up Canvas element creation
2012-11-04 Thomas GeymayerRefactor Canvas and add some helpers.