- 01 Nov, 2013 4 commits
-
-
Ken Thomases authored
-
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.
-
Ken Thomases authored
The Mac driver was already sending these events when the user resizes the window by dragging its corner/edges, but there are other occasions when the window frame changes. For example, when the user zooms the window.
-
Ken Thomases authored
This seems to eliminate a lot of house-keeping work inside Cocoa.
-
- 31 Oct, 2013 20 commits
-
-
Piotr Caban authored
-
Piotr Caban authored
comctl32: Initialize treeview checkboxes in WM_PAINT when TVS_CHECKBOXES was passed during control creation.
-
Piotr Caban authored
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Dmitry Timoshkov authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Frédéric Delanoy authored
-
Frédéric Delanoy authored
-
Frédéric Delanoy authored
-
Frédéric Delanoy authored
-
Vincent Povirk authored
-
Vincent Povirk authored
-
- 30 Oct, 2013 16 commits
-
-
Volkan Gezer authored
-
Ken Thomases authored
The tracking of whether it is over a window or not is only updated when the mouse moves. If a window was created or moved under it, then the state can be stale. That caused us to defer hiding the cursor until the mouse was moved. This happens at the start of games pretty often.
-
Ken Thomases authored
winemac: Don't use the main dispatch queue to implement OnMainThread() for a thread with no event queue. The main dispatch queue is a serial queue and is a shared resource. If we submit a long-running task to it, then no other tasks, including those submitted by the system frameworks, can run until it completes.
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Vijay Kiran Kamuju authored
-
Alexandre Julliard authored
-