winemac: Request mouse move events when our window is active even when cursor is...
[wine] / dlls / winemac.drv / cocoa_app.m
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...