Alexandre Julliard pushed to branch master at wine / wine
Commits:
f6309b3a by Arkadiusz Hiler at 2025-07-10T22:20:11+02:00
cfgmgr32: Preserve registry casing when getting device interface list.
This fixes SDL3 wrongly using their HIDAPI backend for XInput devices on
Wine due to a case-sensitive check for `&IG_`.
- - - - -
3 changed files:
- dlls/cfgmgr32/tests/Makefile.in
- dlls/cfgmgr32/tests/cfgmgr32.c
- dlls/setupapi/devinst.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f6309b3a885e08b06fd9ab7e8b2c6d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f6309b3a885e08b06fd9ab7e8b2c6d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
33e9ca2b by Alexandre Julliard at 2025-07-10T09:17:50+02:00
oleaut32: Use DOUBLE type where appropriate to match the PSDK.
And avoid some clang alignment mismatch warnings.
- - - - -
41aa3d5c by Alexandre Julliard at 2025-07-10T09:38:52+02:00
include: Use aligned int64 types where possible.
Avoids some clang alignment mismatch warnings.
- - - - -
d365d666 by Alexandre Julliard at 2025-07-10T22:20:11+02:00
setupapi/tests: Don't test an uninitialized value.
- - - - -
15 changed files:
- dlls/oleaut32/tests/vartest.c
- dlls/oleaut32/tests/vartype.c
- dlls/oleaut32/variant.c
- dlls/oleaut32/vartype.c
- dlls/propsys/tests/propsys.c
- dlls/setupapi/tests/diskspace.c
- dlls/vbscript/global.c
- include/basetsd.h
- include/mfapi.h
- include/msdelta.h
- include/oleauto.h
- include/shlwapi.h
- include/sysinfoapi.h
- include/webservices.h
- include/winnt.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/43654e091ced80aaf6e3656364495…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/43654e091ced80aaf6e3656364495…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4b100a50 by Shaun Ren at 2025-07-10T08:57:14+02:00
sapi/xml: Add a stub SSML parser.
Based on the XML parser in ntdll/actctx.c.
- - - - -
3164ebe5 by Shaun Ren at 2025-07-10T08:57:16+02:00
sapi/xml: Parse the <speak> SSML root element.
- - - - -
dfcf7be3 by Shaun Ren at 2025-07-10T08:57:18+02:00
sapi/xml: Implement add_sapi_text_fragement().
- - - - -
304b3dc8 by Shaun Ren at 2025-07-10T08:57:19+02:00
sapi/xml: Parse the <p> and <s> SSML elements.
- - - - -
2 changed files:
- dlls/sapi/tests/tts.c
- dlls/sapi/xml.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b41f7fa1e4a1c8fb04bf6b91fd8de…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b41f7fa1e4a1c8fb04bf6b91fd8de…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b41f7fa1 by Elizabeth Figura at 2025-07-10T08:49:28+02:00
xaudio2: Do not register classes from xapofx or x3daudio dlls.
- - - - -
10 changed files:
- dlls/xaudio2_0/Makefile.in
- dlls/xaudio2_1/Makefile.in
- dlls/xaudio2_2/Makefile.in
- dlls/xaudio2_3/Makefile.in
- dlls/xaudio2_4/Makefile.in
- dlls/xaudio2_5/Makefile.in
- dlls/xaudio2_6/Makefile.in
- dlls/xaudio2_7/Makefile.in
- dlls/xaudio2_7/xaudio_classes.idl
- + dlls/xaudio2_7/xaudio_register.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b41f7fa1e4a1c8fb04bf6b91fd8de8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b41f7fa1e4a1c8fb04bf6b91fd8de8…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e5643534 by Esme Povirk at 2025-07-09T22:27:10+02:00
comctl32: Implement OBJID_QUERYCLASSNAMEIDX for status controls.
- - - - -
ab7a7388 by Esme Povirk at 2025-07-09T22:27:10+02:00
comctl32: Implement OBJID_QUERYCLASSNAMEIDX for toolbars.
- - - - -
c4b54320 by Esme Povirk at 2025-07-09T22:27:10+02:00
comctl32: Implement OBJID_QUERYCLASSNAMEIDX for progress bars.
- - - - -
6 changed files:
- dlls/comctl32/progress.c
- dlls/comctl32/status.c
- dlls/comctl32/tests/progress.c
- dlls/comctl32/tests/status.c
- dlls/comctl32/tests/toolbar.c
- dlls/comctl32/toolbar.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e7eeb27f3c6564b37f7700e6dd970…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e7eeb27f3c6564b37f7700e6dd970…
You're receiving this email because of your account on gitlab.winehq.org.