]> git.mxchange.org Git - simgear.git/history - simgear/canvas
Add unit-testing for SGBucket
[simgear.git] / simgear / canvas /
2014-02-07 Thomas GeymayerCanvas: Fix bounding box calculation for paths with...
2014-02-06 Thomas GeymayerCanvas::Element: expose combined transformation matrix
2014-01-09 Thomas GeymayerCanvasMap: Expose property screen-range.
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-11-10 Thomas GeymayerCanvasElement: ensure parent pointer can not become...
2013-11-04 Thomas GeymayerMake new gcc happy (include cmath)
2013-11-03 Thomas GeymayerCanvas: improved clipping and new property clip-frame.
2013-10-23 Thomas Geymayercanvas::Element: add getter for parent element.
2013-10-15 Thomas GeymayerCanvas: simplify code by using new nasal function conve...
2013-10-14 Thomas GeymayerCanvas: use new naGCSave/naGCRelease functions.
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-20 Thomas GeymayerCanvas: Ensure all element types are initialized before...
2013-07-19 Thomas GeymayerCanvas::Text: add line-height property.
2013-07-19 Thomas GeymayerCanvas: clip region rounding and catch negative size.
2013-07-18 Thomas GeymayerCanvas: don't crash with invalid clip rect
2013-07-18 Thomas Geymayercanvas::Element: Fix bounding box calculation of groups
2013-07-13 Thomas GeymayerFix inverted checks...
2013-07-13 Thomas GeymayerFix for OSG without OSG_INIT_SINGLETON_PROXY
2013-07-12 Thomas GeymayerCanvas::Group: Print warning message if using expired...
2013-07-12 Thomas GeymayerFix render order of canvas elements
2013-07-04 Thomas GeymayerReplace auto_ptr to prevent possible undefined behavior
2013-07-04 Thomas GeymayerCanvas: Fix removing text elements.
2013-07-03 Thomas GeymayerCanvas Event System: add missing currentTarget field.
2013-07-02 Thomas GeymayerCanvas: fix property inheritance.
2013-06-30 Thomas GeymayerCanvas: prevent bubbling of mouseenter and mouseleave.
2013-06-30 Thomas GeymayerRestore compatibility with stable OSG (3.0.1)
2013-06-29 Thomas GeymayerCanvas: clear mousedown/click if mouse leaves canvas.
2013-06-29 Thomas GeymayerCanvas: Improve checks to mark events as handled.
2013-06-29 Thomas GeymayerCanvas: Ensure events are dispatched to canvas with...
2013-06-29 Thomas GeymayerCanvas: Ignore hidden element on event traversal.
2013-06-29 Thomas GeymayerCanvas: fix distance check for click events.
2013-06-29 Thomas GeymayerCanvas: trigger missing events on mouseup.
2013-06-26 Thomas GeymayerSet binding after color array (required by OSG 3.1.8)
2013-06-20 Thomas GeymayerCanvas: Fix creating/forwarding of mouseenter/mouseleav...
2013-06-18 Thomas GeymayerCanvas: fix updating placements after non matching...
2013-06-16 Thomas Geymayercanvas::Text: Make font resolution user configurable
2013-06-14 Thomas Geymayercanvas::Text: set font resolution to actual texel size.
2013-06-14 Thomas GeymayerCanvasGroup: Do not try to remove already removed children.
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-07 Thomas GeymayerCanvasGroup: Fix handling z-index while moving child...
2013-06-06 Thomas GeymayerHelper functions for SGRect and canvas::Element
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 Image: fix updating while showing nested canvas.
2013-05-31 Thomas GeymayerCanvas: add chainable helpers to Path for adding segments.
2013-05-31 Thomas GeymayerCanvas: separate CSSBorder parsing from image.
2013-05-31 Thomas GeymayerCanvas: bug fixing and add some helpers.
2013-05-12 Thomas GeymayerCanvas: Add local_pos to mouse event and fix transforma...
2013-05-12 Thomas GeymayerCanvas: proper forwarding of dirty and visible flags...
2013-05-09 Thomas GeymayerExtend SGPickCallback to allow passing more information...
2013-04-19 Thomas GeymayerCanvas: rework style setter system.
2013-04-15 Thomas GeymayerCanvaImage: Enable texture repeat for images
2013-03-20 Thomas GeymayerFix uninitialized member.
2013-03-11 Thomas GeymayerEnsure canvas is updated before displaying image contai...
2013-02-28 Thomas GeymayerFix boolean conversion
2013-02-28 Thomas GeymayerODGauge/Canvas: add option "additive-blend" to use...
2013-02-28 Thomas GeymayerCanvasImage: Fix border abs/rel calculations; add slice...
2013-02-26 Thomas GeymayerCanvas: ensure z-index is updated on adding new child.
2013-02-24 Thomas GeymayerUpdate bounding box if calling update() on canvas elements
2013-02-24 Thomas GeymayerSupport image slice/scale-9 for CanvasImage.
2013-02-15 Thomas GeymayerCanvasImage: Use image/canvas size rather than texture...
2013-02-14 Thomas GeymayerCanvasImage: Use normalized coordinates by default.
2013-02-13 Thomas GeymayerExpose whether CanvasElement is visible
2013-02-09 Thomas GeymayerFix CanvasText horizontal alignment.
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
next