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.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
57bb7af9 by Nikolay Sivov at 2025-10-23T23:09:42+02:00
include: Remove some msxml6 types from msxml2.idl.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
f1ea9310 by Nikolay Sivov at 2025-10-23T23:09:42+02:00
msxml3/tests: Remove duplicated test.
This one already exists in msxml6 tests. Simply switching to
older classes shows different behavior.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
71f1ec55 by Nikolay Sivov at 2025-10-23T23:09:42+02:00
include: Remove more coclass entries from msxml2.idl.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3 changed files:
- dlls/msxml3/factory.c
- dlls/msxml3/tests/saxreader.c
- include/msxml2.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/833f57698015a9e0c9d0606d8a992…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/833f57698015a9e0c9d0606d8a992…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8e52c1c1 by Conor McCarthy at 2025-10-22T22:10:27+02:00
mf/tests: Skip the scheme resolver tests if network connectivity is unavailable.
- - - - -
c40a9007 by Conor McCarthy at 2025-10-22T22:10:27+02:00
mf/tests: Fix occasional hangs in test_media_session_source_shutdown().
- - - - -
4cdc10f0 by Conor McCarthy at 2025-10-22T22:10:27+02:00
mf/tests: Skip some tests invalid on current Windows 11.
- - - - -
23812a5f by Conor McCarthy at 2025-10-22T22:10:27+02:00
mf/tests: Fix a scheme resolver test failure on current Windows 11.
- - - - -
bf3b7d07 by Conor McCarthy at 2025-10-22T22:10:27+02:00
mf/tests: Test H.264 sink media type height alignment.
H.264 uses a 16-pixel alignment, and the stream sink media type should
have the aligned height after the session has started.
- - - - -
3fcaa728 by Conor McCarthy at 2025-10-22T22:10:27+02:00
mf/tests: Test H.264 decoder alignment.
The transform returns MF_E_TRANSFORM_STREAM_CHANGE to trigger a change
of output type to the aligned frame size.
- - - - -
4 changed files:
- dlls/mf/tests/mf.c
- dlls/mf/tests/resource.rc
- + dlls/mf/tests/test-unaligned.mp4
- dlls/mf/tests/transform.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/173dd886d2595140d9da21efa67bd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/173dd886d2595140d9da21efa67bd…
You're receiving this email because of your account on gitlab.winehq.org.