Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Unstable

Changes

Summary

  1. AWTWindowClosingProtocol: Hold Window reference impl. is listening to to (details)
  2. JOGLNewtAppletBase's windowDestroyNotify(): Double check 'awtParent' (details)
  3. JOGLNewtApplet1Run: Perform AWT Operations on AWT-EDT ; Remove redundant (details)
  4. JOGLNewtAppletBase's add/remove 'reparentHome WindowListener' at (details)
  5. Workaround Bug 910 (IcedTea-Web): NewtCanvasAWT shall postpone (details)
Commit 87fa56ba6f88b3f87199c70324b919dc4ae4e6cf by Sven Gothel
AWTWindowClosingProtocol: Hold Window reference impl. is listening to to properly removeClosingListener() (and replace boolean state)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/awt/AWTWindowClosingProtocol.java (diff)
Commit 42f56dea3dc31de8049186825e18dc4b4767827e by Sven Gothel
JOGLNewtAppletBase's windowDestroyNotify(): Double check 'awtParent' before reparenting 'back to parent'
The file was modified src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtAppletBase.java (diff)
Commit 832a69834200f34a44d72639bfd47e73c72d2b42 by Sven Gothel
JOGLNewtApplet1Run: Perform AWT Operations on AWT-EDT ; Remove redundant explicit call to reparentWindow(null) @ destroy
The file was modified src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtApplet1Run.java (diff)
Commit fa1d211c9658ce209f411e559333da0e2fccd402 by Sven Gothel
JOGLNewtAppletBase's add/remove 'reparentHome WindowListener' at start()/stop()
The file was modified src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtAppletBase.java (diff)
Commit 0c3709ba4ba2dd4ba7bb2e7f0783fba346e090e1 by Sven Gothel
Workaround Bug 910 (IcedTea-Web): NewtCanvasAWT shall postpone JAWTWindow destruction if removeNotify() is called from non AWT-EDT
The file was modified src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java (diff)