Alexandre Julliard pushed to branch master at wine / wine
Commits:
46e34233 by Nikolay Sivov at 2025-11-03T21:52:11+01:00
d2d1/effect: Add a description for the Gaussian Blur effect.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
ae4a934c by Nikolay Sivov at 2025-11-03T21:52:11+01:00
d2d1/effect: Add a description for the Point Specular effect.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
fc442ed4 by Nikolay Sivov at 2025-11-03T21:52:11+01:00
d2d1/effect: Add a description for the Arithmetic Composite effect.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
cfddd40f by Nikolay Sivov at 2025-11-03T21:52:12+01:00
d2d1/tests: Reduce test run count for some tests.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
d07e0672 by Nikolay Sivov at 2025-11-03T21:52:12+01:00
d2d1/effect: Add property definitions for the Shadow effect.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3 changed files:
- dlls/d2d1/effect.c
- dlls/d2d1/tests/d2d1.c
- include/d2d1effects.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/95a77b2bcfd0588e408ba61944b3b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/95a77b2bcfd0588e408ba61944b3b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
754cb45b by Nikolay Sivov at 2025-11-03T21:52:11+01:00
msxml3: Merge IXMLDocument and IXMLElement sources into a single file.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
4c5906c6 by Nikolay Sivov at 2025-11-03T21:52:11+01:00
msxml3/tests: Add some tests for root element.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
c198eb16 by Nikolay Sivov at 2025-11-03T21:52:11+01:00
msxml3/tests: Add some tests for IXMLElement2::get_attributes().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
6b140bf6 by Nikolay Sivov at 2025-11-03T21:52:11+01:00
msxml3/tests: Add some tests for comment nodes.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
6c0f20c3 by Nikolay Sivov at 2025-11-03T21:52:11+01:00
msxml3/tests: Add some tests for PI and CDATA nodes.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
d64cb501 by Nikolay Sivov at 2025-11-03T21:52:11+01:00
include: Fix IXMLDocument method spelling.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2a55c233 by Nikolay Sivov at 2025-11-03T21:52:11+01:00
msxml3/tests: Add some more get_text() tests.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
6 changed files:
- dlls/msxml3/Makefile.in
- dlls/msxml3/msxml_private.h
- dlls/msxml3/tests/xmldoc.c
- dlls/msxml3/xmldoc.c
- − dlls/msxml3/xmlelem.c
- include/msxml.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/be6e8e64787a1b21c8b190b29da0b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/be6e8e64787a1b21c8b190b29da0b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
81aa5328 by Bernd Herd at 2025-11-03T21:51:56+01:00
gphoto2.ds: Progress dialog created by CreateDialog must be closed by DestroyWindow, not by EndDialog.
- - - - -
46305670 by Bernd Herd at 2025-11-03T21:52:07+01:00
sane.ds: Progress dialog created by CreateDialog must be closed by DestroyWindow, not by EndDialog.
- - - - -
2 changed files:
- dlls/gphoto2.ds/ui.c
- dlls/sane.ds/ui.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9d8596282e8690e96c0424310d177…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9d8596282e8690e96c0424310d177…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9d859628 by Elizabeth Figura at 2025-11-03T21:18:38+01:00
ntdll/tests: Fix reparse test failures.
* Avoid checking GetLastError() after a successful CopyFile(); it's not set
consistently.
* Handle versions before 1709 which don't implement "directory" reparse points.
* Avoid using FileStatInformation which isn't implemented until 1809.
* Handle presumably broken versions < 1709 which don't validate file/directory
status in some cases.
* Handle versions before 1607 which return a different error when trying to use
a reparse point as a root directory.
* Account for some very weird and inexplicably intermittent behaviour on testbot
machines when trying to use a reparse point as a root directory.
* Fix a memory error.
- - - - -
1 changed file:
- dlls/ntdll/tests/file.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/9d8596282e8690e96c0424310d177c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/9d8596282e8690e96c0424310d177c…
You're receiving this email because of your account on gitlab.winehq.org.