]> git.mxchange.org Git - simgear.git/history - simgear/canvas/Canvas.hxx
Canvas: Respect clipping while event handling.
[simgear.git] / simgear / canvas / Canvas.hxx
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-04 Thomas GeymayerReplace auto_ptr to prevent possible undefined behavior
2013-06-08 Thomas GeymayerRestructure Canvas/PropertyBasedElement
2013-06-03 Thomas GeymayerCanvas: clear event listeners on destroy
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-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-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-04 Thomas GeymayerRefactor Canvas and add some helpers.