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

Changes

Summary

  1. Bug 1211: Refine NEWTDemoListener, JOGLNewtAppletBase (details)
  2. Fix NEWT DisplayImpl.createPointerIcon: Pass through Exceptions, as (details)
  3. NEWT Window Maximize: re-gain focus after maximize action (maybe lost (details)
Commit 60e906330feaac485dfea60734573703a3973e36 by Sven Gothel
Bug 1211: Refine NEWTDemoListener, JOGLNewtAppletBase
- NEWTDemoListener.createPointerIcons(..)
- Use Display instance
- Simplify PointerIcon creation using a list,
   skipping all non-found resources.
- JOGLNewtAppletBase
- Bring back reparent action via key 'r'
- Drop redundant PointerIcon, using NEWTDemoListener
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/newt/parenting/NewtAWTReparentingKeyAdapter.java (diff)
The file was modified make/scripts/tests.sh (diff)
The file was modified src/newt/classes/com/jogamp/newt/util/applet/JOGLNewtAppletBase.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/opengl/util/NEWTDemoListener.java (diff)
Commit 713c3c3fa953d8561ebc6a52cfee7eadde661bf1 by Sven Gothel
Fix NEWT DisplayImpl.createPointerIcon: Pass through Exceptions, as
required by API doc.
The file was modified src/newt/classes/jogamp/newt/DisplayImpl.java (diff)
Commit 03909cb24ab6f5648e7fc6e696024ca460b37070 by Sven Gothel
NEWT Window Maximize: re-gain focus after maximize action (maybe lost
on platforms, i.e. OSX)
The file was modified src/newt/classes/jogamp/newt/WindowImpl.java (diff)