winemac: Handle a Cocoa quit request as a single-process session shutdown.
[wine] / dlls / winemac.drv / window.c
2013-04-04  Ken Thomaseswinemac: Handle a Cocoa quit request as a single-proces...
2013-03-29  Ken Thomaseswinemac: Track drawn surface region to reduce black...
2013-03-26  Ken Thomaseswinemac: Keep stable surface for layered windows using...
2013-03-06  Ken Thomaseswinemac: Implement OpenGL support.
2013-02-19  Ken Thomaseswinemac: Don't bring a window onto the screen in SetFoc...
2013-02-19  Ken Thomaseswinemac: Call sync_window_position() before show_window...
2013-02-19  Ken Thomaseswinemac: Always use proper z-order when putting a windo...
2013-02-18  Ken Thomaseswinemac: Implement DISPLAYS_CHANGED event for when...
2013-02-18  Ken Thomaseswinemac: Use only on-screen windows for Cocoa parent...
2013-02-07  Ken Thomaseswinemac: Implement SysCommand() to prevent Alt keypress...
2013-02-05  Alexandre Julliardwinemac: Don't move off-screen windows to a random...
2013-02-05  Ken Thomaseswinemac: Implement ToUnicodeEx().
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 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-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-08  Ken Thomaseswinemac: Implement CreateDesktopWindow().