- 04 Nov, 2013 9 commits
-
-
Henri Verbeet authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Frédéric Delanoy authored
Not used since 393fd51f
-
Frédéric Delanoy authored
-
Frédéric Delanoy authored
-
Frédéric Delanoy authored
-
Nikolay Sivov authored
-
- 01 Nov, 2013 31 commits
-
-
Andrew Eikum authored
-
Andrew Eikum authored
-
Nikolay Sivov authored
-
Piotr Caban authored
-
Huw Davies authored
-
Jacek Caban authored
-
Francois Gouget authored
Don't claim the API failed when it succeeded, and show the unexpected data.
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
kernel32/tests: On Windows 8 IdnToNameprepUnicode() returns a different error for invalid parameters.
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
Windows 8 and 8.1 return some different error codes and GetDllDirectory() handles buffer termination a bit differently.
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
0x00333333 makes much more sense than 0x00000000, and is what most of my hardware returns. Apparently at least some GF7 cards (still) return 0x00000000, so also accept that as broken().
-
Henri Verbeet authored
-
Frédéric Delanoy authored
-
Frédéric Delanoy authored
-
Frédéric Delanoy authored
-
Frédéric Delanoy authored
-
Frédéric Delanoy authored
-
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.
-