Alexandre Julliard pushed to branch master at wine / wine
Commits:
858d752a by Tingzhong Luo at 2024-11-26T10:54:34+01:00
dwrite/tests: Add a test for DrawGlyphRun() bounds.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
72851171 by Tingzhong Luo at 2024-11-26T10:54:34+01:00
dwrite/gdiinterop: Always return valid bounds from DrawGlyphRun on success.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
e97ce51f by Tingzhong Luo at 2024-11-26T10:54:36+01:00
dwrite/gdiinterop: Apply dpi scaling to the whole target transform.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
4 changed files:
- dlls/dwrite/dwrite_private.h
- dlls/dwrite/gdiinterop.c
- dlls/dwrite/main.c
- dlls/dwrite/tests/font.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/24f35e24a6a61b9bef8da1bca7daa…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/24f35e24a6a61b9bef8da1bca7daa…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3e90b07a by Gabriel Ivăncescu at 2024-11-25T22:17:02+01:00
mshtml: Move htmlcomment.c contents into htmltextnode.c.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
6867b4ba by Gabriel Ivăncescu at 2024-11-25T22:17:02+01:00
mshtml: Add an internal IWineHTMLCharacterData interface and forward text node methods to it.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
6814fee3 by Gabriel Ivăncescu at 2024-11-25T22:17:02+01:00
mshtml: Expose the props from the IWineHTMLCharacterData interface for CharacterDataPrototype.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
aeddc913 by Gabriel Ivăncescu at 2024-11-25T22:17:02+01:00
mshtml: Don't expose toString from text nodes in IE9+ mode.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
a2366962 by Gabriel Ivăncescu at 2024-11-25T22:17:03+01:00
mshtml: Expose IHTMLCommentElement2 interface for comment elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
69d0a36f by Gabriel Ivăncescu at 2024-11-25T22:17:03+01:00
mshtml: Don't expose 'atomic' prop from comment nodes in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
57147d44 by Gabriel Ivăncescu at 2024-11-25T22:17:03+01:00
mshtml: Don't expose element props from comment nodes in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
0e403d88 by Gabriel Ivăncescu at 2024-11-25T22:17:03+01:00
mshtml: Implement get_data for legacy DOCTYPE comment elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
4e2a6ae2 by Gabriel Ivăncescu at 2024-11-25T22:17:03+01:00
mshtml: Expose ie9_char as char for KeyboardEvent.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
b209ce01 by Gabriel Ivăncescu at 2024-11-25T22:17:03+01:00
mshtml: Make PageTransitionEvents only available in IE11 mode.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
61615f45 by Gabriel Ivăncescu at 2024-11-25T22:17:03+01:00
mshtml: Make ProgressEvent constructor only available in IE10+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
8 changed files:
- dlls/mshtml/Makefile.in
- − dlls/mshtml/htmlcomment.c
- dlls/mshtml/htmlevent.c
- dlls/mshtml/htmltextnode.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/mshtml_private_iface.idl
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/dom.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fb139a026a124d30299a9b2385bdf…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fb139a026a124d30299a9b2385bdf…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2229261f by Dāvis Mosāns at 2024-11-25T22:17:02+01:00
ntdll/tests: Unify APC test functions.
This reduces duplication since they all do same thing.
- - - - -
fb139a02 by Alexandre Julliard at 2024-11-25T22:17:02+01:00
ntdll: Initial version of NtContinueEx().
Based on a patch by Dāvis Mosāns.
- - - - -
7 changed files:
- dlls/ntdll/ntdll.spec
- dlls/ntdll/ntsyscalls.h
- dlls/ntdll/signal_arm64ec.c
- dlls/ntdll/tests/exception.c
- dlls/ntdll/unix/server.c
- dlls/wow64/syscall.c
- include/winternl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a1e35c57e9d6f9327fe36615f689a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a1e35c57e9d6f9327fe36615f689a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
42a09c63 by Eric Pouech at 2024-11-25T14:43:05+01:00
kernel32: Add tests for checking the exit code of default ctrl-c handlers.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
90c43e47 by Eric Pouech at 2024-11-25T14:43:05+01:00
kernelbase: Fix exit code for default ctrl-c handler.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/kernel32/tests/console.c
- dlls/kernelbase/console.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8b6ec37fc2e981db9e3f539bdcce5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8b6ec37fc2e981db9e3f539bdcce5…
You're receiving this email because of your account on gitlab.winehq.org.