winemac: Add support for delay-rendered (a.k.a. promised) clipboard data.
[wine] / dlls / winemac.drv /
2013-03-11  Ken Thomaseswinemac: Add support for delay-rendered (a.k.a. promise...
2013-03-11  Ken Thomaseswinemac: Add support for "query" events which wait...
2013-03-11  Ken Thomaseswinemac: Implement setting of clipboard data with suppo...
2013-03-11  Ken Thomaseswinemac: Implement GetClipboardData() with support...
2013-03-11  Ken Thomaseswinemac: Implement EnumClipboardFormats() with support...
2013-03-11  Ken Thomaseswinemac: Implement IsClipboardFormatAvailable() with...
2013-03-11  Ken Thomaseswinemac: Implement CountClipboardFormats() with support...
2013-03-11  Ken Thomaseswinemac: Override -[NSOpenGLContext clearDrawable]...
2013-03-11  Ken Thomaseswinemac: Don't defer attaching OpenGL context to view...
2013-03-08  Ken Thomaseswinemac: Improve handling of "invert" pixels in monochr...
2013-03-08  C.W. Bettswinemac: Fix compilation on Lion and later.
2013-03-06  Ken Thomaseswinemac: Implement WGL_EXT_swap_control.
2013-03-06  Ken Thomaseswinemac: Implement WGL_NV_render_texture_rectangle.
2013-03-06  Ken Thomaseswinemac: Implement WGL_ARB_render_texture.
2013-03-06  Ken Thomaseswinemac: Implement WGL_ARB_pbuffer.
2013-03-06  Ken Thomaseswinemac: Implement WGL_ARB_pixel_format and enable...
2013-03-06  Ken Thomaseswinemac: Implement WGL_ARB_make_current_read.
2013-03-06  Ken Thomaseswinemac: Implement OpenGL support.
2013-03-05  Ken Thomaseswinemac: Fail gracefully and early when run from a...
2013-02-25  Ken Thomaseswinemac: Implement ClipCursor().
2013-02-25  Ken Thomaseswinemac: Implement SetCursorPos().
2013-02-25  Ken Thomaseswinemac: Reset the cursor to the normal Mac arrow when...
2013-02-25  Ken Thomaseswinemac: Request mouse move events when our window...
2013-02-25  Ken Thomaseswinemac: Handle mouse moves in -[WineApplication sendEv...
2013-02-25  Ken Thomaseswinemac: Implement GetCursorPos().
2013-02-25  Ken Thomaseswinemac: Use system cursors when possible.
2013-02-25  Ken Thomaseswinemac: Implement SetCursor() and DestroyCursorIcon().
2013-02-19  Ken Thomaseswinemac: Don't bring a window onto the screen in SetFoc...
2013-02-19  Ken Thomaseswinemac: Call sync_window_position() before show_window...
2013-02-19  Ken Thomaseswinemac: Always use proper z-order when putting a windo...
2013-02-18  Ken Thomaseswinemac: Implement ChangeDisplaySettingsEx().
2013-02-18  Ken Thomaseswinemac: Implement EnumDisplaySettingsEx().
2013-02-18  Ken Thomaseswinemac: Implement DISPLAYS_CHANGED event for when...
2013-02-18  Ken Thomaseswinemac: Implement support for full-screen windows.
2013-02-18  Ken Thomaseswinemac: Track Cocoa windows in a z-ordered list.
2013-02-18  Ken Thomaseswinemac: Use only on-screen windows for Cocoa parent...
2013-02-18  Ken Thomaseswinemac: Don't set Cocoa window frame to be zero-sized.
2013-02-18  Ken Thomaseswinemac: Discard old frame changed events when setting...
2013-02-11  Ken Thomaseswinemac: Prevent Cocoa from consuming certain key-down...
2013-02-11  Ken Thomaseswinemac: Implement MOUSE_SCROLL events.
2013-02-07  Ken Thomaseswinemac: Process clicks in an inactive window in additi...
2013-02-07  Ken Thomaseswinemac: Implement MOUSE_MOVED(_ABSOLUTE) events.
2013-02-07  Ken Thomaseswinemac: Add WineApplication methods to convert from...
2013-02-07  Ken Thomaseswinemac: Implement SysCommand() to prevent Alt keypress...
2013-02-06  Ken Thomaseswinemac: Implement fake support for the active Windows...
2013-02-06  Ken Thomaseswinemac: Implement GetKeyNameText().
2013-02-06  Ken Thomaseswinemac: Implement VkKeyScanEx().
2013-02-06  Ken Thomaseswinemac: Implement MapVirtualKeyEx().
2013-02-06  Ken Thomaseswinemac: Implement Beep().
2013-02-05  Alexandre Julliardwinemac: Don't move off-screen windows to a random...
2013-02-05  Ken Thomaseswinemac: Ignore Cocoa's window frame adjustments for...
2013-02-05  Ken Thomaseswinemac: Implement ToUnicodeEx().
2013-02-05  Ken Thomaseswinemac: Generate KEY_PRESS/RELEASE events from Cocoa...
2013-02-05  Ken Thomaseswinemac: Rebuild key map when Mac keyboard layout changes.
2013-02-05  Ken Thomaseswinemac: Build a map from Mac virtual key codes to...
2013-02-05  Ken Thomaseswinemac: Implement support for minimizing windows.
2013-02-05  Ken Thomaseswinemac: Implement ScrollDC().
2013-01-28  Ken Thomaseswinemac: Implement an APP_DEACTIVATED event.
2013-01-28  Ken Thomaseswinemac: Implement a WINDOW_LOST_FOCUS event.
2013-01-28  Ken Thomaseswinemac: Implement a WINDOW_GOT_FOCUS event for when...
2013-01-28  Ken Thomaseswinemac: Maintain a list of which windows have been...
2013-01-28  Ken Thomaseswinemac: Take control over when a window can become...
2013-01-28  Ken Thomaseswinemac: Implement a MOUSE_BUTTON event for mouse clicks.
2013-01-28  Ken Thomaseswinemac: Add infrastructure to convert from Cocoa event...
2013-01-28  Ken Thomaseswinemac: Implement WINDOW_FRAME_CHANGED event to tell...
2013-01-21  Ken Thomaseswinemac: Implement a WINDOW_CLOSE_REQUESTED event to...
2013-01-21  Ken Thomaseswinemac: Implement MsgWaitForMultipleObjectsEx and...
2013-01-21  Ken Thomaseswinemac: Make each Mac driver window track the HWND...
2013-01-21  Ken Thomaseswinemac: Associate an event queue with each thread...
2013-01-21  Ken Thomaseswinemac: Add WineEventQueue class for conveying events...
2013-01-21  Ken Thomaseswinemac: Add a simple ERR() logging macro that can...
2013-01-15  Ken Thomaseswinemac: Implement layered windows: SetLayeredWindowAtt...
2013-01-15  Ken Thomaseswinemac: Implement SetWindowRgn.
2013-01-15  Ken Thomaseswinemac: Implement window surface rendering.
2013-01-11  Ken Thomaseswinemac: Implement the Mac "Window" menu.
2013-01-11  Ken Thomaseswinemac: Translate presence in Windows task bar to...
2013-01-11  Ken Thomaseswinemac: Implement support for owned windows.
2013-01-11  Ken Thomaseswinemac: Implement support for WS_EX_TOPMOST windows.
2013-01-11  Ken Thomaseswinemac: Implement support for no-activate windows.
2013-01-11  Ken Thomaseswinemac: Implement support for WS_DISABLED windows.
2013-01-09  Ken Thomaseswinemac: Implement basic window functionality.
2013-01-09  Ken Thomaseswinemac: Convert main thread to Cocoa main loop on...
2013-01-09  Ken Thomaseswinemac: Add a custom NSApplication subclass, WineAppli...
2013-01-08  Ken Thomaseswinemac: Implement CreateDesktopWindow().
2012-12-26  Ken Thomaseswinemac.drv: Implement GetMonitorInfo.
2012-12-26  Ken Thomaseswinemac.drv: Implement EnumDisplayMonitors.
2012-12-26  Ken Thomaseswinemac.drv: Tell git's diff engine to recognize Object...
2012-12-21  Ken Thomaseswinemac: Implement GetDeviceCaps().
2012-12-17  Ken Thomaseswinemac: Implement minimal Create[Compatible]DC() and...
2012-12-17  Ken Thomaseswinequartz.drv: Rename to winemac.drv ("the Mac driver").