- 19 Apr, 2023 29 commits
-
-
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)
-
Paul Gofman authored
(cherry picked from commit 4679b556)
-
Zhiyi Zhang authored
Changing listview view styles should repaint according to the tests in test_WM_STYLECHANGED(). Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54215 (cherry picked from commit 1f1f9902)
-
Zhiyi Zhang authored
Changing view styles should repaint listviews according to the newly added tests. (cherry picked from commit cc84be8d)
-
Hans Leidekker authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54030 (cherry picked from commit 337f3848)
-
Hans Leidekker authored
(cherry picked from commit aabdb154)
-
Hans Leidekker authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52878 (cherry picked from commit 87758b72)
-
Alistair Leslie-Hughes authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49615 (cherry picked from commit 90d50bc6)
-
Alexandre Julliard authored
(cherry picked from commit 7af84c79)
-
- 24 Jan, 2023 3 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Floris Renaud authored
-
- 20 Jan, 2023 4 commits
-
-
Alexandre Julliard authored
-
Byeongsik Jeon authored
-
Francois Gouget authored
Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=49202
-
Fan WenJie authored
Signed-off-by: Fan WenJie <fanwj@mail.ustc.edu.cn>
-
- 19 Jan, 2023 4 commits
-
-
Francois Gouget authored
The table size typically keeps increasing such that in some cases the size we got is already too small by the time we try to get the table content in the next iteration. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54328
-
Francois Gouget authored
err must be set if the last attempt to allocate the tables fails. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54328
-
Brendan Shanks authored
-
Santino Mazza authored
-