1
0
Fork 0
flightgear/src/Scripting
James Turner 070dba29f9 Close dialogs on GUI shutdown
- avoids orphaned dialogs on reset
- requires some guards in NasalSys since Nasal is shutdown first, but
  dialogs can have Nasal modules.
2014-03-16 22:52:55 +00:00
..
ClipboardCocoa.mm Refactor Cocoa helpers. 2013-11-16 10:58:17 +00:00
ClipboardFallback.cxx Basic clipboard access from Nasal. 2012-08-04 17:33:48 +02:00
ClipboardWindows.cxx Basic clipboard access from Nasal. 2012-08-04 17:33:48 +02:00
ClipboardX11.cxx Fix include and compiler warning 2012-11-04 23:03:06 +01:00
CMakeLists.txt Expose SGPath to Nasal 2013-12-18 10:30:19 +01:00
nasal-props.cxx Update for SGPropertyNode changes. 2014-03-06 00:41:41 +01:00
NasalCanvas.cxx Canvas.MouseEvent: fix specific modifier states (ctrl, alt,...) 2014-03-07 16:19:40 +01:00
NasalCanvas.hxx Scripting: get rid of gcHash and use new SimGear/Nasal functions. 2013-10-15 00:58:21 +02:00
NasalClipboard.cxx Scripting: clean up a bit and user more of cppbind. 2013-12-08 19:24:45 +01:00
NasalClipboard.hxx Scripting: clean up a bit and user more of cppbind. 2013-12-08 19:24:45 +01:00
NasalCondition.cxx Scripting: get rid of gcHash and use new SimGear/Nasal functions. 2013-10-15 00:58:21 +02:00
NasalCondition.hxx Scripting: get rid of gcHash and use new SimGear/Nasal functions. 2013-10-15 00:58:21 +02:00
NasalHTTP.cxx Reset: do re-init Ghost bindings. 2013-11-24 15:10:00 +00:00
NasalHTTP.hxx Expose HTTP module to Nasal. 2013-10-27 19:39:22 +01:00
NasalModelData.cxx Reset: do re-init Ghost bindings. 2013-11-24 15:10:00 +00:00
NasalModelData.hxx Keep ref_ptr in FGNasalModelData (should fix #1234) 2013-11-01 20:52:55 +01:00
NasalPositioned.cxx Nasal changes for reset 2013-11-22 22:52:33 +00:00
NasalPositioned.hxx Reset: Nasal can be shutdown. 2013-11-12 22:47:41 +00:00
NasalPositioned_cppbind.cxx Add positioned.diff for fast difference calculations on positioned lists. 2013-12-08 19:24:45 +01:00
NasalSGPath.cxx Expose SGPath::standardLocation to Nasal. 2014-01-28 01:08:06 +01:00
NasalSGPath.hxx Expose SGPath to Nasal 2013-12-18 10:30:19 +01:00
NasalString.cxx Scripting: get rid of gcHash and use new SimGear/Nasal functions. 2013-10-15 00:58:21 +02:00
NasalString.hxx Scripting: get rid of gcHash and use new SimGear/Nasal functions. 2013-10-15 00:58:21 +02:00
NasalSys.cxx Close dialogs on GUI shutdown 2014-03-16 22:52:55 +00:00
NasalSys.hxx Close dialogs on GUI shutdown 2014-03-16 22:52:55 +00:00
NasalSys_private.hxx Synchronized FG with the removal of 'using std::*' in simgear's easyxml 2013-11-14 22:07:50 +00:00