Release 1.5.29.
[wine] / dlls / winemac.drv / event.c
2013-04-22  Ken Thomaseswinemac: Implement an IME that uses the OS X input...
2013-04-04  Ken Thomaseswinemac: Handle a Cocoa quit request as a single-proces...
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-25  Ken Thomaseswinemac: Implement rudimentary support for system tray...
2013-03-14  Ken Thomaseswinemac: Implement support for drag-and-drop.
2013-03-14  Ken Thomaseswinemac: Allow for processing Cocoa events while waitin...
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-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-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: 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: Implement a MOUSE_BUTTON event for mouse clicks.
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...