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

Changes

Summary

  1. Fix Bug 644: AWT GLCanvas and GLJPanel ignored their visibility state (details)
  2. Uni Tests AddRemove: Remove dead code .. (details)
  3. TestWindowClosingProtocol01AWT: More relaxed timing reducing false (details)
Commit 1cee0f1ac437de952c5cc15d5a23c8c5ddfdda8a by Sven Gothel
Fix Bug 644: AWT GLCanvas and GLJPanel ignored their visibility state

If !visible, GLCanvas and GLJPanel's paint* and display method shall not render
as the other GLAutoDrawable impl. do (GLWindow, SWT GLCanvas).
The file was modified src/jogl/classes/jogamp/opengl/FPSCounterImpl.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/awt/GLCanvas.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/AnimatorBase.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/awt/GLJPanel.java (diff)
The file was modified make/scripts/tests.sh (diff)
The file was addedsrc/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug664GLCanvasSetVisibleSwingAWT.java (diff)
Commit 87b5d10bc6d9025de410bcd23b8d33ccdb13901d by Sven Gothel
Uni Tests AddRemove: Remove dead code ..
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestAddRemove02GLWindowNewtCanvasAWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestAddRemove01GLCanvasSwingAWT.java (diff)
Commit 674004cd67105b27b63c7ac2f05738f21864bdc0 by Sven Gothel
TestWindowClosingProtocol01AWT: More relaxed timing reducing false positives
The file was modified src/test/com/jogamp/opengl/test/junit/newt/TestWindowClosingProtocol02NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/newt/TestWindowClosingProtocol01AWT.java (diff)
The file was modified make/scripts/tests.sh (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/newt/TestWindowClosingProtocol03NewtAWT.java (diff)