]> git.mxchange.org Git - simgear.git/history - simgear/canvas/Canvas.cxx
CanvasImage: Fix border abs/rel calculations; add slice-width property
[simgear.git] / simgear / canvas / Canvas.cxx
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.