diff options
author | Sven Gothel <[email protected]> | 2010-09-15 05:32:04 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-09-15 05:32:04 +0200 |
commit | 1ceebc122739b8a59b1bc099bc33ea880c837da9 (patch) | |
tree | 0824c99deef57893a078e7a90ac70eb92c83786c /make/scripts/java-run-all.sh | |
parent | 2496959ec796252cef624e374b2a7ffeadfb5cc9 (diff) |
NEWT: Changed Lifecycle of Display/Screen (part 2)
Window Reparenting (unification):
On the fly Display/Screen creation resides in NewtFactory.
Reparenting logic within Window.
Handles all reparenting cases now:
ACTION_NONE, ACTION_SOFT_REPARENTING,
ACTION_NATIVE_REPARENTING, ACTION_NATIVE_CREATION
- out.println -> err.println
++++
- Bumbed windows bat scripts to 1.6.0_21 and ant 1.8.1
- Debug: /RecursiveToolkitLock.java TO is 300s for now, while not finished.
-
+++
Needs more testing. Deadlocks: AWT/NEWT parenting.
Diffstat (limited to 'make/scripts/java-run-all.sh')
-rwxr-xr-x | make/scripts/java-run-all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/java-run-all.sh b/make/scripts/java-run-all.sh index 0d7e5b21d..3728ee2e4 100755 --- a/make/scripts/java-run-all.sh +++ b/make/scripts/java-run-all.sh @@ -46,7 +46,7 @@ uname -a | grep -i Darwin && MOSX=1 # D_ARGS="-Dnewt.debug=all" # D_ARGS="-Dnewt.debug.Window" # D_ARGS="-Dnewt.debug.Display" -# D_ARGS="-Dnewt.debug.Window -Dnewt.debug.Display" +D_ARGS="-Dnewt.debug.Window -Dnewt.debug.Display" # D_ARGS="-Dnewt.debug.Window -Dnewt.debug.TestEDTMainThread" # D_ARGS="-Dnewt.debug.TestEDTMainThread" # D_ARGS="-Djogl.debug=all -Djogl.debug.DynamicLookup=true -Djogamp.debug.NativeLibrary=true" |