]> git.mxchange.org Git - simgear.git/shortlog
simgear.git
2014-06-21 Thomas GeymayerShivaVG: check for zero before dividing.
2014-06-20 Thomas GeymayerNasal: better error message for non-numeric string.
2014-06-19 Thomas Geymayercanvas::CustomEvent: init bubbles member.
2014-06-18 Thomas GeymayerUse Boost.Test for strutils_test and add some md5/hex...
2014-06-18 Thomas GeymayerKeep md5 inside simgear and use single encodeHex implem...
2014-06-17 Thomas GeymayerExpose md5.h to flightgear for. Will need a better...
2014-06-17 Thomas GeymayerNasal: support for standard bitwise operators.
2014-06-17 Thomas Geymayercanvas::Text: get maximum width (if displayed on a...
2014-06-16 Thomas Geymayercanvas::NasalWidget: ensure nasal part is destroyed
2014-06-15 James TurnerPackage: support for variants
2014-06-15 Thomas Geymayercppbind: queue Ghosts for deletion and delete outside gc.
2014-06-15 Thomas Geymayercanvas::Element: check if element is valid.
2014-06-15 Thomas Geymayercanvas::Layout: proper cleanup/update on removing items.
2014-06-15 Thomas Geymayerpkg: allow 'installed' as filter criterion.
2014-06-14 Thomas Geymayercanvas::Layout: add clear method to remove all items.
2014-06-13 Thomas GeymayerSimple Markdown parser.
2014-06-12 Thomas Geymayercanvas::Text: add heightForWidth method.
2014-06-12 Thomas Geymayercanvas::Layout: support height-for-width layouting.
2014-06-12 Thomas GeymayerPackage: fix property type (description)
2014-06-12 Thomas Geymayerpkg: Fix recursion in Install destructor.
2014-06-12 James TurnerPackage: expose file size property.
2014-06-12 James TurnerPkg: record live installs in Catalog.
2014-06-12 James TurnerPkg: qualified ID accessor.
2014-06-11 Thomas Geymayercanvas::Layout: remove/get child items.
2014-06-11 Thomas GeymayerPackage: fix detection of unknown filter term.
2014-06-10 Thomas GeymayerUse Boost.Test to test utf8tolatin1 - others to be...
2014-06-10 Thomas Geymayerpkg: Support for install callbacks and fix memory corru...
2014-06-10 James TurnerPackage::existingInstall helper.
2014-06-10 Rebecca Palmerutf8ToLatin1: add test
2014-06-10 Rebecca Palmerutf8ToLatin1: return original instead of crashing on...
2014-06-10 Thomas Geymayercppbind: expose SGRect as [x, y, w, h]
2014-06-09 Thomas GeymayerPackage: use correct tag for download url.
2014-06-08 Thomas Geymayercanvas::BoxLayout: add custom additional whitespace...
2014-06-08 Thomas Geymayercanvas::Image: allow aspect ratio preserving display.
2014-06-07 Rebecca PalmerDowngrade "Please decompress this texture for increased...
2014-06-07 Rebecca PalmerFix over-read error in the test suite
2014-06-05 Thomas Geymayercanvas::Image: abort http requests if image is destroyed.
2014-06-05 Thomas GeymayerCanvas: fix transformation of clip rect.
2014-06-04 Thomas Geymayercanvas: BoxLayout shared pointer typedef.
2014-06-04 Thomas GeymayerCatalog: add method to get all packages in a catalog.
2014-06-04 Thomas Geymayercppbind::Ghost: improve compiler error message for...
2014-06-04 Thomas GeymayerThis has to work on windows now^^
2014-06-04 Thomas GeymayerHopefully fixing windows build.
2014-06-04 Thomas GeymayerNow the real fix for old compilers...
2014-06-04 Thomas GeymayerFix headless build and reduce include dependencies.
2014-06-04 Thomas GeymayerTrying to fix problems retrieving static member address...
2014-06-03 Thomas GeymayerFix for old versions of Boost.
2014-06-03 Thomas Geymayercppbind::Ghost: safely use strong and weak references.
2014-06-02 Thomas GeymayerSGSharedPtr: add constructor to convert from SGWeakPtr.
2014-06-01 James TurnerPackage::match case-insensitive string comparison
2014-06-01 James TurnerSubstring search of package name/description.
2014-06-01 Thomas GeymayerMissing return statement
2014-06-01 Thomas GeymayerFix wrong include guard (identified by clang)
2014-06-01 Thomas GeymayerCanvas/Layout: tweak the way elements are exposed to...
2014-06-01 Thomas GeymayerCanvas: fix possible crash with destroyed canvasses
2014-06-01 Thomas GeymayerCanvas: trigger immediate update from property tree...
2014-05-31 James TurnerAdd installedPackages() to Catalog.
2014-05-31 James TurnerUpdate package classes ownership model.
2014-05-31 Thomas GeymayerCanvas: basic layouting system.
2014-05-30 Thomas GeymayerSky dome: remove unused variables/code.
2014-05-30 Thomas Geymayercppbind: use Hash iterators to extract simgear::Map
2014-05-30 Thomas GeymayerFix for clang/template dependent name lookup.
2014-05-29 Thomas GeymayerCanvas: allow dispatching events to Canavs itself
2014-05-29 Thomas Geymayercppbind: some new methods and safer type check.
2014-05-29 Thomas Geymayernasal::Hash: add iterators.
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-27 Thomas GeymayerShivaVG: get rid of glu dependency.
2014-05-27 James TurnerFix bad Nasal parse of ‘foo[]’.
2014-05-18 Thomas GeymayerCanvas: support for custom events and event dispatching.
2014-05-18 Thomas Geymayercppbind.Ghost: more member overloads.
2014-05-18 Thomas GeymayerEnable dynamic linking on Mac for Boost.Test
2014-05-18 Thomas Geymayercppbind.Ghost: clean up a bit
2014-05-18 Thomas Geymayercppbind: convert maps from nasal.
2014-05-18 Thomas Geymayercppbind.Ghost: register _get called on retrieving unset...
2014-05-10 Thomas Geymayercppbind: from_nasal/to_nasal for SGWeakReferenced based...
2014-05-09 Thomas GeymayerCanvas: move window from flightgear.
2014-05-09 Thomas GeymayerSGWeakReferenced: fix for clang.
2014-05-08 Thomas GeymayerFix for CMake 2.6
2014-05-08 Thomas GeymayerAdd smart pointer tests (finally using Boost.Test)
2014-05-07 Thomas GeymayerFix use count for deleted, reference counted objects.
2014-05-07 Thomas GeymayerAdd support for using SGWeakPtr with virtual base classes.
2014-05-06 Thomas GeymayerCanvas: base Elements/Canvas on SGWeakReferenced.
2014-05-06 Thomas Geymayercppbind: add naContext/naRef overload to Ghost::_set
2014-05-06 Thomas GeymayerSGSharedPtr/SGWeakPtr: add some methods/operators
2014-05-05 Thomas Geymayercppbind: small logging/warning updates.
2014-05-05 Thomas Geymayercppbind.Ghost: register _set called on setting new...
2014-05-05 Thomas Geymayercppbind: disable special handling of 'parents' for...
2014-05-05 Thomas GeymayerNasal: allow ghost as 'me' for 'call'
2014-04-16 Peter Sadrozinskifix for sgGetBuckets. Northern most buckets in the...
2014-04-15 Thomas Geymayermath/nasal: Add more SGRect members and nasal helper.
2014-04-06 Peter Sadrozinskifix windows build
2014-04-05 Peter Sadrozinski- secondary tc and vertex attribs in .btg file
2014-04-03 James TurnerFixed for FreeBSD
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 Geymayercppbind: fix testing for naRef identity.
2014-03-31 Thomas GeymayerCanvas: do not write bounding box to property tree.
next