Alexandre Julliard pushed to branch master at wine / wine
Commits:
19ef48b5 by Nikolay Sivov at 2025-10-24T10:23:22+02:00
msxml6/tests: Move remaining tests for SAXXMLReader60.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
aeffc18c by Nikolay Sivov at 2025-10-24T10:23:22+02:00
include: Remove SAXXMLReader60 from msxml2.idl.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
4 changed files:
- dlls/msxml3/factory.c
- dlls/msxml3/tests/saxreader.c
- dlls/msxml6/tests/saxreader.c
- include/msxml2.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/852953f930e84702733d4191d143e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/852953f930e84702733d4191d143e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e770966e by Ziqing Hui at 2025-10-24T10:23:17+02:00
mfreadwrite: Add attributes member to writer struct.
- - - - -
5798d89b by Ziqing Hui at 2025-10-24T10:23:18+02:00
mfreadwrite: Add converter transform to stream.
Our tests show that there may be a converter created for encoding.
- - - - -
c76796b6 by Ziqing Hui at 2025-10-24T10:23:19+02:00
mfreadwrite: Implement IMFSinkWriterEx.
- - - - -
800d3294 by Ziqing Hui at 2025-10-24T10:23:19+02:00
mfreadwrite: Implement sink_writer_SetInputMediaType.
- - - - -
852953f9 by Ziqing Hui at 2025-10-24T10:23:19+02:00
mfreadwrite/tests: Test getting transform for a writer without converter.
- - - - -
2 changed files:
- dlls/mfreadwrite/tests/mfplat.c
- dlls/mfreadwrite/writer.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ff187dc851c1d9f992049688a7e71…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ff187dc851c1d9f992049688a7e71…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
436fd065 by Nikolay Sivov at 2025-10-23T23:26:33+02:00
d2d1: Implement ComputeArea() for ellipse geometries.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
0a912e46 by Nikolay Sivov at 2025-10-23T23:26:33+02:00
d2d1: Implement ComputeArea() for rounded rectangle geometries.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
77c2008f by Nikolay Sivov at 2025-10-23T23:26:33+02:00
d2d1: Implement Tessellate() for transformed geometries.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1599ae51 by Nikolay Sivov at 2025-10-23T23:26:33+02:00
d2d1/tests: Reduce test run count for some tests.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/d2d1/geometry.c
- dlls/d2d1/tests/d2d1.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6fb146447548193c58a1a89ffd9e0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6fb146447548193c58a1a89ffd9e0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
79231341 by Akihiro Sagawa at 2025-10-23T23:26:33+02:00
ntdll: Drop unused raw SCSI command support for NetBSD.
Due to insufficient testing, HAVE_SCSIREQ_T_CMD was never defined
and the issue remained unnoticed for over two decades. It is better
to remove the blocks than to maintain them.
- - - - -
4c04a640 by Akihiro Sagawa at 2025-10-23T23:26:33+02:00
ntdll: Remove useless request_sense type check.
This reverts most of commit b8b15f3e6e0e.
Since its introduction in Linux 2.2.16, request_sense in linux/cdrom.h
has been a structure, not a type. Therefore, HAVE_REQUEST_SENSE
has not been defined for over two decades.
- - - - -
2569a0d1 by Akihiro Sagawa at 2025-10-23T23:26:33+02:00
ntdll: Separate the I/O buffers in IOCTL_SCSI_PASS_THROUGH.
- - - - -
a3547cb8 by Akihiro Sagawa at 2025-10-23T23:26:33+02:00
ntdll: Add wow64 support for IOCTL_SCSI_PASS_THROUGH.
- - - - -
6fb14644 by Akihiro Sagawa at 2025-10-23T23:26:33+02:00
kernel32/tests: Add IOCTL_SCSI_PASS_THROUGH tests for optical drives.
- - - - -
5 changed files:
- configure
- configure.ac
- dlls/kernel32/tests/volume.c
- dlls/ntdll/unix/cdrom.c
- include/config.h.in
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7685f32b706829d410fdd8723299e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7685f32b706829d410fdd8723299e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
7685f32b by Marc-Aurel Zent at 2025-10-23T23:26:33+02:00
ntdll: Do not set main thread QoS class on macOS.
Server already does so for us. This reverts the following two commits:
Revert "ntdll: Fix runtime availability check for pthread_attr_set_qos_class_np."
This reverts commit e605bc17a5657814a8f9a99e2a94d3222e03ba9d.
Revert "ntdll: Set the QoS class of the main Wine thread on macOS."
This reverts commit ed666db8d8d6afd740a266584a38e08622474821.
- - - - -
1 changed file:
- dlls/ntdll/unix/loader.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/7685f32b706829d410fdd8723299ed…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/7685f32b706829d410fdd8723299ed…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4162516a by Gabriel Ivăncescu at 2025-10-23T23:26:32+02:00
mshtml: Add private stub interfaces for validating form elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
dd6457ff by Gabriel Ivăncescu at 2025-10-23T23:26:32+02:00
mshtml: Add private stub interfaces for validating input elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
325f8e48 by Gabriel Ivăncescu at 2025-10-23T23:26:32+02:00
mshtml: Add private stub interfaces for validating button elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
87cdbf0f by Gabriel Ivăncescu at 2025-10-23T23:26:32+02:00
mshtml: Add private stub interfaces for validating object elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
de376ddd by Gabriel Ivăncescu at 2025-10-23T23:26:32+02:00
mshtml: Add private stub interfaces for validating select elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
40e3af2e by Gabriel Ivăncescu at 2025-10-23T23:26:32+02:00
mshtml: Add private stub interfaces for validating text area elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
85642471 by Gabriel Ivăncescu at 2025-10-23T23:26:32+02:00
mshtml: Implement checkValidity for HTMLInputElement.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
6a026e51 by Gabriel Ivăncescu at 2025-10-23T23:26:32+02:00
mshtml: Implement enctype for HTMLFormElement.
It's an alternative name for `encoding`.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
11 changed files:
- dlls/mshtml/htmlevent.c
- dlls/mshtml/htmlevent.h
- dlls/mshtml/htmlform.c
- dlls/mshtml/htmlinput.c
- dlls/mshtml/htmlobject.c
- dlls/mshtml/htmlselect.c
- dlls/mshtml/htmltextarea.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/mshtml_private_iface.idl
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/es5.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/be60f77909fc9ce2c9b6f1abd005e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/be60f77909fc9ce2c9b6f1abd005e…
You're receiving this email because of your account on gitlab.winehq.org.