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

macos-x86_64 # Changes

Change Log History for macos-x86_64 #951 - Jenkins
Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.

Change Log History

Originally from build #950

Changes
  1. NewtCanvasAWT: Cleanup up private method calls; Attach/Detach JAWTWindow's SurfaceUpdateListener to NEWT Window when it gets attached/detached. (details / cgit)
  2. OSX CALayer minor edit: Call [super setFrame..] directly (details / cgit)
  3. JAWTWindow: Issue component.repaint() after attachSurfaceLayer(..), otherwise no rendering result might be visible w/o Animator (details / cgit)
  4. OSX/CALayer Threading Part4: Stream all JAWT Root CALayer Operations on OSX Main-Thread (details / cgit)
  5. OSX CALayer/NewtCanvasAWT: Force relayout of component (size +1, size -1) when attaching NEWT Child to avoid false CALayer position. (details / cgit)
  6. OSX CALayer Unit Tests: NEWT child is destroyed if NewtCanvasAWT is disposed/removed, due to offscreen/onscreen transition (details / cgit)