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

Changes

Summary

  1. Refine commit c9fcc8cd510abc0cbebb872dc3e457327655e778 (NEWT X11Window.c (details)
  2. Bug 924: Make ALWAYS_ON_TOP Persistent when Reparenting (child -> top) (details)
  3. Bug 924: Fullscreen toggle in X11 requires a 'sleep' on sluggish WMs (details)
Commit d67a2c52167abfd2d15e1b2b7c8a5d810932f398 by Sven Gothel
Refine commit c9fcc8cd510abc0cbebb872dc3e457327655e778 (NEWT X11Window.c comments)
The file was modifiedsrc/newt/native/X11Window.c (diff)
Commit 904adbe63a806ff73ea654da6cc964277bbbb8d3 by Sven Gothel
Bug 924: Make ALWAYS_ON_TOP Persistent when Reparenting (child -> top) (2nd attempt)

Commit c8726ef04b94ad8e66e1191a06ff793b908d130c reinforced ALWAYS_ON_TOP in native reconfig code
issued at reparenting call, which might be too early for the WM.

Perform ALWAYS_ON_TOP reinforcement from java side when reparenting CHILD -> TOP was successful
and visibility is reached. X11 only!

NewtAWTReparentingKeyAdapter: Add 'a' alwaysOnTop toggle to test w/o applet code.
The file was modifiedsrc/newt/native/X11Window.c (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/newt/parenting/NewtAWTReparentingKeyAdapter.java (diff)
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedsrc/newt/classes/jogamp/newt/WindowImpl.java (diff)
Commit ded0a8fb68067e3dbb42ff4f6fce315a237afa8f by Sven Gothel
Bug 924: Fullscreen toggle in X11 requires a 'sleep' on sluggish WMs (Unity) ; Block insets change while toggling fullscreen mode.
The file was modifiedsrc/newt/classes/jogamp/newt/WindowImpl.java (diff)