wine/dlls/winemac.drv
Chip Davis 5cf64084fb winemac.drv: Also stop dragging if we receive a mouse up event.
We rely on AppKit-internal events to know when a window is being
dragged. In Catalina, AppKit stopped sending the "drag ended" event when
no drag actually took place, though it still sends "drag started" events
when the title bar is clicked. Ironically, this caused us to think the
window was still being dragged. In that case, waiting for the mouse
button to come back up should allow us to determine when the drag should
end.

Signed-off-by: Chip Davis <cdavis@codeweavers.com>
Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-12-03 23:11:46 +01:00
..
.gitattributes
clipboard.c
cocoa_app.h
cocoa_app.m winemac.drv: Also stop dragging if we receive a mouse up event. 2019-12-03 23:11:46 +01: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.drv: Make sure that NSMiniaturizableWindowMask style mask is set before calling miniaturize. 2019-11-07 19:44:17 +01:00
display.c
dragdrop.c
event.c
gdi.c gdi32: Add D3DKMTSetVidPnSourceOwner and D3DKMTCheckVidPnExclusiveOwnership stubs. 2019-10-22 23:04:27 +02:00
image.c
ime.c
keyboard.c winemac: Set the scan code prefix when necessary. 2019-12-02 22:02:56 +01:00
macdrv.h
macdrv_cocoa.h
macdrv_main.c
macdrv_res.h
Makefile.in
mouse.c
opengl.c
surface.c
systray.c
vulkan.c
window.c
winemac.drv.spec
winemac.rc