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

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)
  4. Unit Tests: Add listening to NEWTDemoListener* (Missed in prev. patch) (details)
  5. Bug 1211: Fix regression of GLMediaPlayerImpl caused by commit (details)
  6. FFMPEGDynamicLibraryBundleInfo.initSymbols(): Just return null instead (details)
  7. Unit Tests: NEWTDemoListener: Less verbose; GraphUI-Demos: Show DPI and (details)
  8. TestGearsES2*AWT / NewtDemoListener: Show pixel-scale in title bar. (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 modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/newt/parenting/NewtAWTReparentingKeyAdapter.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/util/applet/JOGLNewtAppletBase.java (diff)
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedsrc/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 modifiedsrc/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 modifiedsrc/newt/classes/jogamp/newt/WindowImpl.java (diff)
Commit 95e1db1adadbbab347304663bc4bd6fcad0d626d by Sven Gothel
Unit Tests: Add listening to NEWTDemoListener* (Missed in prev. patch)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestLandscapeES2NewtCanvasAWT.java (diff)
Commit a38a889150779c6c5f8da871a8df198912683e0b by Sven Gothel
Bug 1211: Fix regression of GLMediaPlayerImpl caused by commit
68c8e39fa8d6e700f0a99241c1a01a435b7f6284
GLMediaPlayerImpl.updateAttributes(..):
- always set state -> Initialized if it was Uninitialized,
   regardless whether we start StreamWorker.
  - No need to handle exceptions here, just throw/pass/propagate them,
   since called catches them and deals w/ 'em.
The file was modifiedsrc/jogl/classes/jogamp/opengl/util/av/GLMediaPlayerImpl.java (diff)
Commit 852faf012d8c6a93f65e0ebce87b3f70d8e2b6bf by Sven Gothel
FFMPEGDynamicLibraryBundleInfo.initSymbols(): Just return null instead
of throwing an exception, it is OK not to have ffmpeg/libav
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedmake/scripts/tests-win.bat (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGDynamicLibraryBundleInfo.java (diff)
Commit f2e1e9bb13679716148f45a66e99da0de114f4a1 by Sven Gothel
Unit Tests: NEWTDemoListener: Less verbose; GraphUI-Demos: Show DPI and
Pixel-Scale in GLEventListener.init(...)
The file was modifiedsrc/newt/classes/com/jogamp/newt/opengl/util/NEWTDemoListener.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/graph/demos/GPURendererListenerBase01.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/graph/demos/GPUUISceneNewtDemo.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/graph/demos/GPUUISceneNewtCanvasAWTDemo.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/graph/demos/GPUUISceneGLListener0A.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/graph/demos/GPUTextGLListener0A.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/graph/demos/GPUTextRendererListenerBase01.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/graph/demos/ui/MediaPlayerButton.java (diff)
Commit 6228d072a2129b22d259c37987775e596957789a by Sven Gothel
TestGearsES2*AWT / NewtDemoListener: Show pixel-scale in title bar.
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/awt/TestGearsES2AWT.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/opengl/util/NEWTDemoListener.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/awt/TestGearsES2GLJPanelAWT.java (diff)