- 12 Dec, 2013 6 commits
-
-
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.
-
Ken Thomases authored
winemac: While a window is being dragged, suppress mouse events and disable cursor clipping and warping.
-
Ken Thomases authored
-
Ken Thomases authored
This fixes a problem where some apps move their window to the front after the user switches away to another app. OS X prevents the background app from actually coming in front of the active app's front window, but the window gets ordered in second place, possibly obscuring other windows of the active app.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 11 Dec, 2013 27 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Jacek Caban authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
Some Windows Media Player 9 visualization plugins used ddraw in this way to get a dc for their custom memory allocations.
-
Stefan Dösinger authored
-
Akihiro Sagawa authored
-
Akihiro Sagawa authored
-
Austin English authored
-
Huw Davies authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
Since commit 6bc69c27, the GDI implementation assumes DIB sections always exist.
-
Henri Verbeet authored
-
Dmitry Timoshkov authored
-
Frédéric Delanoy authored
-
Frédéric Delanoy authored
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
msiexec: Make service thread do nothing by waiting for the kill event instead of using an empty loop.
-
Hans Leidekker authored
-
Hans Leidekker authored
This allows applications to query certificate properties when verification has failed.
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Nikolay Sivov authored
-
- 10 Dec, 2013 7 commits
-
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Huw Davies authored
riched20: Ensure the cursors are correctly ordered in the case of a zero (logical) length selection bridging two runs.
-
Frédéric Delanoy authored
-