Alexandre Julliard pushed to branch master at wine / wine
Commits:
4e286cd7 by Gabriel Ivăncescu at 2025-05-14T21:08:04+02:00
mshtml: Implement nodeType prop for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
5901070e by Gabriel Ivăncescu at 2025-05-14T21:08:04+02:00
mshtml: Implement attributes prop for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
7e127d25 by Gabriel Ivăncescu at 2025-05-14T21:08:04+02:00
mshtml: Implement ownerDocument prop for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
c677182f by Gabriel Ivăncescu at 2025-05-14T21:08:04+02:00
mshtml: Implement cloneNode for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
ff2b4fd7 by Gabriel Ivăncescu at 2025-05-14T21:08:04+02:00
mshtml: Implement appendChild for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
ed16b0c4 by Gabriel Ivăncescu at 2025-05-14T21:08:04+02:00
mshtml: Implement insertBefore for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
fbba372a by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00
mshtml: Implement hasChildNodes for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
62039871 by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00
mshtml: Implement childNodes prop for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
5fb324ed by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00
mshtml: Implement firstChild prop for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
0a5182be by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00
mshtml: Implement lastChild prop for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
bb89b710 by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00
mshtml: Implement previousSibling prop for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
500982e1 by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00
mshtml: Implement nextSibling prop for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
5f2ecce9 by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00
mshtml: Implement replaceChild for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
8f4ac74a by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00
mshtml: Implement removeChild for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
3 changed files:
- dlls/mshtml/htmlattr.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/tests/dom.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/65a5ab3da3f7749305c2af7f7881e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/65a5ab3da3f7749305c2af7f7881e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4b773c52 by Connor McAdams at 2025-05-14T18:35:10+02:00
d3dx9: Make functions for pixel copying/conversion/filtering static.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
e4503d89 by Connor McAdams at 2025-05-14T18:35:10+02:00
d3dx9: Move code for format conversion of a single pixel into a common helper function.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
56618b99 by Connor McAdams at 2025-05-14T18:35:10+02:00
d3dx9/tests: Add some color key tests.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
70484088 by Connor McAdams at 2025-05-14T18:35:10+02:00
d3dx9: Set all color channels to zero when color keying.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
7c9edc3c by Connor McAdams at 2025-05-14T18:35:10+02:00
d3dx9: Calculate a range of color key channel values in d3dx_load_pixels_from_pixels() if necessary.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
6dc6adf9 by Connor McAdams at 2025-05-14T18:35:10+02:00
d3dx9: Don't color key compressed pixel formats on 32-bit d3dx9.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
3 changed files:
- dlls/d3dx9_36/d3dx9_private.h
- dlls/d3dx9_36/surface.c
- dlls/d3dx9_36/tests/surface.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e6aa0be6d1e793c012ce0c6ba874e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e6aa0be6d1e793c012ce0c6ba874e…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
5ad2e7ee by Elizabeth Figura at 2025-05-14T15:08:13+02:00
vkd3d-shader/hlsl: Fix an incorrect error message for referring to non-struct types with "struct".
We cannot be redefining struct types in this rule, only referring to already
defined types. Struct type definition is handled by named_struct_spec, which
complains if the type was defined at all, regardless of class.
- - - - -
8ca50a2f by Elizabeth Figura at 2025-05-14T15:09:42+02:00
tests/hlsl: Add more tests for struct syntax.
- - - - -
c1adf54a by Elizabeth Figura at 2025-05-14T15:09:48+02:00
vkd3d-shader/hlsl: Forbid referring to typedefs with "struct".
- - - - -
5 changed files:
- Makefile.am
- libs/vkd3d-shader/hlsl.h
- libs/vkd3d-shader/hlsl.y
- tests/hlsl/invalid.shader_test
- + tests/hlsl/struct-syntax.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/bfa655a01fb79a941f71e68b4413…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/bfa655a01fb79a941f71e68b4413…
You're receiving this email because of your account on gitlab.winehq.org.