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

Changes

Summary

  1. Fix ScreenMode ; Add FatalError to NewtCommon.c ; Fix Windows Build (details)
  2. Fix: Move windows build scripts to ant 1.8.0 as well (1.8.1 is buggy) (details)
  3. Fix: Newt Rotation (Windows) - added description (CCW) (details)
  4. Added Rotation test (details)
  5. Newt/Windows: Turn off native VERBOSE (details)
  6. ScreenMode: Ignore modes < 15bpp (details)
  7. HowToBuild Fix: Add Xrandr dependencies (details)
  8. Windows: define DISPLAY_DEVICE_ACTIVE, if not already (details)
  9. Fix focus test for windows: increase mouse click start delay, so (details)
Commit 81ee164ec139337254ef0e8938c19119908de6ae by Sven Gothel
Fix ScreenMode ; Add FatalError to NewtCommon.c ; Fix Windows Build

Fix ScreenMode
- Avoid NPE/Out-of-memory: Return zero sized NewIntArrays instead of NULL.

Fix Windows Build
- ScreenMode still has a regression
The file was modifiedsrc/newt/native/NewtCommon.c (diff)
The file was modifiedmake/scripts/make.jogl.all.win64.bat (diff)
The file was modifiedsrc/newt/native/WindowsWindow.c (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/x11/X11Screen.java (diff)
The file was modifiedmake/scripts/java-win64.bat (diff)
The file was modifiedsrc/newt/native/X11Window.c (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/ScreenImpl.java (diff)
The file was modifiedmake/scripts/java-win64-dbg.bat (diff)
The file was modifiedsrc/newt/native/NewtCommon.h (diff)
The file was modifiedmake/scripts/tests.bat (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/windows/WindowsScreen.java (diff)
Commit 686ab85440a3f46556c304f2d83c12608a573bd8 by Sven Gothel
Fix: Move windows build scripts to ant 1.8.0 as well (1.8.1 is buggy)
The file was modifiedmake/scripts/java-win32.bat (diff)
The file was modifiedmake/scripts/java-win32-dbg.bat (diff)
The file was modifiedmake/scripts/java-win64-dbg.bat (diff)
The file was modifiedmake/scripts/make.jogl.all.win64.bat (diff)
The file was modifiedmake/scripts/make.jogl.all.win32.bat (diff)
The file was modifiedmake/scripts/java-win64.bat (diff)
Commit eacbe4788a3fa68e072c23fbef62855fdaa209da by Sven Gothel
Fix: Newt Rotation (Windows) - added description (CCW)
The file was modifiedsrc/newt/native/WindowsWindow.c (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/ScreenImpl.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/util/MonitorMode.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/ScreenMode.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/windows/WindowsScreen.java (diff)
The file was addedmake/scripts/tests2.sh (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/TestScreenMode02NEWT.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/TestScreenMode01NEWT.java (diff)
The file was modifiedmake/scripts/tests.bat (diff)
Commit 79d306f154351e9c61167292a4dfced4bc1309cd by Sven Gothel
Newt/Windows: Turn off native VERBOSE
The file was modifiedsrc/newt/native/WindowsWindow.c (diff)
Commit 09be7eb4e912749ccf84525bca87d9d70f1c2ed1 by Sven Gothel
ScreenMode: Ignore modes < 15bpp
The file was modifiedmake/scripts/tests2.sh (diff)
The file was modifiedsrc/newt/native/WindowsWindow.c (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/ScreenImpl.java (diff)
Commit 9061aaaa9753d894dbaf9e685221ddd108cc96e5 by Sven Gothel
HowToBuild Fix: Add Xrandr dependencies
The file was modifieddoc/HowToBuild.html (diff)
Commit c5676b1b8e223c927be3169747e1028ed2edc7f3 by Sven Gothel
Windows: define DISPLAY_DEVICE_ACTIVE, if not already
The file was modifiedsrc/newt/native/WindowsWindow.c (diff)
Commit 95a6f59f82fb2bfbc9316843ec760532baa17b0d by Sven Gothel
Fix focus test for windows: increase mouse click start delay, so previous focus click won't be counted
The file was modifiedmake/scripts/tests.bat (diff)
The file was modifiedmake/scripts/tests2.sh (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/TestFocus01SwingAWTRobot.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/util/AWTRobotUtil.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/TestFocus02SwingAWTRobot.java (diff)