- 24 Apr, 2014 1 commit
-
-
Ken Thomases authored
-
- 21 Mar, 2014 1 commit
-
-
Ken Thomases authored
-
- 30 Dec, 2013 1 commit
-
-
Ken Thomases authored
The user is prevented from moving or resizing a maximized window. The zoom button is still present and enabled for a maximized window but requests that it be restored rather than simply resizing it, which is what it does for normal windows. If a window is not resizable (lacks WS_THICKFRAME) but has a maximize box (WS_MAXIMIZEBOX), then the zoom button requests that it be maximized rather than resizing it.
-
- 17 Dec, 2013 1 commit
-
-
Ken Thomases authored
In particular, keep the title bar from moving behind the menu bar or Dock (when it's on the bottom).
-
- 12 Dec, 2013 1 commit
-
-
Ken Thomases authored
winemac: Send WM_{ENTER, EXIT}SIZEMOVE before/after window dragging and run an internal event loop during. This simulates some of what would happen if user32 were managing the drag. The click in the caption would cause WM_SYSCOMMAND/SC_MOVE. The processing of that message is synchronous and doesn't return until the move is complete. Some games require that "blocking" in the internal event loop to prevent them from misbehaving during the drag.
-
- 22 Nov, 2013 1 commit
-
-
Ken Thomases authored
winemac: Add support for a "Decorated" registry setting to control whether windows get Mac-style decorations.
-
- 20 Nov, 2013 1 commit
-
-
Huw Davies authored
-
- 01 Nov, 2013 1 commit
-
-
Ken Thomases authored
Queries can be run out of order because the main thread is waiting on the response. The main thread didn't really need a response from QUERY_RESIZE_END. It was only a query for symmetry with QUERY_RESIZE_START.
-
- 22 Oct, 2013 2 commits
-
-
Ken Thomases authored
winemac: Disable software GL rendering unless it's enabled via a new registry setting, AllowSoftwareRendering.
-
Alexandre Julliard authored
-
- 21 Oct, 2013 1 commit
-
-
Alexandre Julliard authored
-
- 11 Oct, 2013 1 commit
-
-
Ken Thomases authored
Based in large part on a patch submitted by Kevin Eaves.
-
- 08 Oct, 2013 3 commits
-
-
Ken Thomases authored
-
Ken Thomases authored
-
Ken Thomases authored
-
- 30 Sep, 2013 1 commit
-
-
Ken Thomases authored
-
- 27 Sep, 2013 2 commits
-
-
Ken Thomases authored
The Mac driver doesn't normally steal focus, but a press of a hot key counts as the user giving permission.
-
Ken Thomases authored
Partially based on a patch for winex11 previously submitted by Vincent Povirk.
-
- 18 Sep, 2013 2 commits
-
-
Ken Thomases authored
-
Ken Thomases authored
-
- 06 Sep, 2013 1 commit
-
-
Ken Thomases authored
winemac: Add support for mouse-move and right- and middle-click events on systray icons in the Mac status bar.
-
- 21 Aug, 2013 1 commit
-
-
Ken Thomases authored
-
- 09 Jul, 2013 1 commit
-
-
Ken Thomases authored
-
- 02 Jul, 2013 2 commits
-
-
Ken Thomases authored
-
Ken Thomases authored
winemac: Add registry setting to control glFlush() skipping for single-buffer contexts and disable it by default.
-
- 20 Jun, 2013 1 commit
-
-
Ken Thomases authored
... in addition to if one is focused.
-
- 04 Jun, 2013 1 commit
-
-
Ken Thomases authored
This improves the animation of the window unminimizing from the Dock in some cases. The window would often be blank or, for shaped windows, invisible during that animation.
-
- 30 May, 2013 1 commit
-
-
Aric Stewart authored
-
- 17 May, 2013 1 commit
-
-
Ken Thomases authored
-
- 07 May, 2013 1 commit
-
-
Ken Thomases authored
-
- 25 Apr, 2013 1 commit
-
-
Ken Thomases authored
The Mac driver doesn't normally steal focus, but a click on the systray icon counts as the user giving permission.
-
- 22 Apr, 2013 1 commit
-
-
Ken Thomases authored
Developed with Aric Stewart.
-
- 05 Apr, 2013 1 commit
-
-
Ken Thomases authored
This prevents stale drawing from being revealed if the window later grows.
-
- 04 Apr, 2013 2 commits
-
-
Ken Thomases authored
This lets programs ask the user to save documents, etc., and possibly cancel the quit.
-
Ken Thomases authored
-
- 29 Mar, 2013 1 commit
-
-
Ken Thomases authored
-
- 26 Mar, 2013 2 commits
-
-
Ken Thomases authored
-
Ken Thomases authored
-
- 25 Mar, 2013 2 commits
-
-
Ken Thomases authored
-
Ken Thomases authored
-