xmllite: Fail to set input for external IXmlReaderInput.
[wine] / dlls / winemac.drv /
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").