Release 1.5.29.
[wine] / dlls / winemac.drv / macdrv_cocoa.h
2013-04-25  Ken Thomaseswinemac: If an app opens a window shortly after its...
2013-04-22  Ken Thomaseswinemac: Implement an IME that uses the OS X input...
2013-04-05  Ken Thomaseswinemac: Initialize window surface to Mac-standard...
2013-04-04  Ken Thomaseswinemac: Handle a Cocoa quit request as a single-proces...
2013-04-04  Ken Thomaseswinemac: Add a delivery limit to events.
2013-04-04  Ken Thomaseswinemac: Make macdrv_event structs heap-allocated and...
2013-04-04  Ken Thomaseswinemac: Constify some macdrv_event pointer parameters.
2013-03-29  Ken Thomaseswinemac: Track drawn surface region to reduce black...
2013-03-25  Ken Thomaseswinemac: Implement rudimentary support for system tray...
2013-03-25  Ken Thomaseswinemac: Set application Dock icon from first icon...
2013-03-14  Ken Thomaseswinemac: Implement support for drag-and-drop.
2013-03-14  Ken Thomaseswinemac: Enable pasteboard functions to operate on...
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 CountClipboardFormats() with support...
2013-03-06  Ken Thomaseswinemac: Implement OpenGL support.
2013-02-25  Ken Thomaseswinemac: Implement ClipCursor().
2013-02-25  Ken Thomaseswinemac: Implement SetCursorPos().
2013-02-25  Ken Thomaseswinemac: Implement GetCursorPos().
2013-02-25  Ken Thomaseswinemac: Implement SetCursor() and DestroyCursorIcon().
2013-02-18  Ken Thomaseswinemac: Implement ChangeDisplaySettingsEx().
2013-02-18  Ken Thomaseswinemac: Implement DISPLAYS_CHANGED event for when...
2013-02-11  Ken Thomaseswinemac: Implement MOUSE_SCROLL events.
2013-02-07  Ken Thomaseswinemac: Implement MOUSE_MOVED(_ABSOLUTE) events.
2013-02-06  Ken Thomaseswinemac: Implement Beep().
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-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: 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: 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: 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...
2012-12-26  Ken Thomaseswinemac.drv: Implement EnumDisplayMonitors.