wine-wine/dlls/winemac.drv
Zhiyi Zhang 6b6a7124a6 winemac.drv: Support multiple adapter display settings in registry.
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-06-17 16:27:24 +02:00
..
.gitattributes winemac.drv: Tell git's diff engine to recognize Objective-C source files. 2012-12-26 18:23:03 +01:00
Makefile.in winemac.drv: Add GPU initialization functions. 2019-08-30 20:07:24 +02:00
clipboard.c winemac: Cast buffer to const WCHAR* in insert_clipboard_format. 2020-06-01 22:10:28 +02:00
cocoa_app.h winemac: Break out of the window-dragging message loop if the window is hidden or destroyed. 2017-06-21 19:15:12 +02:00
cocoa_app.m winemac: Add default case in isMouseMoveEventType. 2020-05-13 22:07:32 +02:00
cocoa_clipboard.m winemac: Don't update clipboard if its content didn't change. 2017-05-30 21:49:49 +02:00
cocoa_display.m winemac.drv: Fix build with older macOS SDKs. 2019-09-03 12:16:04 +02:00
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
cocoa_main.m winemac: Refactor WineApplication class to separate most logic into a controller class. 2013-04-16 12:10:36 +02:00
cocoa_opengl.h
cocoa_opengl.m winemac.drv: Build with GL_SILENCE_DEPRECATION. 2020-04-08 14:58:46 +02:00
cocoa_status_item.m
cocoa_window.h winemac: Defer ordering a window out if it's in the process of entering or exiting Cocoa full-screen mode. 2017-04-24 20:32:11 +02:00
cocoa_window.m winemac.drv: Pass the CAMetalLayer to MoltenVK. 2019-12-18 20:54:34 +01:00
display.c winemac.drv: Support multiple adapter display settings in registry. 2020-06-17 16:27:24 +02:00
dragdrop.c
event.c
gdi.c
image.c winemac: Interpret Windows bitmap data, especially window surfaces, as sRGB. 2018-07-16 09:19:55 +02:00
ime.c winemac.drv: Send state change notifications from ImeSelect. 2019-06-11 09:46:13 +02:00
keyboard.c winemac: Set the scan code prefix when necessary. 2019-12-02 22:02:56 +01:00
macdrv.h winemac.drv: Handle display device change events. 2019-08-30 20:07:39 +02:00
macdrv_cocoa.h winemac.drv: Pass the CAMetalLayer to MoltenVK. 2019-12-18 20:54:34 +01:00
macdrv_main.c
macdrv_res.h
mouse.c
opengl.c winemac.drv: Use InitOnceExecuteOnce to initialize OpenGL. 2020-05-18 21:28:30 +02:00
surface.c winemac: Handle dummy_surface in get_mac_surface. 2020-03-11 22:58:42 +01:00
systray.c winemac.drv: Avoid an unneeded lstrlenW() call. 2019-09-09 16:25:56 +02:00
vulkan.c winemac: Use standard dlopen() instead of the libwine wrappers. 2020-04-07 14:26:20 +02:00
window.c winemac.drv: Remove frame when non-client area is empty. 2020-03-23 13:22:31 +01:00
winemac.drv.spec winemac.drv: Use generic EnumDisplayMonitors and GetMonitorInfo. 2019-08-30 20:07:42 +02:00
winemac.rc winemac.drv: Use neutral language for the version resource. 2017-03-22 16:13:32 +01:00