]> git.mxchange.org Git - simgear.git/shortlog
simgear.git
2013-09-23 James TurnerLibsvn / APR dependency is removed.
2013-09-20 James TurnerFix no-svn build (Win64 only at present)
2013-09-19 James TurnerAttempting to fix import/export linkage on Windows.
2013-09-19 James TurnerEven more forcing of include file names.
2013-09-19 James TurnerChange got lost in the move/rename, not good.
2013-09-19 James TurnerIntermediate static libs have issues.
2013-09-19 James TurnerMove bundled Expat to new home.
2013-09-19 James Turnerrand(), not random(), for Windows.
2013-09-18 James TurnerFix HTTP unit test.
2013-09-18 James TurnerFix missing include for non-Mac
2013-09-18 James TurnerPersistent SVN update cache.
2013-09-18 James TurnerHTTP Client improvements
2013-09-18 James TurnerKill legacy PPM support in screen-dump
2013-09-15 James TurnerPrintf format sanitising.
2013-09-14 James TurnerBah, tested on the wrong compiler, so missed a file.
2013-09-14 James TurnerPrefix GCC version constant.
2013-09-07 Thomas GeymayerRemove temporary file and add to .gitignore
2013-09-04 James TurnerRename MD5 code.
2013-09-04 James TurnerEnsure sglog() singleton is threadsafe.
2013-09-04 James TurnerTweak for 64-bit Linux linkage.
2013-08-29 James TurnerSG part of fix for TerraSync models.
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...
next