- 19 Apr, 2023 40 commits
-
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com> (cherry picked from commit 5ddeae6a)
-
Florian Will authored
ZusiDisplay sometimes loads the same font file into two different PrivateFontCollections using two threads, so there is a race condition when the file is opened without the FILE_SHARE_READ sharing mode. The second call to GdipPrivateAddFontFile() might fail if the first one hasn't closed the file handle yet. (cherry picked from commit b3bf30e7)
-
Florian Will authored
(cherry picked from commit 0ebf3222)
-
Dmitry Timoshkov authored
Fix CEF applications crash at start without --no-sandbox option. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53981Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> (cherry picked from commit 02e3e17b)
-
Dmitry Timoshkov authored
Fix CEF applications crash at start without --no-sandbox option. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53981Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> (cherry picked from commit b99c6756)
-
Zhiyi Zhang authored
(cherry picked from commit 44b92e57)
-
Tingzhong Luo authored
Signed-off-by: Tingzhong Luo <luotingzhong@uniontech.com> (cherry picked from commit c5663827)
-
Giovanni Mascellani authored
The Ubisoft overlay version 135 hot patches and hooks wbem_locator_Release(), but crashes if Release() is called inside CoCreateInstance(), a condition that doesn't appear to happen on Windows. So we try to exhibit the same behavior. (cherry picked from commit 798fbd42)
-
Eric Pouech authored
Also fixes stack dump in crash summary and 'info stack' command. (We were using debugger's bitness instead). Signed-off-by: Eric Pouech <eric.pouech@gmail.com> (cherry picked from commit 5fc54e32)
-
Rémi Bernon authored
To avoid a crash on DLL unload if it wasn't initialized. (cherry picked from commit 17ac4059)
-
Carlos Rodriguez authored
(cherry picked from commit 318b0bbe)
-
Alex Henrie authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54690 (cherry picked from commit 0c1dcfd3)
-
Alex Henrie authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54690 (cherry picked from commit 65323a6b)
-
Alex Henrie authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54663 (cherry picked from commit 6ed4a2e4)
-
Jinoh Kang authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54617 (cherry picked from commit 3fe15349)
-
Jinoh Kang authored
Today, RichEditWndProc_common assumes that ITextServices::TxDraw preserves the brush selection of the given device context. However, this invariant may be broken by misbehaving embedded OLE objects in the text document. Fix this by not assuming that the return value of the second SelectObject() call equals the brush passed to the first SelectObject() call in RichEditWndProc_common's WM_PAINT / WM_PRINTCLIENT case. (cherry picked from commit 2027be7e)
-
Jinoh Kang authored
(cherry picked from commit 3105fad8)
-
Piotr Caban authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54563 (cherry picked from commit 333a63c4)
-
Nikolay Sivov authored
(cherry picked from commit 2f229869)
-
Hugh McMaster authored
(cherry picked from commit 1a61a4e1)
-
Hugh McMaster authored
We don't handle errors in export_registry_data() anyway. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54491 (cherry picked from commit f5fe9a6c)
-
Eric Pouech authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54449Signed-off-by: Eric Pouech <eric.pouech@gmail.com> (cherry picked from commit 7077c5bc)
-
Piotr Caban authored
We should probably ignore all incorrect ports. This is a minimal change that restores 5dadeeb2 commit. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54379 (cherry picked from commit 48d3271f)
-
Piotr Caban authored
(cherry picked from commit 4a8cdc2b)
-
Gijs Vermeulen authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54581 (cherry picked from commit a4e51c6b)
-
Illia Polishchuk authored
Windows d3d9 always draws only a single instance for non-indexed draws. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54570 (cherry picked from commit af65f0c9)
-
Illia Polishchuk authored
Windows d3d9 always draws only a single instance for non-indexed draws. (cherry picked from commit 6df6c7fe)
-
Jinoh Kang authored
Introduce a temporary variable, `other_para`, so that we don't end up returning incorrect para (with stale run) inside the output cursor. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54564 (cherry picked from commit 7e28fa5c)
-
Jinoh Kang authored
(cherry picked from commit 21d25b17)
-
Eric Pouech authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54432Signed-off-by: Eric Pouech <eric.pouech@gmail.com> (cherry picked from commit 89d42d64)
-
Alex Henrie authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52506 (cherry picked from commit aa21d1ac)
-
Brendan Shanks authored
(cherry picked from commit 39655dad)
-
Brendan Shanks authored
Based on a patch by Tim Clem <tclem@codeweavers.com>. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54367 (cherry picked from commit 93fde56b)
-
Brendan Shanks authored
(cherry picked from commit 93941d6e)
-
Brendan Shanks authored
On Ventura, the Rosetta runtime and dyld shared cache now reach down to 0x7ff7fffb8000 on my system. (cherry picked from commit c10207e2)
-
Jason Millard authored
(cherry picked from commit e8bd0665)
-
Jason Millard authored
(cherry picked from commit 887e72b2)
-
Jason Millard authored
(cherry picked from commit 72b86f96)
-
Jacek Caban authored
(cherry picked from commit 23f0df42)
-
Piotr Caban authored
(cherry picked from commit 667d889d)
-