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

Changes

Summary

  1. NEWT Window: Add API Doc for Custom Window Icons (details)
  2. NativeWindowFactory: Add Support for creating a platform agnostic (details)
  3. NewtFactory: Fix createWindow(..) ctor w/ given native window handle (details)
  4. NEWT: Add Support for AWT-Less Applet3 (details)
  5. Add Applet3 test html pages (details)
Commit 5a661f4736c6d2e42b7114004a4dcbca3fe3f7a2 by Sven Gothel
NEWT Window: Add API Doc for Custom Window Icons
The file was modifiedsrc/newt/classes/com/jogamp/newt/Window.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/NewtFactory.java (diff)
Commit c60f114c322b11c09101839f7464946daec84cfd by Sven Gothel
NativeWindowFactory: Add Support for creating a platform agnostic wrapped AbstractGraphicsDevice/NativeWindow
The file was modifiedsrc/nativewindow/classes/javax/media/nativewindow/NativeWindowFactory.java (diff)
The file was addedsrc/nativewindow/classes/jogamp/nativewindow/WrappedWindow.java (diff)
The file was modifiedsrc/nativewindow/classes/com/jogamp/nativewindow/x11/X11GraphicsDevice.java (diff)
Commit 6b37c1c3d109d3ae83d19ac84b50c7b3249af95a by Sven Gothel
NewtFactory: Fix createWindow(..) ctor w/ given native window handle (use displayConnection string and screen-idx)
The file was modifiedsrc/newt/classes/com/jogamp/newt/NewtFactory.java (diff)
Commit ac55c5bfa469537c755730d3be9617d97f82950d by Sven Gothel
NEWT: Add Support for AWT-Less Applet3

- Adding 'plugin3-public' jar and sources for Applet3 support, copied from icedtea-web3

- Added com.jogamp.newt.util.applet.JOGLNewtApplet3Run capable to run Applet3
The file was modifiedmake/build-newt.xml (diff)
The file was modified.classpath (diff)
The file was addedsrc/newt/classes/com/jogamp/newt/util/applet/JOGLNewtAppletBase.java (diff)
The file was addedmake/lib/plugin3/plugin3-public-src.zip (diff)
The file was removedsrc/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtAppletBase.java (diff)
The file was modifiedmake/build-common.xml (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtApplet1Run.java (diff)
The file was addedsrc/newt/classes/com/jogamp/newt/util/applet/VersionApplet3.java (diff)
The file was addedmake/lib/plugin3/plugin3-public.jar (diff)
The file was addedsrc/newt/classes/com/jogamp/newt/util/applet/JOGLNewtApplet3Run.java (diff)
Commit 1b2e8f10fc79bd2818a1a200bfd762ac67333840 by Sven Gothel
Add Applet3 test html pages
The file was addedjnlp-files/jogl-test-applet3s.html (diff)
The file was addedjnlp-files/jogl-applet-runner-newt-GraphTextDemo01-applet3-napplet.html (diff)
The file was addedjnlp-files/jogl-applet-runner-newt-GraphUISceneDemo01-applet3-napplet.html (diff)
The file was addedjnlp-files/jogl-applet-runner-newt-MovieCube-applet3-napplet.html (diff)
The file was addedjnlp-files/jogl-applet-runner-newt-gears-applet3-napplet.html (diff)
The file was addedjnlp-files/jogl-applet-runner-newt-gears-applet3-special-napplet.html (diff)
The file was addedjnlp-files/jogl-applet-version-applet3-napplet.html (diff)