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

Changes

Summary

  1. Relocated VersionApplet (details)
  2. Minor edits: generics, test script (details)
  3. Fix X11/Translucency (NV): Don't enable GLX.GLX_TRANSPARENT_TYPE; Always (details)
  4. NEWT setAlwaysOnTop(): Allow windows to stay permanent on top; TODO: (details)
  5. NEWT setAlwaysOnTop(): X11 impl. / fix setFullscreen(false), child-win (details)
  6. ant build: don't delete jar/lib on 'one.dir', but 'clean' only (details)
  7. NEWT/WindowImpl: Allow fullscreen at window creation (details)
  8. NEWT X11/Windows: Fix AlwaysOnTop (startup and change) (details)
  9. NEWT (Manual) Test Case: Add fullscreen and alwaysOnTop at window (details)
  10. Add JOGL/NEWT Applet Runner; Add JOGL Applet Tests; Rename applet test (details)
Commit 3972522e561f3d47ce4b0abce0cfa428d97f11bd by Sven Gothel
Relocated VersionApplet
The file was modifiedjnlp-files/jogl-application-version.jnlp (diff)
The file was modifiedjnlp-files/jogl-applet-version-lancheronly.html (diff)
The file was modifiedjnlp-files/jogl-javaws-version.jnlp (diff)
The file was addedsrc/jogl/classes/jogamp/opengl/awt/VersionApplet.java (diff)
The file was modifiedjnlp-files/jogl-applet-version.jnlp (diff)
The file was modifiedjnlp-files/jogl-applet-version-jnlp.html (diff)
The file was removedsrc/newt/classes/jogamp/newt/driver/awt/opengl/VersionApplet.java (diff)
Commit 430eff8c3ffab8c69c149ba1c633d2b03f2ef2d3 by Sven Gothel
Minor edits: generics, test script
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/glsl/ShaderCode.java (diff)
The file was modifiedmake/scripts/tests.sh (diff)
Commit f45753d2da46786b023166f805bacbc3bdce71c1 by Sven Gothel
Fix X11/Translucency (NV): Don't enable GLX.GLX_TRANSPARENT_TYPE; Always chooseConfig if translucent

Don't enable GLX.GLX_TRANSPARENT_TYPE (X11)
  - if enabled, NV driver results in odd transparency effect (very high transparency)

Always chooseConfig if translucent (X11)
  - recommended idx shall stay -1 if translucent,
    allowing our default chooser to pick up the proper config.

    this was previous reached due to the unavailable GLX_TRANSPARENT_TYPE
    request, which is now removed (see above)

Allow translucency for non FBConfig, XVisual's only
The file was modifiedsrc/jogl/classes/jogamp/opengl/x11/glx/X11GLCapabilities.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/x11/glx/X11GLXGraphicsConfigurationFactory.java (diff)
The file was modifiedsrc/nativewindow/classes/javax/media/nativewindow/Capabilities.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/x11/glx/X11GLXGraphicsConfiguration.java (diff)
Commit a245d530274908427806a9a00242256f372c6552 by Sven Gothel
NEWT setAlwaysOnTop(): Allow windows to stay permanent on top; TODO: X11/Windows
The file was modifiedsrc/newt/native/Window.h (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/Window.java (diff)
The file was modifiedsrc/newt/classes/jogamp/newt/WindowImpl.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/opengl/GLWindow.java (diff)
Commit b20d7adfe5be3ca14b717a2462fcb90ae6f44762 by Sven Gothel
NEWT setAlwaysOnTop(): X11 impl. / fix setFullscreen(false), child-win bug
The file was modifiedsrc/newt/native/X11Window.c (diff)
Commit 5986c56f506ebab1c26e3eb7f8130018d97bc202 by Sven Gothel
ant build: don't delete jar/lib on 'one.dir', but 'clean' only
The file was modifiedmake/build.xml (diff)
Commit 1b7844b9422472aa1c5089ed8c4918eb6ebcfd23 by Sven Gothel
NEWT/WindowImpl: Allow fullscreen at window creation
The file was modifiedsrc/newt/classes/jogamp/newt/WindowImpl.java (diff)
Commit 0b753d75c36af7dd5bb0864f02b934a51991e658 by Sven Gothel
NEWT X11/Windows: Fix AlwaysOnTop (startup and change)
The file was modifiedsrc/newt/classes/jogamp/newt/driver/windows/WindowsWindow.java (diff)
The file was modifiedsrc/newt/native/X11Window.c (diff)
The file was modifiedsrc/newt/classes/jogamp/newt/driver/x11/X11Window.java (diff)
The file was modifiedsrc/newt/native/WindowsWindow.c (diff)
Commit fa5fdc4cbbe93da290d6cea49188aa5e8738b032 by Sven Gothel
NEWT (Manual) Test Case: Add fullscreen and alwaysOnTop at window creation
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java (diff)
The file was modifiedmake/scripts/tests-x64.bat (diff)
Commit 42129070c5262c7f6c881c41a70fcb4550c33efa by Sven Gothel
Add JOGL/NEWT Applet Runner; Add JOGL Applet Tests; Rename applet test version
The file was addedsrc/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtApplet1Run.java (diff)
The file was addedjnlp-files/jogl-applet-runner-newt-gears-normal.html (diff)
The file was addedjnlp-files/jogl-test-applets.html (diff)
The file was addedjnlp-files/jogl-applet-runner-newt-gears-special.html (diff)
The file was removedjnlp-files/jogl-applet-version-jnlp.html (diff)
The file was addedjnlp-files/jogl-applet-runner-newt.jnlp (diff)
The file was addedsrc/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtAppletBase.java (diff)
The file was modifiedwww/index.html (diff)
The file was addedjnlp-files/jogl-applet-version.html (diff)