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

Changes

Summary

  1. Bug 741 HiDPI: Fix OSX NEWT Offscreen Size Regression from commit (details)
  2. Bug 741 HiDPI: Add missing window -> pixel unit conversion in (details)
  3. GraphUI: Fix label layout (absolute), add auto no-aa dpi threshold (200 (details)
  4. Bug 741 HiDPI: Fix missing window -> pixel unit conversion in (details)
Commit fcd59768d776e202d3b03b7a9fee2aac69b3b663 by Sven Gothel
Bug 741 HiDPI: Fix OSX NEWT Offscreen Size Regression from commit 56d60b36798fa8dae48bf2aa5e2de6f3178ab0d1

Fix regression of commit 56d60b36798fa8dae48bf2aa5e2de6f3178ab0d1:
  createWindow(..) was issuing sizeChanged(..) to ensure size notification,
  however - the offscreen case used the dummy size 64x64.

  Fix issues the notifications in caller w/ true size.
The file was modifiedsrc/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java (diff)
Commit 8b255eb303bba045b4eb087da1d1cb33b2e89e96 by Sven Gothel
Bug 741 HiDPI: Add missing window -> pixel unit conversion in AWTNewtEventFactory (e.g. for NewtCanvasAWT)
The file was modifiedsrc/newt/classes/jogamp/newt/awt/event/AWTNewtEventFactory.java (diff)
The file was modifiedmake/scripts/tests.sh (diff)
Commit c142f237d171e1cd16918a2f897447444a709b56 by Sven Gothel
GraphUI: Fix label layout (absolute), add auto no-aa dpi threshold (200 dpi), add all modes to applet test-page
The file was modifiedjnlp-files/jogl-test-applets.html (diff)
The file was addedjnlp-files/jogl-applet-runner-newt-GraphUISceneDemo04-napplet.html (diff)
The file was modifiedjnlp-files/jogl-applet-runner-newt-GraphUISceneDemo01-napplet.html (diff)
The file was addedsrc/test/com/jogamp/opengl/test/junit/graph/demos/GPUUISceneNewtCanvasAWTDemo.java (diff)
The file was modifiedjnlp-files/jogl-applet-runner-newt-GraphUISceneDemo02-napplet.html (diff)
The file was addedsrc/test/com/jogamp/opengl/test/junit/graph/demos/GPUUISceneGLListener04.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/graph/demos/GPUUISceneNewtDemo.java (diff)
The file was modifiedjnlp-files/jogl-applet-runner-newt-GraphUISceneDemo03-napplet.html (diff)
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/graph/demos/GPUUISceneGLListener0A.java (diff)
Commit f9ce025372b0b1cb9b8db78a0d4294861172bc1e by Sven Gothel
Bug 741 HiDPI: Fix missing window -> pixel unit conversion in AWTNewtEventFactory of commit 8b255eb303bba045b4eb087da1d1cb33b2e89e96
The file was modifiedsrc/newt/classes/jogamp/newt/awt/event/AWTNewtEventFactory.java (diff)