wine-wine/dlls/winemac.drv
Ken Thomases d9ed0fb8e5 winemac: Don't allow double-clicks in the content area to zoom the window.
On Yosemite, double-clicking a window's title bar zooms it.  (This is to
compensate for the fact that the zoom button has been replaced by a full-screen
button.)  Sometimes, double-clicking in the content area would count as double-
clicking in the title bar.

This is controlled, in part, by the -mouseDownCanMoveWindow method of the view
that was hit in the window.  The default implementation of that returns YES
for non-opaque views, as the views are in the Mac driver.  Overriding it to
return NO prevents the problem.
2014-10-28 15:25:57 +09:00
..
.gitattributes
Makefile.in
clipboard.c
cocoa_app.h
cocoa_app.m winemac: Use new API when available to list all display modes available on Retina Macs. 2014-07-30 11:33:00 -05:00
cocoa_clipboard.m
cocoa_display.m
cocoa_event.h
cocoa_event.m winemac: When removing the status item for a systray icon, discard any associated events in the queue. 2014-08-06 14:27:29 +02:00
cocoa_main.m
cocoa_opengl.h
cocoa_opengl.m
cocoa_status_item.m winemac: When removing the status item for a systray icon, discard any associated events in the queue. 2014-08-06 14:27:29 +02:00
cocoa_window.h winemac: Properly ignore attempts to set a window's shape to its current shape. 2014-10-03 08:39:49 +02:00
cocoa_window.m winemac: Don't allow double-clicks in the content area to zoom the window. 2014-10-28 15:25:57 +09:00
display.c winemac: Use new API when available to list all display modes available on Retina Macs. 2014-07-30 11:33:00 -05:00
dragdrop.c
event.c
gdi.c
image.c
ime.c winemac: Don't query the position of the one-past-the-end character with IMR_QUERYCHARPOSITION. 2014-07-16 20:46:32 +02:00
keyboard.c
macdrv.h
macdrv_cocoa.h
macdrv_main.c
mouse.c
opengl.c
surface.c
systray.c
window.c
winemac.drv.spec