- 19 Apr, 2023 40 commits
-
-
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)
-
Jinoh Kang authored
Today, test_reuseaddr() triggers a buffer overflow when accept()-ing an IPv6 client due to the supplied peer name buffer (`struct sockaddr`) being too small to hold an AF_INET6 address (`struct sockaddr_in6`). Fix this by changing the type of `saddr` from `struct sockaddr` to `struct sockaddr_storage`. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54376 (cherry picked from commit 876742bf)
-
Hans Leidekker authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54364 (cherry picked from commit 369e0cfa)
-
Jacek Caban authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54357 (cherry picked from commit 8870d51d)
-
Paul Gofman authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54353 (cherry picked from commit 66b1a4f3)
-
Paul Gofman authored
(cherry picked from commit f114ab57)
-
Paul Gofman authored
(cherry picked from commit 6e782449)
-
Akihiro Sagawa authored
After commit 2aa54a90, a double-byte character is sent to the edit control by double WM_CHAR messages. However, its WM_CHAR handler (ANSI version) can't process a double- byte character properly because the handler converts WM_CHAR to WCHAR one by one. This fix queues the double-byte lead byte as it comes in and then uses it afterwards for the WCHAR conversion. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54337 (cherry picked from commit c385b647)
-
Akihiro Sagawa authored
(cherry picked from commit cbe3a39b)
-
Paul Gofman authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54289 (cherry picked from commit a98319d0)
-