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

Changes

Summary

  1. Sync plugin3-public jar and source files (details)
  2. Add NativeWindowFactory.getLocationOnScreen(NativeWindow nw) to retrieve (details)
  3. NativeWindowFactory.createWrappedWindow [WrappedWindow]: Using (details)
  4. NewtFactory: Cleanup / createWindow(..) w/ parentWindow variant shall (details)
  5. Adapt to new plugin3 / Use browser window's location on screen for (details)
  6. applet3 test page: remove redundant 'Applet3' in link name (details)
Commit 7a1537c091b6205a3a25c4d6e8f09f32279160c8 by Sven Gothel
Sync plugin3-public jar and source files
The file was modifiedmake/lib/plugin3/plugin3-public-src.zip (diff)
The file was modifiedmake/lib/plugin3/plugin3-public.jar (diff)
Commit 6280428d85cdcbbc8b83b73111ccf20fe786564f by Sven Gothel
Add NativeWindowFactory.getLocationOnScreen(NativeWindow nw) to retrieve the NativeWindow location on screen
The file was modifiedsrc/nativewindow/classes/javax/media/nativewindow/NativeWindowFactory.java (diff)
Commit 103939990df5c74ddb813fb03b2dbf6c12d825f5 by Sven Gothel
NativeWindowFactory.createWrappedWindow [WrappedWindow]: Using UpstreamSurfaceHookMutableSizePos to take position into account; WrappedWindow: invalidate and destroy - display device could be opened.
The file was addedsrc/nativewindow/classes/com/jogamp/nativewindow/UpstreamSurfaceHookMutableSizePos.java (diff)
The file was modifiedsrc/nativewindow/classes/javax/media/nativewindow/NativeWindowFactory.java (diff)
The file was modifiedsrc/nativewindow/classes/jogamp/nativewindow/WrappedWindow.java (diff)
Commit d14d319a6c31003f5b07d51474ebfb71e77f8122 by Sven Gothel
NewtFactory: Cleanup / createWindow(..) w/ parentWindow variant shall fall back to top-level ctor if parentWindow is null
The file was modifiedsrc/newt/classes/com/jogamp/newt/NewtFactory.java (diff)
Commit bd79528f54cea5b20b1c22e7662c3e064be3f079 by Sven Gothel
Adapt to new plugin3 / Use browser window's location on screen for top-level window.
The file was modifiedsrc/newt/classes/com/jogamp/newt/util/applet/JOGLNewtApplet3Run.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/util/applet/VersionApplet3.java (diff)
Commit 44dd620f62c1970d6dd903ab144d90d6baa7d8ae by Sven Gothel
applet3 test page: remove redundant 'Applet3' in link name
The file was modifiedjnlp-files/jogl-test-applet3s.html (diff)