]> git.mxchange.org Git - simgear.git/history - simgear/props
Fix a typo breaking HTTP unit-test.
[simgear.git] / simgear / props /
2015-12-24 Erik HofmanRemove the dependency on boost for STANDALONE mode
2015-05-28 Torsten DreyerAmend previous patch also for PropertyObject<string>
2015-05-27 Torsten DreyerPropertyObject: enable creation of property
2014-07-31 Thomas GeymayerLots of (mostly) doxygen fixes/cleanup.
2014-07-29 Thomas GeymayerImprove (mostly Canvas event related) documentation.
2014-07-11 Thomas GeymayerSGPropertyNode: add InterpolationMgr getter.
2014-07-11 Thomas GeymayerDon't restore old canvasses on reset.
2014-07-01 Thomas Geymayercanvas::Element: fix cleanup (and hopefully crash)
2014-06-22 Thomas GeymayerSGConditionRef typedef. No functional changes.
2014-06-01 Thomas GeymayerCanvas: fix possible crash with destroyed canvasses
2014-05-31 Thomas GeymayerCanvas: basic layouting system.
2014-05-28 Thomas GeymayerPropertyBasedElement: extend HTML5 (Canvas) data props...
2014-05-28 Thomas Geymayercanvas::Element: setter/getter for HTML5 style data...
2014-05-06 Thomas GeymayerCanvas: base Elements/Canvas on SGWeakReferenced.
2014-03-11 James TurnerSimplify copyProperties
2014-03-05 Thomas GeymayerSGPropertyNode: do not keep list of deleted children.
2014-02-13 Thomas GeymayerWrite back additional attributes to PropertyList
2014-02-08 Thomas GeymayerMinor formatting...
2014-02-08 Thomas GeymayerPut unused attributes in the property tree while parsing.
2014-01-23 James TurnerRemove some debug log messages
2013-12-19 James TurnerSecurity: fix 0777 directory permissions to 0755.
2013-12-10 James TurnerReset: alternate property copying strategy.
2013-12-07 Thomas GeymayerSGPropertyNode: add removeAllChildren() method
2013-12-07 Thomas GeymayerCanvas: ensure all canvasses are destroyed
2013-12-06 James TurnerCanvas: clear elements in shutdown()
2013-11-24 bcoconniAdded more explicit error messages to the property...
2013-11-03 Thomas GeymayerSGPropertyNode: extract enum value with getValue
2013-10-21 James TurnerFix GPS activation on Windows.
2013-10-20 Thomas GeymayerAdd SGPropertyNode::setValueReadOnly.
2013-08-16 Tom PaolettiPerformance optimization: empty() instead of size()>0
2013-07-04 Thomas Geymayerinterpolate without values is used to abort interpolati...
2013-06-27 James Turnerstd::string namespace fixes.
2013-06-08 Thomas GeymayerRestructure Canvas/PropertyBasedElement
2013-06-02 Thomas GeymayerMore helper methods for Canvas and PropertyBasedElement.
2013-05-31 Thomas GeymayerCanvas: bug fixing and add some helpers.
2013-04-28 Thomas GeymayerMove and rework pow to math/SGMisc
2013-04-25 Thomas GeymayerRemove debug output (and shorten test names)
2013-03-17 Thomas GeymayerInterpolation system tweaking and add helpers to SGProp...
2013-03-16 Thomas GeymayerTweak interpolator and allow passing list of interpolat...
2013-03-16 Thomas GeymayerRemove unecessary dependency from libSimGearCore on...
2013-03-16 Thomas GeymayerFix headless build
2013-03-15 Thomas GeymayerNew interpolation/animation system.
2013-03-15 Thomas GeymayerCMake: Create list of libs for testing only once
2013-03-11 James TurnerCollect properties from expression/condition trees.
2013-03-06 Thomas GeymayerFix some warnings
2013-02-07 James TurnerFix property tests static linkage.
2013-02-07 Thomas GeymayerRemove debug output
2013-02-07 Thomas GeymayerFix PropertyObject bug and interface improvements.
2012-12-13 Thomas GeymayerRename simgear::Rect to SGRect and make interface more...
2012-12-12 Thomas GeymayerOverload Rect::contains and add compound assignment...
2012-11-29 Thomas GeymayerFix some compiler warnings. size_t/int/unsigned convers...
2012-11-23 ThorstenBChange logging class for tie/untie messages.
2012-11-21 Thomas GeymayerSGPropertyNode::fireCreatedRecursive: don't fire for...
2012-11-18 Thomas GeymayerGet Canvas/PropertyBasedElement by name
2012-11-08 Thomas GeymayerCanvas cleanup and restructuring
2012-11-07 Thomas GeymayerFix SGPropertyNode tests
2012-11-06 ThorstenBFix property find_last_child/addChild.
2012-11-04 Thomas GeymayerRefactor Canvas and add some helpers.
2012-10-29 Thomas GeymayerHelper for property controlled subsystems
2012-10-14 Thomas GeymayerAdd method SGPropertyNode::addChildren to create multip...
2012-10-13 Thomas GeymayerExtend addChild to allow using first unused index
2012-09-16 ThorstenBAdd convenience method for tiedPropertyLists
2012-09-16 James TurnerStandardise SimGear libraries, for static vs shared.
2012-08-03 Tim MooreMerge branch 'timoore/optimizations' into next
2012-08-03 Tim MooreMerge branch 'timoore/optimizations' into next
2012-07-30 James TurnerMake dependent template lookups explicit.
2012-07-07 ThorstenBSuppress unnecessary "failed alias" warnings
2012-05-05 Frederic BouvierRemove redundant inclusion of math/SGMath.hxx
2012-05-04 ThorstenBMove vector property templates to separate header file.
2012-05-04 ThorstenBGanael Laplanche: fix include dependencies for FreeBSD...
2012-04-05 ThorstenBError messages when installing property aliases fails.
2012-02-24 ThorstenBRevert "Try to fix MSVC template instantiation issue...
2012-02-24 ThorstenBTry to fix MSVC template instantiation issue with SGVec...
2012-02-15 Torsten DreyerDon't untie a property when loading from xml
2012-01-02 ThorstenBFix compiler warning / test issue.
2011-12-25 Torsten DreyerUse of copy-constructors
2011-12-19 Erik HofmanThrow a warning even is NDEBUG is defined
2011-11-28 James TurnerGet all the tests linking with shared-simgear, and...
2011-11-26 ThorstenBcmake: add option to disable building tests
2011-11-05 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-11-01 James TurnerRemove the remaining Makefiles from the code.
2011-10-30 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-10-30 James TurnerMake tiedpropertylist quieter.
2011-10-30 James TurnerEnhancements to property-object support, add a default...
2011-10-23 James TurnerFixes for headless mode.
2011-10-18 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-09-09 Stuart BuchananMerge branch 'next' of gitorious.org:fg/simgear into...
2011-09-09 James TurnerHopefully fix test compilation on MSVC 2008+CMake
2011-09-02 Torsten DreyerMerge commit 'refs/merge-requests/7' of git://gitorious...
2011-10-07 Martin SpottMerge branch 'next' of git.gitorious.org:fg/simgear...
2011-10-06 Torsten DreyerMerge commit 'refs/merge-requests/12' of git://gitoriou...
2011-10-03 ThorstenBAdd convenience class for change listener callbacks.
2011-09-09 Martin SpottMerge branch 'next' of git.gitorious.org:fg/simgear...
2011-08-29 Stuart BuchananMerge branch 'next' of gitorious.org:fg/simgear into...
2011-08-28 ThorstenBMerge commit 'refs/merge-requests/9' of git://gitorious...
2011-08-27 ThorstenBSupport absolute paths for XML includes.
2011-08-25 Stuart BuchananMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-08-24 Torsten DreyerImplement #327 Add condition checking the range of...
2011-07-30 James TurnerOoops, forgot automake
2011-07-30 James TurnerClean header dependencies of condition.hxx - introduce...
next