Commits on Source (82)
-
Alexandre Julliard authored
(cherry picked from commit 7af84c79)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49615 (cherry picked from commit 90d50bc6)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52878 (cherry picked from commit 87758b72)
-
(cherry picked from commit aabdb154)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54030 (cherry picked from commit 337f3848)
-
Changing view styles should repaint listviews according to the newly added tests. (cherry picked from commit cc84be8d)
-
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)
-
(cherry picked from commit 4679b556)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54289 (cherry picked from commit a98319d0)
-
(cherry picked from commit cbe3a39b)
-
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)
-
(cherry picked from commit 6e782449)
-
(cherry picked from commit f114ab57)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54353 (cherry picked from commit 66b1a4f3)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54357 (cherry picked from commit 8870d51d)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54364 (cherry picked from commit 369e0cfa)
-
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)
-
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)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51345 (cherry picked from commit d9d700f3)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53926 (cherry picked from commit bf859fb0)
-
(cherry picked from commit afb2125c)
-
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)
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54371 (cherry picked from commit 8a6115f7)
-
(cherry picked from commit a8c319ca)
-
(cherry picked from commit f8b76d3d)
-
(cherry picked from commit a6847dd9)
-
(cherry picked from commit 86fb5c7b)
-
(cherry picked from commit d812af3f)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54486 (cherry picked from commit b7a58677)
-
(cherry picked from commit 667d889d)
-
(cherry picked from commit 23f0df42)
-
(cherry picked from commit 72b86f96)
-
(cherry picked from commit 887e72b2)
-
(cherry picked from commit e8bd0665)
-
On Ventura, the Rosetta runtime and dyld shared cache now reach down to 0x7ff7fffb8000 on my system. (cherry picked from commit c10207e2)
-
(cherry picked from commit 93941d6e)
-
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)
-
(cherry picked from commit 39655dad)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52506 (cherry picked from commit aa21d1ac)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54432 Signed-off-by:
Eric Pouech <eric.pouech@gmail.com> (cherry picked from commit 89d42d64)
-
(cherry picked from commit 21d25b17)
-
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)
-
Windows d3d9 always draws only a single instance for non-indexed draws. (cherry picked from commit 6df6c7fe)
-
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)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54581 (cherry picked from commit a4e51c6b)
-
(cherry picked from commit 4a8cdc2b)
-
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)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54449 Signed-off-by:
Eric Pouech <eric.pouech@gmail.com> (cherry picked from commit 7077c5bc)
-
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)
-
(cherry picked from commit 1a61a4e1)
-
(cherry picked from commit 2f229869)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54563 (cherry picked from commit 333a63c4)
-
(cherry picked from commit 3105fad8)
-
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)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54617 (cherry picked from commit 3fe15349)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54663 (cherry picked from commit 6ed4a2e4)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54690 (cherry picked from commit 65323a6b)
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54690 (cherry picked from commit 0c1dcfd3)
-
(cherry picked from commit 318b0bbe)
-
To avoid a crash on DLL unload if it wasn't initialized. (cherry picked from commit 17ac4059)
-
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)
-
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)
-
Signed-off-by:
Tingzhong Luo <luotingzhong@uniontech.com> (cherry picked from commit c5663827)
-
(cherry picked from commit 44b92e57)
-
Fix CEF applications crash at start without --no-sandbox option. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53981 Signed-off-by:
Dmitry Timoshkov <dmitry@baikal.ru> (cherry picked from commit b99c6756)
-
Fix CEF applications crash at start without --no-sandbox option. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53981 Signed-off-by:
Dmitry Timoshkov <dmitry@baikal.ru> (cherry picked from commit 02e3e17b)
-
(cherry picked from commit 0ebf3222)
-
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)
-
Signed-off-by:
Gabriel Ivăncescu <gabrielopcode@gmail.com> (cherry picked from commit 5ddeae6a)
-
(cherry picked from commit 4ec4bdff)
-
(cherry picked from commit b46bcd2c)
-
Conflicts: po/tr.po (cherry picked from commit 56db5b0b)
-
(cherry picked from commit 36bb7175)
-
Because of padding at the end of the struct, sizeof(*view) is greater than offsetof(struct memory_view, name[0]). Change the allocation to overallocate slightly instead of underallocating slightly. (cherry picked from commit 94d6e616)
-
The pointer might be freed by RPC NdrPointerFree, which will try to use a dedicated free call for the array elements, and fail. (cherry picked from commit 03aa9e13)
-
(cherry picked from commit 2da11260)
-
(cherry picked from commit fe6294c7)
-
-
There are too many commits at once in Stable.
-
There's a long timeout when the connection fails and there doesn't appear to be a way to reduce it with this API. When several of these timeouts occur the total time can exceed the timeout for the test. This patch skips all remaining tests when one of them detects that the server is down. (cherry picked from commit 39e70374)
-
The server is back online now and apparently its contents changed, causing test failures. (cherry picked from commit 42fbc50b)
-
Showing
- ANNOUNCE 183 additions, 338 deletionsANNOUNCE
- AUTHORS 4 additions, 0 deletionsAUTHORS
- VERSION 1 addition, 1 deletionVERSION
- configure 13 additions, 13 deletionsconfigure
- dlls/adsldp/tests/ldap.c 26 additions, 2 deletionsdlls/adsldp/tests/ldap.c
- dlls/advapi32/crypt.c 1 addition, 1 deletiondlls/advapi32/crypt.c
- dlls/apisetschema/apisetschema.spec 1 addition, 0 deletionsdlls/apisetschema/apisetschema.spec
- dlls/comctl32/listview.c 6 additions, 0 deletionsdlls/comctl32/listview.c
- dlls/comctl32/tests/misc.c 38 additions, 27 deletionsdlls/comctl32/tests/misc.c
- dlls/cryptnet/cryptnet_main.c 69 additions, 36 deletionsdlls/cryptnet/cryptnet_main.c
- dlls/d3d9/device.c 12 additions, 4 deletionsdlls/d3d9/device.c
- dlls/d3d9/tests/visual.c 27 additions, 0 deletionsdlls/d3d9/tests/visual.c
- dlls/dwrite/analyzer.c 4 additions, 1 deletiondlls/dwrite/analyzer.c
- dlls/evr/mixer.c 7 additions, 2 deletionsdlls/evr/mixer.c
- dlls/evr/tests/evr.c 44 additions, 0 deletionsdlls/evr/tests/evr.c
- dlls/gdiplus/font.c 1 addition, 1 deletiondlls/gdiplus/font.c
- dlls/gdiplus/image.c 3 additions, 13 deletionsdlls/gdiplus/image.c
- dlls/gdiplus/tests/font.c 13 additions, 1 deletiondlls/gdiplus/tests/font.c
- dlls/gdiplus/tests/image.c 64 additions, 1 deletiondlls/gdiplus/tests/image.c
- dlls/jscript/jsutils.c 1 addition, 0 deletionsdlls/jscript/jsutils.c