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

Changes

Summary

  1. Add JOGL_ALLALL profile for scripting, to use the <module>.all.jar (details)
  2. JAWT Windows Fix: Use the JAWT window handle entry [to return it] (details)
  3. Newt Display Fix: Use a FQN (type:name) to map displays, otherwise (details)
  4. Newt X11: Add focus in/out events; Request focus with mouse click (details)
  5. Newt Windows: More checks; Use SetWindowPos(.. SHOWWINDOW ..) to make it (details)
  6. Fix comments (details)
  7. Newt Window: sendEvent -> public; GLWindow must pass down sendEvent and (details)
  8. Newt: Add generic NativeWindow parenting, inclusive using an AWT (details)
  9. Fix junit test: Move quit WindowListener outside of class (details)
Commit 574a772703531da2854a566662af9c8b8f9770fe by Sven Gothel
Add JOGL_ALLALL profile for scripting, to use the <module>.all.jar bundles
Commit 6700db86ea0c14d8eee5b8a81ddd6e96b0832ea6 by Sven Gothel
JAWT Windows Fix: Use the JAWT window handle entry [to return it]
Commit 43c67c2e8875e3fd6a2e964b4120d6277815fed1 by Sven Gothel
Newt Display Fix: Use a FQN (type:name) to map displays, otherwise applications with mixed types, eg AWT and X11 could reuse the wrong display
Commit e637d918cf49b42101bff232b8f307fcf6428a71 by Sven Gothel
Newt X11: Add focus in/out events; Request focus with mouse click
Commit f16c4d23f0772c351bbb85de98046304ae6b8c6a by Sven Gothel
Newt Windows: More checks; Use SetWindowPos(.. SHOWWINDOW ..) to make it active
Commit ccc30b050b98d3ac19779e1dc2d0fcee68331863 by Sven Gothel
Newt Window: sendEvent -> public; GLWindow must pass down sendEvent and requestFocus calls
Commit 599bf2dea34e82e32a7b443900a0c24c92b96b80 by Sven Gothel
Newt: Add generic NativeWindow parenting, inclusive using an AWT Component as a parent
Commit b8b7a30dcfbee99c60f9f0abeb95a973cc1dcdd5 by Sven Gothel
Fix junit test: Move quit WindowListener outside of class