]> git.mxchange.org Git - simgear.git/shortlog
simgear.git
2013-08-17 Thomas GeymayerFix #1163
2013-08-16 Tom PaolettiPerformance optimization: empty() instead of size()>0
2013-07-29 James TurnerNo need to deal with OSG versions pre 3.0
2013-07-28 James TurnerHTTP SVN fixes, cap max update-report depth.
2013-07-28 James TurnerBetter reporting when an HTTP request fails.
2013-07-26 Thomas GeymayerCanvas: ensure render order equals order in property...
2013-07-23 James TurnerFix for #587, crash on break/continue.
2013-07-23 James TurnerInitialise token precedence rule.
2013-07-23 James TurnerBug 585, assignment to multiple l-values.
2013-07-23 James TurnerBug 737, crash parsing default args.
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-17 James TurnerBump version on development trunk.
2013-07-15 Thomas Geymayernasal::String: add ends_with method
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-06 Thomas GeymayerCSSBorder fix: width/height swapped
2013-07-04 Thomas Geymayerinterpolate without values is used to abort interpolati...
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-28 Torsten DreyerBump version number to 2.12.0
2013-06-27 James Turnerstd::string namespace fixes.
2013-06-26 Thomas GeymayerSet binding after color array (required by OSG 3.1.8)
2013-06-26 Alex RomosanEnsure compatibility with OSG 3.1.8.
2013-06-26 James TurnerFix crash when telnet or other protocols close.
2013-06-22 James TurnerXCode warning fixes.
2013-06-22 James TurnerFix a warning spotted by Emilian.
2013-06-22 James TurnerObject names for STG groups / nodes.
2013-06-22 James TurnerFix preview exclusion of sliders.
2013-06-22 James TurnerFix pick callbacks on scenery.
2013-06-20 Thomas GeymayerCanvas: Fix creating/forwarding of mouseenter/mouseleav...
2013-06-19 James TurnerWindows SGPath::desktop() impl
2013-06-19 James TurnerFix preprocessor boolean ops for MSVC
2013-06-19 James TurnerSVN client - prefix error constants.
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-12 Thomas GeymayerFix #1139
2013-06-12 James TurnerUse CoreServices, not Cocoa, for FSFindFolder
2013-06-11 Thomas GeymayerCanvasGroup: allow derived classes to provide more...
2013-06-11 Thomas GeymayerUse TEST_LIBS to include all libraries needed (on Mac)
2013-06-11 Thomas GeymayerUse global TEST_LIBS...
2013-06-11 Thomas GeymayerMissing library for Apple
2013-06-10 Thomas GeymayerSGPath: new helpers and static members for home and...
2013-06-10 Thomas Geymayerstrutils: move unescape and simplify starts_with/ends_with
2013-06-09 James TurnerFix HTTP tests build.
2013-06-09 James TurnerFix Linux build of SVN code.
2013-06-09 James TurnerOptionally, use internal code for SVN syncs.
2013-06-09 James TurnerSVN read-only client code using our HTTP engine.
2013-06-09 James TurnerEasyXML: expose attributes easier.
2013-06-09 James TurnerBase64 and hex helpers for strings
2013-06-09 James Turnersimgear::Dir helpers
2013-06-09 James TurnerHTTP engine tweaks for SVN support.
2013-06-08 Thomas GeymayerRestructure Canvas/PropertyBasedElement
2013-06-07 Thomas GeymayerCSSBorder: Do not return unitialized data.
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 GeymayerMake nasal::Ghost usable with weak_ptr
2013-06-02 Thomas GeymayerMore helper methods for Canvas and PropertyBasedElement.
2013-06-02 Thomas GeymayerMove BlendFunc parsing to separate file for easier...
2013-05-31 Thomas GeymayerSupport for parsing basic CSS color keywords.
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-19 Stuart BuchananUse square textures for trees, with shrunk UV coordinates.
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-10 Stuart BuchananAvoid UV bleeding issues on trees by using a strip...
2013-05-09 Thomas GeymayerUse simulation time for spin and timed animations
2013-05-09 Thomas GeymayerExtend SGPickCallback to allow passing more information...
2013-05-09 Thomas GeymayerAdd (optional) uv coordinates to SGPickCallback
2013-05-06 Thomas GeymayerPrevent timer endless loops
2013-05-01 Thomas GeymayerAllow adding a contition to locked-track animation
2013-05-01 Stuart BuchananReduce the height of tree UV coordinates to work around...
2013-04-28 Thomas GeymayerExtend locked-track animation to support a slave element.
2013-04-28 Thomas GeymayerMove and rework pow to math/SGMisc
2013-04-27 Thomas GeymayerWork around MSVC linker bug with classes derived from...
2013-04-26 Thomas GeymayerFix linker error for test
2013-04-25 Thomas GeymayerFix animation tests for low precision floating point
2013-04-25 Thomas GeymayerRemove debug output (and shorten test names)
next