wine-wine/dlls/winemac.drv
Ken Thomases 4d51a688e3 winemac: Override -[NSOpenGLContext clearDrawable] to not hide the GL surface.
This fixes a problem with flickering when repeatedly attaching and detaching
a GL context from a window, such as for each WM_PAINT.
2013-03-11 10:44:26 +01: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: Implement OpenGL support. 2013-03-06 12:56:12 +01:00
cocoa_app.h winemac: Implement ClipCursor(). 2013-02-25 10:40:39 +01:00
cocoa_app.m winemac: Implement ClipCursor(). 2013-02-25 10:40:39 +01:00
cocoa_display.m winemac.drv: Implement EnumDisplayMonitors. 2012-12-26 18:23:03 +01:00
cocoa_event.h winemac: Add WineEventQueue class for conveying events from Cocoa to Wine threads. 2013-01-21 12:51:17 +01:00
cocoa_event.m winemac: Implement MOUSE_MOVED(_ABSOLUTE) events. 2013-02-07 12:04:49 +01:00
cocoa_main.m winemac: Add infrastructure to convert from Cocoa event time to Wine tick count. 2013-01-28 14:02:08 +01:00
cocoa_opengl.h winemac: Implement OpenGL support. 2013-03-06 12:56:12 +01:00
cocoa_opengl.m winemac: Override -[NSOpenGLContext clearDrawable] to not hide the GL surface. 2013-03-11 10:44:26 +01:00
cocoa_window.h winemac: Handle mouse moves in -[WineApplication sendEvent:] instead of WineWindow. 2013-02-25 10:40:38 +01:00
cocoa_window.m winemac: Implement OpenGL support. 2013-03-06 12:56:12 +01:00
display.c winemac: Implement ChangeDisplaySettingsEx(). 2013-02-18 10:35:46 +01:00
event.c winemac: Implement DISPLAYS_CHANGED event for when display configuration has changed. 2013-02-18 10:34:55 +01:00
gdi.c winemac: Implement OpenGL support. 2013-03-06 12:56:12 +01:00
keyboard.c winemac: Implement fake support for the active Windows keyboard layout. 2013-02-06 20:28:29 +01:00
macdrv.h winemac: Implement OpenGL support. 2013-03-06 12:56:12 +01:00
macdrv_cocoa.h winemac: Implement OpenGL support. 2013-03-06 12:56:12 +01:00
macdrv_main.c winemac: Fail gracefully and early when run from a non-GUI session. 2013-03-05 09:50:02 +01:00
mouse.c winemac: Improve handling of "invert" pixels in monochrome cursors. 2013-03-08 11:01:48 +01:00
opengl.c winemac: Fix compilation on Lion and later. 2013-03-08 11:00:30 +01:00
scroll.c winemac: Implement ScrollDC(). 2013-02-05 11:04:33 +01:00
surface.c winemac: Implement layered windows: SetLayeredWindowAttributes() and UpdateLayeredWindow(). 2013-01-15 12:17:02 +01:00
window.c winemac: Implement OpenGL support. 2013-03-06 12:56:12 +01:00
winemac.drv.spec winemac: Implement ClipCursor(). 2013-02-25 10:40:39 +01:00