Skip to content
Success

#122 (Jan 31, 2023, 10:13:32 AM)

Started 2 yr 5 mo ago
Took 4 min 0 sec on linux-x86_64-master-001

Started by upstream project jogl_onmaster build number 122
originally caused by:

Revision: 3462aa70de7d4a6fdd59f0cb90b6563d68731c61
Repository: git://jogamp.org/srv/scm/jogl.git
  • origin/master
Changes
  1. WindowImpl: Reorder protected methods, groupd callbacks used for native callbacks .. (details / githubweb)
  2. GDIUtil: Add GetMonitor*() variants incl. PixelScale; NEWT MonitorDevice: Add 64-bit nativeHandle (Windows HMONITOR), add PixelScale for Windows (details / githubweb)
  3. GDIUtil: Add GetMonitor*() variants incl. PixelScale (Part-2, adding missing native header and code files) (details / githubweb)
  4. Nativewindow Rectangle*: Add contains, scale*(float..) and make union(List<Rectangle*>) public; Fix union/intersection 'off-by-1' for pos2. (details / githubweb)
  5. NativeWindow: Add getBounds() (moved from NEWT Window) and getSurfaceBounds() (details / githubweb)
  6. Update Eclipse settings (add openjfx jar) (details / githubweb)
  7. Fix NewtFactoryAWT: screen.getMonitor(..) -> screen.getMonitorById(..); Misc left-over changes .. (details / githubweb)
  8. NEWT Soft-PixelScale (p1): WindowImpl: Separate window and pixel units for size and position via atomic-replacable int arrays (details / githubweb)
  9. NEWT Soft-PixelScale (p2): MonitorDevice: Add getOrientationTo(..) to determine the orientation of this monitor to the other incl. the 'move_diff' (details / githubweb)
  10. NEWT Soft-PixelScale (p3): WindowImpl.createNativeImpl(..): Add boolean positionModified[] return value, allowing to not wait for the previous custom position (details / githubweb)
  11. NEWT Soft-PixelScale (p4): WindowImpl: Change SetSizeAction to optionally set a custom position additionally to size (details / githubweb)
  12. NEWT Soft-PixelScale (p5): Add WindowImpl.applySoftPixelScale(..) for general usage (details / githubweb)
  13. NEWT Soft-PixelScale (p6): Implement Soft-PixelScale for X11 and Windows ... (working state) (details / githubweb)
  14. Fix comment for WindowImpl.insets: value is in window units (details / githubweb)
  15. NEWT Regression: Move superSizeChangedOffThread() back to iOS/MacOS WindowDriver, used to call the super class method. (details / githubweb)
  16. NEWT WindowImpl: Bring back DEBUG output on positionChanged(..) (details / githubweb)