]> git.mxchange.org Git - simgear.git/history - simgear
A better fix for crash in the Effect System
[simgear.git] / simgear /
2014-09-27 Torsten DreyerA better fix for crash in the Effect System
2014-09-05 Torsten Dreyerfirst stab at UniformFactory
2014-09-05 Torsten DreyerRevert "Partial fix for crash in SGPropertyNode::fireVa...
2014-08-31 Thomas Geymayercanvas::Text: fix global StateSet and line start cursor...
2014-08-29 Torsten DreyerPartial fix for crash in SGPropertyNode::fireValueChanged
2014-08-27 Clément de l'HamaideRemove Textures.high logic
2014-08-25 Torsten DreyerCanvas: add stroke-linejoin handling for path elements
2014-08-25 Thomas Geymayercanvas::KeyboardEvent: C0/C1 control characters are...
2014-08-25 Thomas GeymayerCanvas: add method clearFocusElement.
2014-08-23 Thomas Geymayercanvas::Text: clean up and expose character/cursor...
2014-08-10 Stuart BuchananUse surface-lights effect for random tile lights.
2014-08-10 Thomas GeymayerCanvas: prepare for keypress events.
2014-08-10 Thomas GeymayerCanvas: fix element mouse hit detection with OSG 3...
2014-08-10 Stuart BuchananFix VS2010 lack of fminf
2014-08-09 Stuart BuchananNew materials.xml format
2014-08-09 bcoconniAdded some OSG headers for the correct evaluation of...
2014-08-09 Thomas GeymayerUpdate for OpenSceneGraph 3.3.2 API changes.
2014-08-07 Thomas GeymayerAdd simple keyboard event demo application.
2014-08-03 Thomas GeymayerMove canvas::AlignmentFlag to separate file.
2014-08-03 Christian SchmittFix lights appearing three times.
2014-08-03 Thomas Geymayercanvas::Layout: support for alignment.
2014-07-31 Thomas GeymayerLots of (mostly) doxygen fixes/cleanup.
2014-07-30 Thomas GeymayerCanvas: Support for preventDefault() on Events.
2014-07-30 Thomas GeymayerFallback for old Boost (also with UTF8-CPP library).
2014-07-29 Thomas GeymayerImprove (mostly Canvas event related) documentation.
2014-07-29 Thomas GeymayerCanvas: basic Keyboard event support (with input focus).
2014-07-27 Thomas GeymayerCanvas: warn for missing tff and png plugins.
2014-07-27 Thomas GeymayerCanvas: backdrop/stroke option for text (based on Gijs...
2014-07-22 Thomas GeymayerDoxygen: disable (not working) latex output and update...
2014-07-22 Thomas Geymayercanvas::Layout: support for contents margins.
2014-07-22 Thomas GeymayerMove overflow protected add helpers to math.
2014-07-21 Thomas Geymayercanvas::Layout: clear parent/canvas after calling onRemove.
2014-07-21 Thomas GeymayerHopefully final fix for old gcc...
2014-07-21 Thomas GeymayerOne more fix for old gcc.
2014-07-21 Thomas GeymayerTrying to make old gcc on Jenkins happy.
2014-07-20 Thomas Geymayercanvas::Layout: support for hiding items.
2014-07-20 Thomas Geymayercppbind: helper to call Nasal methods on NasalWidget.
2014-07-20 Thomas Geymayercanvas::NasalWidget: check for empty setGeometry callback.
2014-07-20 Thomas Geymayercppbind: fix Ghost casting/storage in polymorphic class...
2014-07-19 Thomas Geymayercanvas::Element: floating point scissor coordinates.
2014-07-17 Thomas Geymayercanvas::BoxLayout: fix parent ref on add/remove.
2014-07-16 Thomas Geymayercanvas::BoxLayout: set stretch factor by item.
2014-07-14 Thomas GeymayerNasal: require 0o as prefix for octal numbers.
2014-07-12 Thomas Geymayercanvas::Layout: keep user provided size hints.
2014-07-12 Thomas GeymayerSGTrackToAnimation: supress wrong warnings.
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-30 Thomas Geymayerpkg::Package: callback for installation start.
2014-06-30 Thomas Geymayerpkg: Remove Install from list after uninstall.
2014-06-30 Thomas GeymayerHTTPRequest/pkg::Install: do not replace callbacks.
2014-06-29 Thomas Geymayercanvas::Widget: pass ghost to onRemove handler
2014-06-28 Thomas Geymayercanvas::BoxLayout: fix hfw layouting (fix updating...
2014-06-26 Thomas Geymayerfix g++ 4.4: "warning: suggest parentheses around ...
2014-06-26 Thomas GeymayerSGPath: fix creating paths with permission checker.
2014-06-26 Thomas GeymayerNasal: fix parsing octal/hex numbers in strings as...
2014-06-23 Thomas Geymayernasal::Ghost: improve intrusive pointer storage and...
2014-06-22 Thomas GeymayerSGConditionRef typedef. No functional changes.
2014-06-21 Thomas GeymayerShivaVG: fix call to shCopyPixels.
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...
next