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

Changes

Summary

  1. Bug 1249: NEWT/X11 Visibility: Listening to more events for updated (details)
  2. WindowImpl.quirks: Access default -> protected, also fix API doc (details)
Commit c61fa44d9a2e2049fec7833990f7bb699545bd15 by Sven Gothel
Bug 1249: NEWT/X11 Visibility: Listening to more events for updated
state; Adding QUIRK_BIT_VISIBILITY
1) More visibility detection on post ConfigureNotify events, since the
latter may not yet contain the updated visibility state as it whould
(WM bug!):
- EnterNotify
- LeaveNotify
- Disabled
   - Expose
   - VisibilityNotify
2) Introducing quirks.
  Setting QUIRK_BIT_VISIBILITY to handle the issue where
  visibility -> false could not even be set.
The file was modified make/scripts/tests.sh (diff)
The file was modified src/newt/native/X11Window.c (diff)
The file was modified src/newt/native/X11Display.c (diff)
The file was modified src/newt/classes/jogamp/newt/WindowImpl.java (diff)
Commit e794fc40ba723f2fca4ac892e873975fb393e007 by Sven Gothel
WindowImpl.quirks: Access default -> protected, also fix API doc
comment.
The file was modified src/newt/classes/jogamp/newt/WindowImpl.java (diff)