Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 816: Clarify JAWT_OSX_CALAYER_QUIRK_* semantics, add ↵ | Sven Gothel | 2013-09-28 | 1 | -0/+7 |
| | | | | JAWT_OSX_CALAYER_QUIRK_LAYOUT | ||||
* | Bug 816: Fix OSX CALayer 'quirks' for AWT 1.7.0_40 - See JAWTUtil ↵ | Sven Gothel | 2013-09-24 | 1 | -2/+19 |
| | | | | | | | | | JAWT_OSX_CALAYER_QUIRK_SIZE and JAWT_OSX_CALAYER_QUIRK_POSITION. - Provide quirk bits for OSX CALayer depending on used JVM/AWT and act accordingly. - TestBug816OSXCALayerPosAWT: Add resize by frame | ||||
* | Fix CALayer pos/size and animation.b01 | Sven Gothel | 2013-02-22 | 1 | -0/+34 |
- Fix CALayer animation: - All CALayer animations are set to nil via overriding 'actionForKey' - Fix CALayer pos/size bug: - Fix root and sub CALayer position to 0/0 and size on the main-thread w/o blocking. - If the sub CALayer implements the Objective-C NativeWindow protocol NWDedicatedSize (e.g. JOGL's MyNSOpenGLLayer), the dedicated size is passed to the layer, which propagates it appropriately. - On OSX/Java7 our root CALayer's frame position and size gets corrupted by its NSView, hence we have created the NWDedicatedSize protocol. |