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

Changes

Summary

  1. Fix comment for WindowImpl.insets: value is in window units (details)
  2. NEWT Regression: Move superSizeChangedOffThread() back to iOS/MacOS WindowDriver, used to call the super class method. (details)
  3. NEWT WindowImpl: Bring back DEBUG output on positionChanged(..) (details)
Commit 9b1b1df6afe32be3ad514c3e3c7b31c940225e2c by Sven Gothel
Fix comment for WindowImpl.insets: value is in window units
The file was modified src/newt/classes/jogamp/newt/WindowImpl.java (diff)
Commit d6b4c7dd3546b8de876a9ddcbf5f1f56be8ef281 by Sven Gothel
NEWT Regression: Move superSizeChangedOffThread() back to iOS/MacOS WindowDriver, used to call the super class method.

Regression of commit cfc35549810d3a0fb5eeb866c9450417e48cd8a1

Note to myself: You can't enforce a 'this' method call overridden with a virtual from a subclass.
The file was modified src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java (diff)
The file was modified src/newt/classes/jogamp/newt/WindowImpl.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/ios/WindowDriver.java (diff)
Commit 3462aa70de7d4a6fdd59f0cb90b6563d68731c61 by Sven Gothel
NEWT WindowImpl: Bring back DEBUG output on positionChanged(..)
The file was modified src/newt/classes/jogamp/newt/WindowImpl.java (diff)