]> git.mxchange.org Git - simgear.git/history - simgear/canvas/elements
Fix #1783: repeated error message on console
[simgear.git] / simgear / canvas / elements /
2015-06-02 Thomas Geymayercanvas::Map: remove rotation matrix on removing HDG...
2015-04-20 Tim MooreMerge branch 'moore/osg-current' into next
2015-04-20 Tim MooreOff-by-one error in the OSG_VERSION_LESS_THAN macro
2015-04-19 Tim Moorechanges for OSG 3.3.4 and later
2015-02-26 Thomas Geymayercanvas::Map: Property to keep children aligned to given...
2014-08-31 Thomas Geymayercanvas::Text: fix global StateSet and line start cursor...
2014-08-25 Torsten DreyerCanvas: add stroke-linejoin handling for path elements
2014-08-25 Thomas GeymayerCanvas: add method clearFocusElement.
2014-08-23 Thomas Geymayercanvas::Text: clean up and expose character/cursor...
2014-08-10 Thomas GeymayerCanvas: fix element mouse hit detection with OSG 3...
2014-08-09 bcoconniAdded some OSG headers for the correct evaluation of...
2014-08-09 Thomas GeymayerUpdate for OpenSceneGraph 3.3.2 API changes.
2014-07-31 Thomas GeymayerLots of (mostly) doxygen fixes/cleanup.
2014-07-29 Thomas GeymayerImprove (mostly Canvas event related) documentation.
2014-07-29 Thomas GeymayerCanvas: basic Keyboard event support (with input focus).
2014-07-27 Thomas GeymayerCanvas: warn for missing tff and png plugins.
2014-07-27 Thomas GeymayerCanvas: backdrop/stroke option for text (based on Gijs...
2014-07-20 Thomas Geymayercanvas::Layout: support for hiding items.
2014-07-19 Thomas Geymayercanvas::Element: floating point scissor coordinates.
2014-07-01 Thomas Geymayercanvas::Element: fix cleanup (and hopefully crash)
2014-06-17 Thomas Geymayercanvas::Text: get maximum width (if displayed on a...
2014-06-15 Thomas Geymayercanvas::Element: check if element is valid.
2014-06-12 Thomas Geymayercanvas::Text: add heightForWidth method.
2014-06-08 Thomas Geymayercanvas::Image: allow aspect ratio preserving display.
2014-06-05 Thomas Geymayercanvas::Image: abort http requests if image is destroyed.
2014-06-05 Thomas GeymayerCanvas: fix transformation of clip rect.
2014-05-31 Thomas GeymayerCanvas: basic layouting system.
2014-05-29 Thomas GeymayerCanvas: allow dispatching events to Canavs itself
2014-05-28 Thomas GeymayerPropertyBasedElement: extend HTML5 (Canvas) data props...
2014-05-28 Thomas GeymayerUpdate doxgen config and some comments.
2014-05-28 Thomas Geymayercanvas::Element: setter/getter for HTML5 style data...
2014-05-27 Thomas Geymayercanvas: exclude data-* properties from triggering an...
2014-05-18 Thomas GeymayerCanvas: support for custom events and event dispatching.
2014-05-06 Thomas GeymayerCanvas: base Elements/Canvas on SGWeakReferenced.
2014-04-01 Thomas GeymayerCanvas::Path: also restore glBlendFunc.
2014-04-01 Thomas GeymayerCanvas::Path: reduce number of OpenGL state changes.
2014-03-31 Thomas GeymayerCanvas: do not write bounding box to property tree.
2014-03-23 Thomas GeymayerRevert "CanvasGroup: return empty bounding box without...
2014-03-20 Thomas GeymayerCanvasImage: rename 'file' to 'src'.
2014-03-20 Thomas GeymayerCanvasImage: improve fetching from http and add mime...
2014-03-19 Thomas GeymayerCanvas: Respect clipping while event handling.
2014-03-19 Thomas GeymayerCanvasGroup: return empty bounding box without children.
2014-03-18 Thomas GeymayerCanvasImage: support for http protocol.
2014-03-15 Thomas GeymayerCanvas: fix position for drag events and multiclick...
2014-02-22 Thomas GeymayerCanvas: Fix crash on hide/show after detaching element...
2014-02-18 Stuart BuchananOSG 3.2.0 compatibility and surface light effects.
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-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-11 Thomas GeymayerCanvas: allow also C++ callable entities as event callb...
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-12 Thomas GeymayerCanvas::Group: Print warning message if using expired...
2013-07-12 Thomas GeymayerFix render order of canvas elements
2013-07-04 Thomas GeymayerCanvas: Fix removing text elements.
2013-07-02 Thomas GeymayerCanvas: fix property inheritance.
2013-06-30 Thomas GeymayerRestore compatibility with stable OSG (3.0.1)
2013-06-29 Thomas GeymayerCanvas: Ignore hidden element on event traversal.
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-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-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 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-01-09 Thomas GeymayerCanvas: Provide sane default bounding box (For Image...
next