- 23 Jan, 2009 15 commits
-
-
Alexandre Julliard authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
This was exposed by adding EXT_vertex_array_bgra support, previously we would almost never hit this because color data being present would already prevent us from using drawStridedFast(). Thanks to Stefan for spotting this.
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Anders Jonsson authored
-
Anders Jonsson authored
-
Nikolay Sivov authored
-
Jacek Caban authored
-
Andrew Talbot authored
-
Detlef Riekenberg authored
-
Aric Stewart authored
-
Austin English authored
-
Gerald Pfeifer authored
-
- 22 Jan, 2009 25 commits
-
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Austin English authored
-
Jeff Latimer authored
-
Huw Davies authored
-
Nikolay Sivov authored
-
Austin English authored
-
Austin English authored
-
Juan Lang authored
rpcrt4: Use pseudo-random numbers to generate UUIDs rather than using the (old, deprecated) MAC-address-and-time generation algorithm.
-
Juan Lang authored
quartz: Only test for the presence or absence of a single filter in a loop. Testing for more than one depends on the order of enumeration, which isn't guaranteed.
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Anders Jonsson authored
-
Vincent Pelletier authored
dinput: Add test to show that effects are stopped after Unacquire + Acquire and preserved in dinput.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Nikolay Sivov authored
-
Dylan Smith authored
-
Dylan Smith authored
The ME_InvalidateFromOfs and ME_QueueInvalidateFromCursor functions are never called, and the nInvalidOfs variable had its value set but never used.
-
Dylan Smith authored
I noticed a while ago that on Windows XP richedit controls ignored characters typed while the mouse is captured (e.g. from holding the left or middle button down). Arrow keys, delete, and backspace, copying, cutting, pasting, and everything else handled on WM_CHAR and WM_KEYDOWN messages are also ignored.
-
Dylan Smith authored
-
Henri Verbeet authored
-