winemac: For SetCursorPos(), reset positions of pending mouse button and scroll events.
[wine] / dlls / winemac.drv / cocoa_app.m
2013-04-26  Ken Thomaseswinemac: For SetCursorPos(), reset positions of pending...
2013-04-26  Ken Thomaseswinemac: Work around mouse "pausing" after CGWarpMouseC...
2013-04-22  Ken Thomaseswinemac: Implement an IME that uses the OS X input...
2013-04-22  Ken Thomaseswinemac: Set up and drain autorelease pool in LogErrorv...
2013-04-16  Ken Thomaseswinemac: Refactor WineApplication class to separate...
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-03-25  Ken Thomaseswinemac: Allow Command-[Shift-]Tab to switch apps even...
2013-03-25  Ken Thomaseswinemac: Set application Dock icon from first icon...
2013-03-14  Ken Thomaseswinemac: Allow for processing Cocoa events while waitin...
2013-03-11  Ken Thomaseswinemac: Add support for "query" events which wait...
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: Implement SetCursor() and DestroyCursorIcon().
2013-02-18  Ken Thomaseswinemac: Implement ChangeDisplaySettingsEx().
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-07  Ken Thomaseswinemac: Add WineApplication methods to convert from...
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-01-28  Ken Thomaseswinemac: Implement an APP_DEACTIVATED 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: Add infrastructure to convert from Cocoa event...
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-11  Ken Thomaseswinemac: Implement the Mac "Window" menu.
2013-01-09  Ken Thomaseswinemac: Implement basic window functionality.
2013-01-09  Ken Thomaseswinemac: Add a custom NSApplication subclass, WineAppli...