Alexandre Julliard pushed to branch master at wine / wine
Commits:
edf72a05 by Alexandre Julliard at 2025-01-22T13:49:50+01:00
shell32: Move some function prototypes to shlwapi.h.
- - - - -
08628da6 by Alexandre Julliard at 2025-01-22T13:51:39+01:00
winedump: Dump MUI resources.
- - - - -
7d49e617 by Alexandre Julliard at 2025-01-22T13:52:00+01:00
wrc: Remove the unused res_count structure.
- - - - -
7 changed files:
- dlls/shell32/shellpath.c
- dlls/shell32/shlexec.c
- include/shlwapi.h
- tools/winedump/pe.c
- tools/wrc/newstruc.c
- tools/wrc/newstruc.h
- tools/wrc/wrctypes.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/676ecbe78430985be9f8cb89d0cf9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/676ecbe78430985be9f8cb89d0cf9…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a6e86eb2 by Nikolay Sivov at 2025-01-22T13:02:43+01:00
propsys/tests: Add some tests for PropVariantChangeType(VT_UI4).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
851f5c04 by Nikolay Sivov at 2025-01-22T13:02:43+01:00
propsys: Implement PropVariantToStringAlloc(VT_UI2).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
6f891f92 by Nikolay Sivov at 2025-01-22T13:02:43+01:00
propsys: Implement PropVariantToStringAlloc(VT_I4).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
5e3b1c9d by Nikolay Sivov at 2025-01-22T13:02:43+01:00
propsys: Implement PropVariantToStringAlloc(VT_I2).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
32bbe8da by Nikolay Sivov at 2025-01-22T13:02:43+01:00
propsys: Implement PropVariantToStringAlloc(VT_I1).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
81284188 by Nikolay Sivov at 2025-01-22T13:02:43+01:00
propsys: Implement PropVariantToStringAlloc(VT_UI1).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
620d5af4 by Nikolay Sivov at 2025-01-22T13:02:43+01:00
propsys: Implement PropVariantToStringAlloc(VT_UI4).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
325a33da by Nikolay Sivov at 2025-01-22T13:02:43+01:00
propsys: Implement PropVariantToStringAlloc(VT_I8).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
c8151e5c by Nikolay Sivov at 2025-01-22T13:02:43+01:00
propsys: Implement PropVariantToStringAlloc(VT_UI8).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/propsys/propvar.c
- dlls/propsys/tests/propsys.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/eb9e90b0c03cc4898a295c13e6423…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/eb9e90b0c03cc4898a295c13e6423…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
009951db by Nikolay Sivov at 2025-01-22T13:02:43+01:00
include: Update with newer Direct2D types.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
eb9e90b0 by Nikolay Sivov at 2025-01-22T13:02:43+01:00
include: Update with newer DirectWrite types.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- include/d2d1_3.idl
- include/dwrite_3.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/28f0be3c9c5ebb5ec1d819388bebb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/28f0be3c9c5ebb5ec1d819388bebb…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
db75ec7b by Brendan McGrath at 2025-01-22T13:02:42+01:00
mfplat/tests: Add audio tests for MFInitMediaTypeFromAMMediaType.
Tests behaviour when major type is audio, and format is NULL.
- - - - -
a11807c8 by Brendan McGrath at 2025-01-22T13:02:42+01:00
mfplat: Add support for audio with NULL format to MFInitMediaTypeFromAMMediaType.
- - - - -
2 changed files:
- dlls/mfplat/mediatype.c
- dlls/mfplat/tests/mfplat.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9ac9b0d633d3c965748f4956da016…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9ac9b0d633d3c965748f4956da016…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
59dd2424 by Nikolay Sivov at 2025-01-22T13:02:42+01:00
oleaut32/tests: Use correct constants for IStream::Seek().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
33dbd461 by Nikolay Sivov at 2025-01-22T13:02:42+01:00
windowscodecs/tests: Use correct constants for IStream::Seek().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
be64357e by Nikolay Sivov at 2025-01-22T13:02:42+01:00
windowscodecs/metadata: Use correct constants for IStream::Seek().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
e0aed713 by Nikolay Sivov at 2025-01-22T13:02:42+01:00
windowscodecs/ddsformat: Use correct constants for IStream::Seek().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
6753e767 by Nikolay Sivov at 2025-01-22T13:02:42+01:00
d2d1: Use correct constants for IStream::Seek().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
e9f17a7b by Nikolay Sivov at 2025-01-22T13:02:42+01:00
dmloader: Use correct constants for IStream::Seek().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3e89e0b5 by Nikolay Sivov at 2025-01-22T13:02:42+01:00
kernel32/tests: Use correct constants for SetFilePointer().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
5abb3191 by Nikolay Sivov at 2025-01-22T13:02:42+01:00
wintrust: Use correct constants for SetFilePointer().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
fbfc8a4e by Nikolay Sivov at 2025-01-22T13:02:42+01:00
storage: Use correct constants for SetFilePointer().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
66012900 by Nikolay Sivov at 2025-01-22T13:02:42+01:00
krnl386: Use correct constants for SetFilePointer().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
aa7eb4fa by Nikolay Sivov at 2025-01-22T13:02:42+01:00
shell32: Use correct constants for SetFilePointer().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
9ac9b0d6 by Nikolay Sivov at 2025-01-22T13:02:42+01:00
dmloader: Use correct constants for SetFilePointer().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
15 changed files:
- dlls/d2d1/factory.c
- dlls/dmloader/loaderstream.c
- dlls/kernel32/tests/file.c
- dlls/kernel32/tests/loader.c
- dlls/krnl386.exe16/int25.c
- dlls/krnl386.exe16/int26.c
- dlls/oleaut32/tests/olepicture.c
- dlls/shell32/shell32_main.c
- dlls/storage.dll16/storage.c
- dlls/windowscodecs/ddsformat.c
- dlls/windowscodecs/metadatahandler.c
- dlls/windowscodecs/tests/converter.c
- dlls/windowscodecs/tests/metadata.c
- dlls/windowscodecs/tests/tiffformat.c
- dlls/wintrust/crypt.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/90060f4ce46d497fe1c6b5e289aa0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/90060f4ce46d497fe1c6b5e289aa0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
bade681f by Stefan Dösinger at 2025-01-22T13:02:42+01:00
wined3d: Support WINED3DFMT_B5G5R5A1_UNORM in the Vulkan backend.
- - - - -
59e9349b by Stefan Dösinger at 2025-01-22T13:02:42+01:00
wined3d: Use VK_FORMAT_R4G4B4A4_UNORM_PACK16 for WINED3DFMT_B4G4R4A4_UNORM.
We can query support for this format without checking for an extension.
VK_EXT_4444_formats introduces VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT,
which is a native fit, but we have to introduce extension checks to
vulkan_formats[].
- - - - -
1 changed file:
- dlls/wined3d/utils.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/992d7bd293161f82c4efb1bc04f06…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/992d7bd293161f82c4efb1bc04f06…
You're receiving this email because of your account on gitlab.winehq.org.