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

Changes

Summary

  1. Bug 1176: Clamp window position and size to 0/0 and screen-size, (details)
  2. Bug 1176: BCM VC IV: Add window-position to window-relative mouse (details)
Commit a566a1b5a2828b38f1a5c4dfb215ab9b03e7acaa by Sven Gothel
Bug 1176: Clamp window position and size to 0/0 and screen-size, avoiding out-of screen window positions on BCM VC IV hardware

Out of screen window positions on BCM VC IV hardware cause:
  - Misalignment of self-rendered mouse-pointer / window
    due to window-offset.

  - Artifacts when moving the mouse pointer partially
    out of screen.

We still need to add the window position to rel. mouse-pointer position.
The file was modifiedsrc/newt/classes/jogamp/newt/driver/bcm/vc/iv/WindowDriver.java (diff)
The file was modifiedsrc/newt/native/bcm_vc_iv.c (diff)
Commit 1584cae39c6dca9e372000bb64534c881ebc3511 by Sven Gothel
Bug 1176: BCM VC IV: Add window-position to window-relative mouse position in DisplayDriver.moveActivePointerIcon(..) call
The file was modifiedsrc/newt/classes/jogamp/newt/driver/bcm/vc/iv/WindowDriver.java (diff)