Alexandre Julliard pushed to branch master at wine / wine
Commits:
2a6dba26 by Paul Gofman at 2025-09-05T21:09:34+02:00
wbemprox: Fix CIM_UINT16 handling in to_safearray().
- - - - -
b2c75950 by Paul Gofman at 2025-09-05T21:09:34+02:00
wbemprox: Add MSFT_PhysicalDisk table.
- - - - -
471ecfd1 by Paul Gofman at 2025-09-05T21:09:34+02:00
wbemprox: Return an error from class_object_Next() for non-zero flags.
- - - - -
3c8a072b by Paul Gofman at 2025-09-05T21:09:34+02:00
wbemprox: Enumerate system properties in class_object_Next().
- - - - -
5 changed files:
- dlls/wbemprox/builtin.c
- dlls/wbemprox/class.c
- dlls/wbemprox/query.c
- dlls/wbemprox/tests/query.c
- dlls/wbemprox/wbemprox_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bf7901a5c20ff36697d2829e36fcc…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bf7901a5c20ff36697d2829e36fcc…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
15d8d2e0 by Connor McAdams at 2025-09-05T21:08:46+02:00
d3dx10/tests: Add more DDS file DXGI format mapping tests.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
139cee9d by Connor McAdams at 2025-09-05T21:08:46+02:00
d3dx10/tests: Add more DDS file header handling tests.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
a4c60b0e by Connor McAdams at 2025-09-05T21:08:46+02:00
d3dx10: Add support for parsing DXT10 DDS headers to shared code.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
6ba7624a by Connor McAdams at 2025-09-05T21:08:46+02:00
d3dx10: Only validate header size for DDS files in d3dx10.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
d8b7dab0 by Connor McAdams at 2025-09-05T21:08:46+02:00
d3dx10: Add support for DXGI formats in d3dx_helpers.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
d84a6190 by Connor McAdams at 2025-09-05T21:08:46+02:00
d3dx10: Exclusively use shared code for parsing DDS files in get_image_info().
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
1d3a5ab2 by Connor McAdams at 2025-09-05T21:08:46+02:00
d3dx10: Add support for d3dx10+ image file formats in shared code.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
bf7901a5 by Connor McAdams at 2025-09-05T21:08:46+02:00
d3dx10: Exclusively use shared code for parsing all files in get_image_info().
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
5 changed files:
- dlls/d3dx10_43/tests/d3dx10.c
- dlls/d3dx10_43/texture.c
- dlls/d3dx9_36/d3dx_helpers.c
- dlls/d3dx9_36/d3dx_helpers.h
- dlls/d3dx9_36/util.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ee6edca45557544b893cd8bf58aef…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ee6edca45557544b893cd8bf58aef…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b963a19f by Vibhav Pant at 2025-09-04T21:04:17+02:00
combase/tests: Add RoGetAgileReference tests with agile objects.
Objects that implement IAgileObject don't need to be marshaled across apartment boundaries.
- - - - -
defe9b68 by Vibhav Pant at 2025-09-04T21:04:18+02:00
combase: Don't marshal objects that implement IAgileObject in RoGetAgileReference.
- - - - -
2 changed files:
- dlls/combase/roapi.c
- dlls/combase/tests/roapi.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a0f984f01e7032df94849c1e70922…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a0f984f01e7032df94849c1e70922…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
bc4e25ff by Christian Tinauer at 2025-09-04T13:52:11+02:00
crypt32: Accept PKCS12_ALWAYS_CNG_KSP flag and fall back to standard import.
Some applications (including .NET Core) specify the
PKCS12_ALWAYS_CNG_KSP flag when calling PFXImportCertStore. According
to Microsoft's documentation, this flag indicates that the CNG key
storage provider should always be used, but if it is not available the
import will not fail.
- - - - -
2 changed files:
- dlls/crypt32/pfx.c
- dlls/crypt32/tests/store.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/bc4e25ffff884af5aeb46faf96452b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/bc4e25ffff884af5aeb46faf96452b…
You're receiving this email because of your account on gitlab.winehq.org.