Alexandre Julliard pushed to branch master at wine / wine
Commits:
43a240d8 by Dmitry Timoshkov at 2025-10-08T19:09:09+02:00
adsldp: Use correct DN in IDirectorySearch::ExecuteSearch().
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
cadc94f5 by Dmitry Timoshkov at 2025-10-08T21:02:56+02:00
adsldp: Reimplement IADs::GetInfoEx() on top of IDirectorySearch interface.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
e42e262f by Dmitry Timoshkov at 2025-10-08T21:02:59+02:00
adsldp: Implement IADs::GetEx().
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
a74f9926 by Dmitry Timoshkov at 2025-10-08T21:02:59+02:00
adsldp/tests: Add some tests for IADs::GetEx().
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2 changed files:
- dlls/adsldp/adsldp.c
- dlls/adsldp/tests/ldap.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/98f7e1aa16c747f42028729be7cbc…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/98f7e1aa16c747f42028729be7cbc…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
98f7e1aa by Zhengyong Chen at 2025-10-08T16:48:48+02:00
imm32: Do not overwrite input context window with GetFocus() in ime_ui_update_window.
Overwriting ctx->hWnd with the current focus window breaks the
relationship between the HIMC handle and its associated window.
This direct assignment does not update the corresponding state
in the wine server, leading to inconsistencies between client and
server.
Signed-off-by: chenzhengyong <chenzhengyong(a)uniontech.com>
- - - - -
1 changed file:
- dlls/imm32/ime.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/98f7e1aa16c747f42028729be7cbc4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/98f7e1aa16c747f42028729be7cbc4…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8faa31d9 by Giovanni Mascellani at 2025-10-08T16:48:47+02:00
mmdevapi/tests: Test after sleeping with read_packets().
- - - - -
a1efc90d by Giovanni Mascellani at 2025-10-08T16:48:47+02:00
mmdevapi/tests: Move GetBufferSize() checks to the beginning of the test.
They are not related to the packet flow, so it's more sensible to
have them somewhere else.
- - - - -
ef7cc736 by Giovanni Mascellani at 2025-10-08T16:48:47+02:00
mmdevapi/tests: Move checking the current padding out of read_packets().
Otherwise it would fail with other upcoming usages of read_packets().
- - - - -
61da0a23 by Giovanni Mascellani at 2025-10-08T16:48:47+02:00
mmdevapi/tests: Test after overrunning buffer with read_packets().
- - - - -
bf80d351 by Giovanni Mascellani at 2025-10-08T16:48:48+02:00
mmdevapi/tests: Test after stopping and restarting the client with read_packets().
- - - - -
0c07de67 by Giovanni Mascellani at 2025-10-08T16:48:48+02:00
mmdevapi/tests: Test after stopping, resetting and restarting the client with read_packets().
- - - - -
1 changed file:
- dlls/mmdevapi/tests/capture.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a87be7200964ad5aef17d8f8ab48a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a87be7200964ad5aef17d8f8ab48a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ba80c28c by Zhiyi Zhang at 2025-10-08T13:17:11+02:00
comctl32/tests: Fix a window leak.
- - - - -
8e204577 by Zhiyi Zhang at 2025-10-08T13:17:11+02:00
user32: Load version for comctl32 v6 window classes.
So that versioned window classes gets registered as well. Otherwise, comctl32 v6 fails to register
its window classes when comctl32 v5 classes are still being used. This can happen, for example, when
creating a window using comctl32 v5, then unload comctl32 v5 and not destroying the window, and then
load comctl32 v6.
- - - - -
69584284 by Zhiyi Zhang at 2025-10-08T13:17:11+02:00
comctl32/tests: Add version tests.
- - - - -
3 changed files:
- dlls/comctl32/tests/datetime.c
- dlls/comctl32/tests/misc.c
- dlls/user32/class.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fd6bdbeda50c2871ad5f80bb1b082…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fd6bdbeda50c2871ad5f80bb1b082…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1ac6f292 by Rémi Bernon at 2025-10-08T13:17:11+02:00
winevulkan: Treat LPCWSTR and HANDLE as pointer sized types.
- - - - -
54719aad by Rémi Bernon at 2025-10-08T13:17:11+02:00
win32u: Pass the name of the extension to replace to get_host_extension.
- - - - -
292051e7 by Rémi Bernon at 2025-10-08T13:17:11+02:00
win32u: Swap VK_KHR_external_memory_win32 with the matching host extension.
- - - - -
3807dc46 by Rémi Bernon at 2025-10-08T13:17:11+02:00
win32u: Create D3DKMT global resources for exported Vulkan memory.
- - - - -
69a125dd by Rémi Bernon at 2025-10-08T13:17:11+02:00
win32u: Implement Vulkan memory D3DKMT NT shared handle export.
- - - - -
723ed862 by Rémi Bernon at 2025-10-08T13:17:11+02:00
win32u: Implement Vulkan memory D3DKMT global / shared handle import.
Only try to open the shared handle for now, then close the object.
- - - - -
e04c0d92 by Rémi Bernon at 2025-10-08T13:17:11+02:00
win32u: Implement Vulkan memory D3DKMT handle import from name.
- - - - -
12 changed files:
- dlls/win32u/d3dkmt.c
- dlls/win32u/tests/d3dkmt.c
- dlls/win32u/vulkan.c
- dlls/win32u/win32u_private.h
- dlls/winemac.drv/vulkan.c
- dlls/winevulkan/make_vulkan
- dlls/winevulkan/vulkan.c
- dlls/winevulkan/vulkan_private.h
- dlls/winevulkan/vulkan_thunks.c
- dlls/winewayland.drv/vulkan.c
- dlls/winex11.drv/vulkan.c
- include/wine/vulkan_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b25756d88ea1300d10a7ba4dc271d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b25756d88ea1300d10a7ba4dc271d…
You're receiving this email because of your account on gitlab.winehq.org.