Alexandre Julliard pushed to branch master at wine / wine
Commits:
5b655361 by Gabriel Ivăncescu at 2025-10-22T00:04:25+02:00
mshtml: Use a common object implementation for HTMLElementCollection enumerator.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
45aeab7c by Gabriel Ivăncescu at 2025-10-22T00:04:25+02:00
mshtml: Use the common object implementation for HTMLDOMChildrenCollection enumerator.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
ceeaf691 by Gabriel Ivăncescu at 2025-10-22T00:04:25+02:00
mshtml: Use the common object implementation for HTMLFormElement enumerator.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
f8cc25f2 by Gabriel Ivăncescu at 2025-10-22T00:04:25+02:00
mshtml: Use the common object implementation for HTMLSelectElement enumerator.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
cf0cfd04 by Gabriel Ivăncescu at 2025-10-22T00:04:25+02:00
mshtml: Use the common object implementation for HTMLRectCollection enumerator.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
f3078308 by Gabriel Ivăncescu at 2025-10-22T00:04:25+02:00
mshtml: Use the common object implementation for HTMLStyleSheetsCollection enumerator.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
2ed322eb by Gabriel Ivăncescu at 2025-10-22T00:04:25+02:00
mshtml: Use the common object implementation for HTMLAttributeCollection enumerator.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
8 changed files:
- dlls/mshtml/dispex.c
- dlls/mshtml/htmlelem.c
- dlls/mshtml/htmlelemcol.c
- dlls/mshtml/htmlform.c
- dlls/mshtml/htmlnode.c
- dlls/mshtml/htmlselect.c
- dlls/mshtml/htmlstylesheet.c
- dlls/mshtml/mshtml_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/709f05ed38287a6d79309a0035274…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/709f05ed38287a6d79309a0035274…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ec7c781a by Nikolay Sivov at 2025-10-22T00:04:25+02:00
d2d1: Implement Tessellate() for path geometries.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
7f97306a by Nikolay Sivov at 2025-10-22T00:04:25+02:00
d2d1: Implement Tessellate() for ellipse geometries.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
f46b480a by Nikolay Sivov at 2025-10-22T00:04:25+02:00
d2d1: Implement Tessellate() for rectangle geometries.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
d10d552a by Nikolay Sivov at 2025-10-22T00:04:25+02:00
d2d1: Implement Tessellate() for rounded rectangle geometries.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
febbec8a by Nikolay Sivov at 2025-10-22T00:04:25+02:00
d2d1/tests: Add a ComputeArea() test for the path geometry.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
daa7a18e by Nikolay Sivov at 2025-10-22T00:04:25+02:00
d2d1: Implement ComputeArea() for path geometries.
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/8da05257f3169153dc7ad158c0c9f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8da05257f3169153dc7ad158c0c9f…
You're receiving this email because of your account on gitlab.winehq.org.