Alexandre Julliard pushed to branch master at wine / wine
Commits:
03dd577a by Zhiyi Zhang at 2025-10-15T17:19:41+02:00
comctl32/tests: Add RegisterClassNameW() tests.
- - - - -
a48455c7 by Zhiyi Zhang at 2025-10-15T17:21:17+02:00
comctl32: Remove user32 control copies in comctl32 v5.
- - - - -
202987e7 by Zhiyi Zhang at 2025-10-15T17:21:37+02:00
comctl32/tests: Test v6 only exports.
- - - - -
872b5549 by Zhiyi Zhang at 2025-10-15T17:21:55+02:00
comctl32: Remove taskdialog from comctl32 v5.
- - - - -
277a8b0f by Zhiyi Zhang at 2025-10-15T17:22:17+02:00
comctl32: Remove syslink from comctl32 v5.
test_comctl32_classes() in comctl32 tests shows that syslink is not available in comctl32 v5. The
syslink test in the test_comctl32_classes() in user32 tests is removed in this commit because it's
not being tested properly. The broken() call at class.c#L1329 is hiding the failure on Windows.
- - - - -
894da036 by Zhiyi Zhang at 2025-10-15T17:22:23+02:00
comctl32: Remove v6 only exports.
HIMAGELIST_QueryInterface() is needed in SHGetImageList(). Leave it for now.
- - - - -
16 changed files:
- dlls/comctl32/Makefile.in
- dlls/comctl32/comctl32.h
- dlls/comctl32/comctl32.spec
- dlls/comctl32/commctrl.c
- dlls/comctl32/dpa.c
- dlls/comctl32/dsa.c
- dlls/comctl32/imagelist.c
- dlls/comctl32/tests/misc.c
- dlls/comctl32/button.c → dlls/comctl32_v6/button.c
- dlls/comctl32/combo.c → dlls/comctl32_v6/combo.c
- dlls/comctl32/edit.c → dlls/comctl32_v6/edit.c
- dlls/comctl32/listbox.c → dlls/comctl32_v6/listbox.c
- dlls/comctl32/static.c → dlls/comctl32_v6/static.c
- dlls/comctl32/syslink.c → dlls/comctl32_v6/syslink.c
- dlls/comctl32/taskdialog.c → dlls/comctl32_v6/taskdialog.c
- dlls/user32/tests/class.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/db2e157c68d5b1ced965e2ac90ecb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/db2e157c68d5b1ced965e2ac90ecb…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9afc77ed by Alexandre Julliard at 2025-10-15T12:04:08+02:00
tools: Move the fatal_perror function to the shared header.
- - - - -
6f0899af by Alexandre Julliard at 2025-10-15T13:08:01+02:00
tools: Add a shared helper to create a directory.
- - - - -
33d5a919 by Alexandre Julliard at 2025-10-15T17:09:22+02:00
tools: Add an install tool.
- - - - -
db2e157c by Alexandre Julliard at 2025-10-15T17:09:22+02:00
makedep: Use the new install tool.
- - - - -
11 changed files:
- tools/Makefile.in
- − tools/install-sh
- + tools/install.c
- tools/makedep.c
- tools/tools.h
- tools/winebuild/build.h
- tools/winebuild/utils.c
- tools/wmc/utils.c
- tools/wmc/utils.h
- tools/wrc/utils.c
- tools/wrc/utils.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d34991a38aac088b21372be0fbe44…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d34991a38aac088b21372be0fbe44…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0cb93fa9 by Nikolay Sivov at 2025-10-15T11:45:02+02:00
mfplat/tests: Fix a crash on some Windows systems.
It appears that EndCreateObjectFromURL() clears object pointer carried by
the result object. Existing test is likely hitting implementation details.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- dlls/mfplat/tests/mfplat.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0cb93fa96efc05f7f47be9350fc958…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0cb93fa96efc05f7f47be9350fc958…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
332f891f by Paul Gofman at 2025-10-15T11:43:24+02:00
windows.media.speech: Add stub IRandomAccessStream interface to SpeechSynthesisStream class.
- - - - -
30452cc6 by Paul Gofman at 2025-10-15T11:43:26+02:00
windows.media.speech: Add stub IInputStream interface to SpeechSynthesisStream class.
- - - - -
84cd9757 by Paul Gofman at 2025-10-15T11:43:28+02:00
windows.media.speech: Add semi-stub for synthesis_stream_input_ReadAsync().
- - - - -
09622456 by Paul Gofman at 2025-10-15T11:43:29+02:00
windows.media.speech: Return semi-stub IAsyncInfo from async_with_progress_uint32_QueryInterface().
- - - - -
3 changed files:
- dlls/windows.media.speech/private.h
- dlls/windows.media.speech/synthesizer.c
- dlls/windows.media.speech/tests/speech.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/29065fdc8994ddc16e2bed29ef9d5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/29065fdc8994ddc16e2bed29ef9d5…
You're receiving this email because of your account on gitlab.winehq.org.