wine/dlls/winemac.drv
Ken Thomases 3bca22a6b9 winemac: Don't bring owned windows to the front when they're clicked.
Cocoa will bring an unowned window to the front of its level when it's clicked,
but it doesn't do that for owned windows.  The old code went out of its way to
make owned windows behave like unowned windows in this respect.  That was
exactly backward.  We wish we could control whether windows are raised on a
click.  We don't have that opportunity for unowned windows, but, by ripping
out a bunch of code, we do for owned windows.
2014-05-08 10:24:31 +02:00
..
.gitattributes
clipboard.c
cocoa_app.h winemac: Disable moving or resizing windows when cursor clipping is in effect. 2014-04-29 11:22:58 +02:00
cocoa_app.m winemac: Don't bring owned windows to the front when they're clicked. 2014-05-08 10:24:31 +02: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 winemac: Disable moving or resizing windows when cursor clipping is in effect. 2014-04-29 11:22:58 +02:00
cocoa_window.m winemac: Disable moving or resizing windows when cursor clipping is in effect. 2014-04-29 11:22:58 +02:00
display.c
dragdrop.c
event.c winemac: Send WM_SIZING messages during resizing to let app alter the proposed size. 2014-04-24 11:37:34 +02:00
gdi.c
image.c
ime.c
keyboard.c winemac: For GetKeyNameText(), use the hard-coded table in preference to the Mac keyboard layout. 2014-04-24 11:37:28 +02:00
macdrv.h winemac: Send WM_SIZING messages during resizing to let app alter the proposed size. 2014-04-24 11:37:34 +02:00
macdrv_cocoa.h winemac: Disable moving or resizing windows when cursor clipping is in effect. 2014-04-29 11:22:58 +02:00
macdrv_main.c winemac: Disable moving or resizing windows when cursor clipping is in effect. 2014-04-29 11:22:58 +02:00
Makefile.in
mouse.c
opengl.c
surface.c
systray.c
window.c user32: Don't bother returning a value from the SetWindowRgn driver entry point. 2014-05-01 12:31:14 +02:00
winemac.drv.spec