Sweden-Number/dlls/winemac.drv
Ken Thomases 49bb11fef2 winemac: Move a window to the front when its Mac title bar is clicked.
Cocoa does this automatically for non-owned windows and informs the back end
via a different mechanism (WINDOW_BROUGHT_FORWARD).  However, for owned windows
(child windows in Cocoa parlance), Cocoa does not change their z-order relative
to the owner (parent) or sibling owned windows when clicked.  So, we have to
move the window in user32's z-order so that it gets moved appropriately on
screen in response.

Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-24 20:31:59 +02:00
..
.gitattributes
Makefile.in
clipboard.c winemac: Ignore clipboard updates provoked by our own call to GetClipboardData(). 2017-02-03 09:35:18 +01:00
cocoa_app.h
cocoa_app.m winemac: Move a window to the front when its Mac title bar is clicked. 2017-04-24 20:31:59 +02:00
cocoa_clipboard.m
cocoa_display.m
cocoa_event.h winemac: Add a category on NSEvent to simplify checking if the Command key (and only that modifier) is pressed for an event. 2017-04-24 20:31:50 +02:00
cocoa_event.m winemac: Add a category on NSEvent to simplify checking if the Command key (and only that modifier) is pressed for an event. 2017-04-24 20:31:50 +02:00
cocoa_main.m
cocoa_opengl.h winemac: Reattach OpenGL contexts to a view after it has been hidden and unhidden. 2017-02-03 09:35:23 +01:00
cocoa_opengl.m winemac: Reattach OpenGL contexts to a view after it has been hidden and unhidden. 2017-02-03 09:35:23 +01:00
cocoa_status_item.m
cocoa_window.h winemac: Discard key repeat events after a modifier key has been pressed. 2017-03-10 10:03:56 +01:00
cocoa_window.m winemac: Move a window to the front when its Mac title bar is clicked. 2017-04-24 20:31:59 +02:00
display.c
dragdrop.c
event.c winemac: Move a window to the front when its Mac title bar is clicked. 2017-04-24 20:31:59 +02:00
gdi.c
image.c
ime.c ime: Do not send WM_IME_ENDCOMPOSITION on CPS_COMPLETE if there is no composition. 2016-12-14 20:36:16 +01:00
keyboard.c
macdrv.h winemac: Move a window to the front when its Mac title bar is clicked. 2017-04-24 20:31:59 +02:00
macdrv_cocoa.h winemac: Move a window to the front when its Mac title bar is clicked. 2017-04-24 20:31:59 +02:00
macdrv_main.c
macdrv_res.h
mouse.c winemac: Pass correct buffer length to RegQueryValueExW(). 2017-02-08 17:02:59 +01:00
opengl.c
surface.c
systray.c
window.c winemac: Move a window to the front when its Mac title bar is clicked. 2017-04-24 20:31:59 +02:00
winemac.drv.spec
winemac.rc winemac.drv: Use neutral language for the version resource. 2017-03-22 16:13:32 +01:00