- 25 Oct, 2013 21 commits
-
-
Alexandre Julliard authored
-
Stefan Dösinger authored
-
Piotr Caban authored
-
Francois Gouget authored
-
André Hentschel authored
-
André Hentschel authored
-
André Hentschel authored
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
kernel32/tests: WaitCommEvent may sometimes return immediately on a busy system when write operation to a COM-port has already completed.
-
Dmitry Timoshkov authored
It's not enough for some hardware configurations.
-
Dmitry Timoshkov authored
kernel32/tests: Accept the case when WriteFile is able to complete the request immediately for an overlapped COM-port write. The behaviour depends on the driver and hardware used.
-
Frédéric Delanoy authored
-
Frédéric Delanoy authored
-
Frédéric Delanoy authored
-
Frédéric Delanoy authored
-
Qian Hong authored
-
Vincent Povirk authored
-
Vincent Povirk authored
This needs to work differently from CorExitProcess because we need to wait for foreground threads and abort the rest.
-
Vincent Povirk authored
Having two instances of Mono loaded at once is problematic, and now that we use the 2.0 runtime to support 1.x there's no need to support old versions.
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
- 24 Oct, 2013 19 commits
-
-
Huw Davies authored
ole32: If an object exposes IExternalConnection then don't take down the stub manager if we have remaining weak refs in a call that would otherwise ignore them.
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
ole32/tests: Add some tests for CoReleaseMarshalData with a combination of normal and weak marshals.
-
Huw Davies authored
-
Huw Davies authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
To make DDLOCK_DISCARDCONTENTS actually do anything. The MAPPABLE flag is now redundant.
-
Stefan Dösinger authored
They are not needed any more, resource_access_from_pool takes care of this.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
It segfaults on Win7 + Nvidia Kepler and apparently returns different return values on Windows 8. Since this functionality isn't supported on any HW I doubt games will care.
-
Jacek Caban authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Daniel Lehman authored
Depth wraps around at 65536 but list supports more elements.
-
Ken Thomases authored
The standard keyboard shortcut for switching the keyboard layout is Command- Space, but the Mac driver never sees the Space key press. So, Wine only sees a press and release of Alt, which puts focus on the menu bar. This prevents that focus change.
-
Frédéric Delanoy authored
-
Frédéric Delanoy authored
-