- 30 Mar, 2006 31 commits
-
-
Huw Davies authored
(based on a patch by Byeong-Sik Jeon).
-
Alexandre Julliard authored
-
Alexandre Julliard authored
ConfigureNotify and related events should only be processed when posted messages are selected. There's no need to handle MappingNotify if keyboard events are not selected.
-
Alexandre Julliard authored
-
Detlef Riekenberg authored
-
Alexandre Julliard authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
Eric Pouech authored
Try to be a bit more strict when checking for resource mapping in exception handler (and prevent some exceptions while in exception handler).
-
Stefan Dösinger authored
-
Henning Gerhardt authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
Replace memcmp with IsEqualIID macro that doesn't require a size parameter and remove the unneeded brackets to give more compact and more readable code.
-
Robert Shearman authored
Tests with native show that during COM calls posted messages aren't retrieved other than COM calls so change the PeekMessage parameters in CoWaitForMultipleHandles to duplicate this.
-
Robert Shearman authored
Try to retrieve messages that are COM calls first in CoWaitForMultipleHandles before retrieving other types.
-
Robert Shearman authored
Put the PeekMessage call of CoWaitForMultipleHandles into a separate function so that the order and type of the messages retrieved can be customised in the future.
-
Robert Shearman authored
should depend on whether the current apartment is a single threaded one.
-
Robert Shearman authored
Pass the no yield flag to PeekMessage since we sleep in MsgWaitForMultipleObjectsEx and the extra context switch is wasteful.
-
Robert Shearman authored
-
Huw Davies authored
-
Mike McCormack authored
-
Mike McCormack authored
-
Mike McCormack authored
Fixes another return FALSE without SetLastError.
-
Mike McCormack authored
-
Mike McCormack authored
-
- 29 Mar, 2006 9 commits
-
-
Alexandre Julliard authored
-
Petr Tesarik authored
- Fix incorrect data sizes. - Fix CDDA addressing. - Implement XAForm2 mode on Linux.
-
Alexandre Julliard authored
-
H. Verbeet authored
-
H. Verbeet authored
-
H. Verbeet authored
-
H. Verbeet authored
-
Mike McCormack authored
-
Mike McCormack authored
-