- 03 May, 2023 4 commits
-
-
Ake Rehnman authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Eric Pouech authored
Note: typeof (int * unsigned) is unsigned. So: - on 64bit CPUs, where sizeof(int) = 4 < sizeof(void*) = 8, - when the result of the multiplication is supposed to be negative - there's no propagation of the negative sign from 32bit to 64 bit integers Fixes a crash in Age of Empire II. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Santino Mazza authored
This prevents hangs when a program sets a new topology after stopping the current topology, because if we don't reset the flags to 0 the session will not subscribe to the events of the new topology sources.
-
Aurimas Fišeras authored
-
- 02 May, 2023 15 commits
-
-
Paul Gofman authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54901
-
Mohamad Al-Jaf authored
Needed by Britannia VR: Out of Your Mind.
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
-
Alex Henrie authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=41275
-
Tim Clem authored
-
Zhiyi Zhang authored
Company of Heroes: Battle of Crete needs a functioning findstr.exe to exit properly. Freemake Video Converter 4.1 installer also needs this. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=35254
-
Zhiyi Zhang authored
Some filters such as STATUS and CPUTIME are not implemented. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48596
-
Zhiyi Zhang authored
-
Zhiyi Zhang authored
-
Zhiyi Zhang authored
Company of Heroes: Battle of Crete needs a functioning tasklist.exe to exit properly.
-
Torge Matthies authored
And make sure it doesn't get deleted. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53826Signed-off-by: Torge Matthies <tmatthies@codeweavers.com>
-
Torge Matthies authored
Signed-off-by: Torge Matthies <tmatthies@codeweavers.com>
-
Torge Matthies authored
Signed-off-by: Torge Matthies <tmatthies@codeweavers.com>
-
Torge Matthies authored
-
- 01 May, 2023 19 commits
-
-
Biswapriyo Nath authored
Required for libplacebo. Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
-
David Kahurani authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45698Signed-off-by: David Kahurani <k.kahurani@gmail.com>
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
This reverts commit 4216179e.
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Ziqing Hui authored
-
Ziqing Hui authored
-
Ziqing Hui authored
-
Ziqing Hui authored
-
Paul Gofman authored
win32u: Partially implement NtUserDisplayConfigGetDeviceInfo(DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_PREFERRED_MODE).
-
- 28 Apr, 2023 2 commits
-
-
Alexandre Julliard authored
-
Connor McAdams authored
If we pass a node to the provider thread that contains a provider that was created in an STA with the ProviderOptions_UseComThreading flag set, we can deadlock when attempting to get a runtime ID from the proxy due to the message queue not being pumped. To avoid this, retrieve the runtime ID before passing the node to the provider thread. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-