wine-wine/dlls/winemac.drv
Ken Thomases 887db3403e winemac: Call -removeFromSuperview on a view before adding it to a superview, on 10.9 and earlier.
This works around a Cocoa bug that causes an exception and hang if the view is
being re-ordered within its current superview (as opposed to being moved to a
new superview).

This reverts commit 9fbc364ea1 but adds some
conditions around the call to avoid the flicker on platforms where it's
unnecessary.

Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-22 15:31:58 +09:00
..
.gitattributes
Makefile.in
clipboard.c
cocoa_app.h
cocoa_app.m winemac: Use a more idiomatic pattern for an autorelease pool around a loop. 2016-06-03 14:39:19 +09:00
cocoa_clipboard.m
cocoa_display.m
cocoa_event.h
cocoa_event.m
cocoa_main.m
cocoa_opengl.h
cocoa_opengl.m
cocoa_status_item.m
cocoa_window.h
cocoa_window.m winemac: Call -removeFromSuperview on a view before adding it to a superview, on 10.9 and earlier. 2016-07-22 15:31:58 +09:00
display.c
dragdrop.c
event.c
gdi.c
image.c
ime.c
keyboard.c
macdrv.h
macdrv_cocoa.h
macdrv_main.c
macdrv_res.h
mouse.c
opengl.c winemac.drv: Fix a typo in WARN() message. 2016-06-24 00:07:02 +09:00
surface.c
systray.c
window.c winemac.drv: Don't assume that owner is top-level window in set_cocoa_window_properties. 2016-07-03 10:23:10 +09:00
winemac.drv.spec
winemac.rc