Alexandre Julliard pushed to branch master at wine / wine
Commits:
c19dc3fd by Paul Gofman at 2025-05-14T21:37:42+02:00
msvcp: Use _beginthreadex() in _Thrd_start().
Test code is based in ucrtbase/thread.c tests.
- - - - -
6 changed files:
- dlls/msvcp140/tests/Makefile.in
- dlls/msvcp140/tests/msvcp140.c
- + dlls/msvcp140/tests/threaddll.c
- + dlls/msvcp140/tests/threaddll.h
- + dlls/msvcp140/tests/threaddll.spec
- dlls/msvcp90/misc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/c19dc3fdca9402f718a5df922a8580…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/c19dc3fdca9402f718a5df922a8580…
You're receiving this email because of your account on gitlab.winehq.org.
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.