mfranz
0b136fa66b
getChild(): add optional "create" flag (like in the c++ version)
2006-01-27 20:43:40 +00:00
mfranz
75877ebf43
... and don't keep. This causes nasty, mysterious bugs and has no advantages.
2005-10-23 16:13:53 +00:00
mfranz
cad193a1c4
add support for removeChildren(): takes one name as optional argument
...
and removes all children with this name; if no name is given, removes
all children (OK'ed by Andy)
2005-10-23 16:10:32 +00:00
andy
142854d3d1
Upgrade to Nasal 1.0 test candidate
2005-04-18 19:49:13 +00:00
ehofman
def25f39d5
gcc 4.0 fixes.
2004-12-18 11:59:33 +00:00
curt
2acdd02879
Clean up various compiler warnings that have crept into the code. This
...
by no means get's them all, but it's a start.
2004-04-01 15:27:53 +00:00
andy
2166dd70a8
Forgot to implment the Node.getChild(name, index) form of the function
2003-12-29 22:52:21 +00:00
andy
7edecf980e
Workaround for code generation bug in gcc-2.95.3
2003-12-16 05:39:04 +00:00
andy
0b3159ec0c
Add a new command, "dialog-new", allowing external code (e.g. Nasal
...
scripts) to create dialogs at runtime. Augment "dialog-close" to take
a name argument, allowing code other than PUI callbacks to close
dialogs.
The changes to the GUI directory to enable this are actually minor,
basically amounting to using SGPropertyNode_ptr reference counting
(the GUI subsystem no longer "controls" the dialog property trees, so
it can't delete them).
2003-12-08 02:05:10 +00:00
ehofman
79e48829da
Add Nasal Vs. 1.5
2003-12-01 14:35:49 +00:00