- 19 Apr, 2023 40 commits
-
-
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)
-
Piotr Caban authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54486 (cherry picked from commit b7a58677)
-
Piotr Caban authored
(cherry picked from commit d812af3f)
-
Piotr Caban authored
(cherry picked from commit 86fb5c7b)
-
Jason Millard authored
(cherry picked from commit a6847dd9)
-
Jason Millard authored
(cherry picked from commit f8b76d3d)
-
Jason Millard authored
(cherry picked from commit a8c319ca)
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54371 (cherry picked from commit 8a6115f7)
-
Jinoh Kang authored
Today, the Rich Edit control handles the WM_IME_STARTCOMPOSITION message by the computing the composition start position (imeStartIndex) _before_ calling ME_DeleteSelection(), which shifts the character positions after the range of deletion. If the selection were not empty, imeStartIndex immediately becomes stale, since it does not take into account the number of deleted characters before it. Fix this by computing imeStartIndex after the ME_DeleteSelection() call. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54318 (cherry picked from commit 8c43577f)
-
Jason Millard authored
(cherry picked from commit afb2125c)
-
Zebediah Figura authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53926 (cherry picked from commit bf859fb0)
-
Hans Leidekker authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51345 (cherry picked from commit d9d700f3)
-
Hans Leidekker authored
Installing global assemblies requires assembly caches to be initialized and this is no longer the case after the PE conversion (builtin fusion no longer loads if the dll is not present on disk). The next patch changes msi to perform late initialization of the assembly caches so that native fusion can be loaded once it's installed by .NET installers. However, there's no guarantee that all necessary files and registry keys are installed before the InstallFiles and PatchFiles actions are executed. Therefore this patch moves the parts of these actions handling global assemblies to InstallFinalize. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51345 (cherry picked from commit 2c450fd6)
-