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

Changes

Summary

  1. X11Util DisplayName: Respect DEFAULT_CONNECTION string (details)
  2. JOGL GLDrawableFactory: Expose experimental method (details)
  3. SWTAccessor: Add new SWT reflections for native window handle and (details)
  4. SWT/JOGL: Native SWT binding test (details)
  5. Remove TestSWT01GLn hacking, see TestSWT02GLn (details)
Commit 3ee26cd01789d0169c5225b3a4e5229e4a1c6676 by Sven Gothel
X11Util DisplayName: Respect DEFAULT_CONNECTION string
The file was modifiedsrc/nativewindow/classes/jogamp/nativewindow/x11/X11Util.java (diff)
Commit 254052b54cebdb957d83e46e377534ef263d6029 by Sven Gothel
JOGL GLDrawableFactory: Expose experimental method createProxySurface(..) for new windowing system ad-hoc development.
WARNING: This method may change ro be removed over time!
The file was modifiedsrc/jogl/classes/javax/media/opengl/GLDrawableFactory.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLDrawableFactory.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/GLDrawableFactoryImpl.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java (diff)
Commit f9ae06b4df8daa5e780e392543cb06cb9a6293c9 by Sven Gothel
SWTAccessor: Add new SWT reflections for native window handle and display/device.
Currently implemented platforms: X11(gdk/gtk) and Windows, both 32bit and 64bit.
The file was modifiedsrc/nativewindow/classes/jogamp/nativewindow/swt/SWTAccessor.java (diff)
Commit 10ea39d665f0cb50204d1965a0739ca15119e86f by Sven Gothel
SWT/JOGL: Native SWT binding test
The file was addedsrc/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWT02GLn.java (diff)
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedmake/scripts/tests-x64.bat (diff)
The file was modifiedmake/scripts/tests-x32.bat (diff)
The file was modifiedmake/scripts/tests-x32.sh (diff)
The file was modifiedmake/scripts/tests-x64.sh (diff)
Commit 2a68b716d8b288812cb701ce0af1bd59cee5cca2 by Sven Gothel
Remove TestSWT01GLn hacking, see TestSWT02GLn
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWT01GLn.java (diff)