]> git.mxchange.org Git - simgear.git/history - simgear/canvas
canvas: BoxLayout shared pointer typedef.
[simgear.git] / simgear / canvas /
2013-02-06 Thomas GeymayerExpose reloading Canvas placements
2013-01-09 Thomas GeymayerCanvas: Provide sane default bounding box (For Image...
2013-01-04 Thomas GeymayerFix canvas mouse intersection test
2013-01-01 Thomas Geymayercanvas::Element: parse full 3x3 matrix
2012-12-16 Thomas GeymayerNasal cppbindings: automatic conversion of vec2 to...
2012-12-16 Thomas GeymayerCanvas: Remove old event handling code
2012-12-16 Thomas GeymayerCanvas: create mouseover/mouseout events
2012-12-13 Thomas GeymayerRename simgear::Rect to SGRect and make interface more...
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-07 Thomas GeymayerCanvas: Fix handling drag events and some cleanup.
2012-12-06 Thomas GeymayerImplement Canvas single/double/tripple click handling.
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-12-02 Thomas Geymayercanvas::Element: print warning instead of crash on...
2012-12-02 Thomas GeymayerFirst working version of DOM like Canvas event handling
2012-11-29 Thomas GeymayerAdd method canvas::Group::getElementById
2012-11-27 Thomas GeymayerSimplify/Make VS happy
2012-11-27 Thomas GeymayerCanvas: Prepare for DOM Level 2 like event model.
2012-11-21 Thomas GeymayerExtend CanvasSystemAdapter to provide access to Nasal...
2012-11-21 Thomas GeymayerAllow canvas::Placements to have own properties
2012-11-21 Thomas GeymayerSGPropertyNode::fireCreatedRecursive: don't fire for...
2012-11-18 Thomas GeymayerGet Canvas/PropertyBasedElement by name
2012-11-16 Thomas GeymayerNasal bindings: Always pass object by reference
2012-11-09 Thomas GeymayerWorkaround for VS10 Bug/Remove superfluous class qualif...
2012-11-08 Thomas GeymayerCanvas cleanup and restructuring
2012-11-06 Thomas GeymayerJenkins has some problems with bind and lambdas. Let...
2012-11-06 Thomas GeymayerClean up Canvas element creation
2012-11-05 Thomas GeymayerMove parseColor to scene/util
2012-11-05 Thomas GeymayerFix windows and headless build
2012-11-04 Thomas GeymayerInclude ShivaVG into libSimGearScene
2012-11-04 Thomas GeymayerCommited too fast...
2012-11-04 Thomas GeymayerRemove OpenVG dependency from header file
2012-11-04 Thomas GeymayerFix adding ShivaVG include directory
2012-11-04 Thomas GeymayerRefactor Canvas and add some helpers.
2012-10-31 Thomas GeymayerAdd VGInitOperation for initializing OpenVG
2012-10-29 Thomas GeymayerHelper for property controlled subsystems
2012-10-24 Thomas GeymayerLink with ShivaVG
2012-10-24 Thomas GeymayerShivaVG: Support for pseudo non-zero fillrule
2012-10-24 James TurnerFix a Clang warning in Shiva.
2012-10-24 Thomas GeymayerAdd missing glx.h include and fix some warnings.
2012-10-24 James TurnerFix OS-X compilation.
2012-10-24 Thomas GeymayerAllow filling paths and do some clean up/fixing.
2012-10-24 Thomas GeymayerAdd ShivaVG sources
2012-10-19 Thomas GeymayerMove FGODGauge from FlightGear to SimGear.