]> git.mxchange.org Git - simgear.git/history - simgear/props
Canvas: improved clipping and new property clip-frame.
[simgear.git] / simgear / props /
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...
2011-07-21 Stuart BuchananMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-07-19 James TurnerTiny HTTP client layer on top of NetChat - and CTest...
2011-06-14 ThorstenBMelchior FRANZ: fix SGPropertyNode::LAST_USED_ATTRIBUTE
2011-06-12 ThorstenBIntroduce "PRESERVE" flag to protect properties on...
2011-06-12 ThorstenBAdd optional attribute condition to "copyProperties".
2011-03-23 ThorstenBKeep PropertyList outside global namespace
2011-03-07 ThorstenBCatch dangling property ties.
2011-03-04 ThorstenBMerge remote branch 'origin/releases/2.2.0' into next
2011-02-19 ThorstenBMerge remote branch 'origin/releases/2.2.0' into next
2011-02-17 Tim MooreMerge branch 'releases/2.2.0' into next
2011-02-16 Tim MooreMerge branch 'releases/2.2.0' into next
2011-02-15 Tim MooreMerge branch 'releases/2.2.0' into next
2011-02-14 Torsten DreyerProvide easy Tie() for indexed properties
2011-02-12 Torsten DreyerFix initial value for tied read-only properties
2011-02-06 Torsten DreyerUse tiedpropertylist.hxx in cmake and vc90
2011-02-06 Torsten DreyerMove TiedPropertyList from flightgear to simgear
2010-12-19 James TurnerInitial work on CMake support for SimGear.
2010-11-20 Frederic BouvierCompile PropertyObject under Windows
2010-11-20 James TurnerPropertyObject ::create tests.
2010-11-20 James TurnerShrink PropertyObjectBase by a pointer, don't pull...
2010-11-20 James TurnerPropertyObject enhancements, unit-test for make check
2010-11-18 James TurnerMerge branch 'topics/propobj' into next
2010-11-18 James TurnerInitial propertyObject work.
2010-11-17 Tim Mooreeliminate property node path cache
2010-11-14 ThorstenBremove old .cvsignore files
2010-11-07 Frederic BouvierDon't crash on exit
next