]> git.mxchange.org Git - flightgear.git/history - src/Scripting
Nasal: expose missing Canvas::setLayout
[flightgear.git] / src / Scripting /
2014-06-26 Thomas GeymayerNasal: expose missing Canvas::setLayout
2014-06-26 Thomas GeymayerNasal: Limit SGPath::create_dir access rights to 0755
2014-06-22 Thomas GeymayerFix compiler warning (naRuntimeError does not return...)
2014-06-22 Thomas GeymayerNasal: expose SGCondition using nasal::Ghost and improv...
2014-06-20 Thomas GeymayerNasal: set CustomEvent::bubbles.
2014-06-18 Thomas GeymayerNasal: md5 is now in simgear.
2014-06-17 Thomas GeymayerNasal: expose md5 function.
2014-06-17 Thomas GeymayerNasal: expose canvas::Text::maxWidth.
2014-06-15 Thomas GeymayerNasalSys: process nasal::Ghost deletion queue.
2014-06-14 Thomas GeymayerNasal: expose canvas::Layout::clear()
2014-06-13 Thomas GeymayerExpose parse_markdown to Nasal.
2014-06-12 Thomas GeymayerNasal: expose canvas height-for-width layouting methods.
2014-06-11 Thomas GeymayerNasal: expose canvas::Layout item remove and get methods.
2014-06-10 Thomas GeymayerNasal: expose more methods to Nasal.
2014-06-08 Thomas GeymayerNasal: Expose BoxLayout methods for spacer and stretch.
2014-06-04 Thomas GeymayerNasal: expose vbox layout and allow setting item stretch.
2014-06-04 Thomas GeymayerUpdate includes (required by simgear changes)
2014-06-03 Thomas GeymayerUpdates for simgear nasal::Ghost changes.
2014-06-01 Thomas GeymayerCanvas: expose more methods to Nasal
2014-05-31 Thomas GeymayerCanvas: expose layouting to Nasal.
2014-05-29 Thomas GeymayerCanvas: store data inside canvas and elements.
2014-05-18 Thomas GeymayerCanvas: support for custom events and event dispatching.
2014-05-18 Thomas GeymayerNasalCanvas: Update for simgear changes.
2014-05-18 Thomas GeymayerNasalPositioned: Update for nasal::Ghost changes in...
2014-05-10 Thomas GeymayerScripting: expose flight history as aircraft.history()
2014-05-09 Thomas GeymayerCanvas: move Window class to simgear.
2014-04-15 James TurnerFix crash with Nasal bindings.
2014-04-04 Torsten DreyerMerge commit 'refs/merge-requests/1579' of git://gitori...
2014-04-04 Torsten DreyerMerge commit 'refs/merge-requests/1578' of git://gitori...
2014-04-04 Torsten DreyerMerge commit 'refs/merge-requests/1577' of git://gitori...
2014-03-31 Thomas GeymayerCanvas: update for new bounding box getters.
2014-03-18 Thomas GeymayerExpose HTTP client to Canvas.
2014-03-16 James TurnerClose dialogs on GUI shutdown
2014-03-12 Torsten DreyerNasalSys: arg is never null
2014-03-07 Thomas GeymayerCanvas.MouseEvent: fix specific modifier states (ctrl...
2014-03-05 Thomas GeymayerUpdate for SGPropertyNode changes.
2014-03-04 Thomas GeymayerCanvas.MouseEvent: expose button/modifier state.
2014-02-19 James Turnergetprop/setprop allows integer indices.
2014-02-07 Thomas GeymayerCanvas: also apply matrix of element to getTransformedB...
2014-01-28 Thomas GeymayerExpose SGPath::standardLocation to Nasal.
2013-12-18 Thomas GeymayerExpose SGPath to Nasal
2013-12-08 Thomas GeymayerScripting: clean up a bit and user more of cppbind.
2013-12-08 Thomas GeymayerAdd positioned.diff for fast difference calculations...
2013-12-07 Thomas GeymayerExpose SGPropertyNode::removeAllChildren() to Nasal.
2013-12-03 James TurnerReset: free nasal-module-listeners on shutdown.
2013-11-24 James TurnerReset: do re-init Ghost bindings.
2013-11-22 James TurnerNasal changes for reset
2013-11-16 James TurnerRefactor Cocoa helpers.
2013-11-14 bcoconniSynchronized FG with the removal of 'using std::*'...
2013-11-12 James TurnerReset: Nasal can be shutdown.
2013-11-10 Thomas GeymayerAllow disabling embedded nasal (load/unload scripts).
2013-11-09 James TurnerBug 1246, Nasal repeating timers fire immediately.
2013-11-07 James TurnerFurther tuning of arg->num conversion.
2013-11-07 James TurnerSimpler Nasal for leg constraints.
2013-11-06 James TurnerNasal: accept strings-containing-ints as
2013-11-01 Thomas GeymayerKeep ref_ptr in FGNasalModelData (should fix #1234)
2013-10-27 Thomas GeymayerHTTP: Rename urlretrieve/urlload to save/load.
2013-10-27 Thomas GeymayerExpose HTTP module to Nasal.
2013-10-23 Thomas GeymayerNasalCanvas: expose Element::getParent() to Nasal
2013-10-20 Thomas GeymayerMake build information readonly and clean up debug...
2013-10-18 Thomas GeymayerProvide debug information on thread safety of osg:...
2013-10-18 James TurnerValidate arg to Nasal airport.comms().
2013-10-17 Thomas GeymayerFGNasalModelData: also log path of model.
2013-10-17 Thomas GeymayerMore logging for FGNasalModelData.
2013-10-16 Thomas GeymayerNasalSys: do not print invalid elements for error backt...
2013-10-15 Thomas GeymayerUpdate/simplify for SimGear changes.
2013-10-14 Thomas GeymayerScripting: get rid of gcHash and use new SimGear/Nasal...
2013-10-11 Thomas GeymayerCanvas: update for SimGear changes.
2013-10-02 James TurnerMake positioned queries more defensive.
2013-10-02 James TurnerFix a crash with GPS dialog.
2013-09-28 James TurnerReduce amount of log output at level=debug.
2013-09-17 James TurnerSupport for multiple data dirs.
2013-08-19 Tom PaolettiPerformance optimization: empty() instead of size()>0
2013-07-24 Thomas GeymayerExpose canvas GUI "desktop" to Nasal.
2013-07-24 James TurnerAdditional checks, for waypoint role setting.
2013-07-15 Thomas GeymayerExpose String::ends_with to Nasal
2013-07-03 Thomas GeymayerCanvas Event: expose currentTarget to Nasal.
2013-06-28 James TurnerKill off some unnecessary log messages.
2013-06-06 Thomas GeymayerAdd window decoration support to Canvas GUI.
2013-06-03 Thomas GeymayerExpose canvas::Window ghost to Nasal.
2013-06-03 Thomas GeymayerSmall cleanup.
2013-04-14 Thomas GeymayerExtend Nasal property methods to support relative paths.
2013-04-09 James TurnerGPSs uses FlightPlans directly.
2013-04-01 Thomas GeymayerHelpers to clone SGModelData
2013-03-23 Thomas GeymayerExpose pose of scenery models to Nasal load/unload...
2013-03-21 Thomas GeymayerAllow placing canvas on scenery objects.
2013-03-20 James TurnerNasalTimerObject tweaks.
2013-03-19 James TurnerNasalPositioned-cppbind additions.
2013-03-17 Thomas GeymayerUpdate/simplify property interpolation to latest SimGea...
2013-03-16 Thomas GeymayerReplace SGInterpolator with new advanced interpolation...
2013-03-16 James TurnerA real Timer object in Nasal.
2013-03-06 Thomas GeymayerClean up/simplify NasalPositioned_cppbind
2013-03-06 Thomas GeymayerPort more airport/navaid methods to cppbind
2013-03-05 Thomas GeymayerParse geod/position and use it with new airportinfo.
2013-03-04 James TurnerMouseInput changes to support hover.
2013-03-04 Thomas GeymayerFinish porting airportinfo to cppbind
2013-03-04 Thomas GeymayerStart porting NasalPositioned to cppbind.
2013-03-04 Thomas GeymayerClean up/prepare for porting NasalPositioned to cppbind
2013-03-03 Thomas GeymayerNasalCanvas: clean up
2013-03-03 Thomas GeymayerUpdate for nasal::Ghost changes
next