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

Changes

Summary

  1. NEWT Windows WindowDriver: Suppress LOCK_SURFACE_CHANGED, no semantics (details)
  2. Tests NEWTKeyAdapter: Fix log string (details)
  3. TestFocus0[12]SwingAWTRobot: Fix Java7 'changed behavior': Relax focus (details)
  4. NEWT: Don't invoke external keyboardFocusHandler for auto-repeat keys
    More change log history
    (details)
Commit 0cb4baed987223893d7f68e5f5cbb96987a39cf6 by Sven Gothel
NEWT Windows WindowDriver: Suppress LOCK_SURFACE_CHANGED, no semantics in GLDrawable on Windows.

FIXME: Validate against EGL surface creation: ANGLE uses HWND -> fine!
The file was modifiedsrc/newt/classes/jogamp/newt/driver/windows/WindowDriver.java (diff)
Commit 9a033994da76e9998ff20d875658b953e70bf664 by Sven Gothel
Tests NEWTKeyAdapter: Fix log string
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/util/NEWTKeyAdapter.java (diff)
Commit 45952a0fa4c30e9fcd49414581e4c81688c50e48 by Sven Gothel
TestFocus0[12]SwingAWTRobot: Fix Java7 'changed behavior': Relax focus traversal validation checks.

- Remove Frame lost detection
- Allow to have NEWT and it's NewtCanvasAWT claiming to have the focus
The file was modifiedmake/scripts/tests-win.bat (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/newt/TestFocus02SwingAWTRobot.java (diff)
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/newt/TestFocus01SwingAWTRobot.java (diff)
Commit 415f5c29ffae7cf5a26737da38e31cb84b652539 by Sven Gothel
NEWT: Don't invoke external keyboardFocusHandler for auto-repeat keys (NewtCanvasAWT, ..)

.. otherwise an auto repeated key would cause fast focus traversal, not intended.
The file was modifiedsrc/newt/classes/com/jogamp/newt/Window.java (diff)
The file was modifiedsrc/newt/classes/jogamp/newt/WindowImpl.java (diff)
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedmake/scripts/tests-win.bat (diff)