Alexandre Julliard pushed to branch master at wine / wine
Commits:
082c3197 by Paul Gofman at 2025-10-30T23:09:45+01:00
server: Use process_vm_readv() for other process memory read when available.
- - - - -
295bd9bd by Paul Gofman at 2025-10-30T23:09:45+01:00
ntdll: Get written size from server in NtWriteVirtualMemory().
- - - - -
d9852a63 by Paul Gofman at 2025-10-30T23:09:45+01:00
server: Use process_vm_writev() for other process memory write when available.
- - - - -
15 changed files:
- configure
- configure.ac
- dlls/kernel32/tests/virtual.c
- dlls/ntdll/tests/wow64.c
- dlls/ntdll/unix/virtual.c
- include/config.h.in
- include/wine/server_protocol.h
- server/mach.c
- server/process.c
- server/process.h
- server/procfs.c
- server/protocol.def
- server/ptrace.c
- server/request_handlers.h
- server/request_trace.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/81d98f4ad9414c9ca7f0e7885c2b3…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/81d98f4ad9414c9ca7f0e7885c2b3…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2b946110 by Nikolay Sivov at 2025-10-30T23:09:45+01:00
msxml3: Update to IXMLDocument2.
Even though IXMLDocument2 does not inherit from IXMLDocument,
it extends it in practice. Return automation type info also
points to IID_IXMLDocument2.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
81d98f4a by Nikolay Sivov at 2025-10-30T23:09:45+01:00
msxml3: Return static string from get_version().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
5 changed files:
- dlls/msxml3/dispex.c
- dlls/msxml3/msxml_dispex.h
- dlls/msxml3/tests/xmldoc.c
- dlls/msxml3/xmldoc.c
- dlls/msxml3/xmlelem.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a20b4d5e8a818ba2d3aff60e8b947…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a20b4d5e8a818ba2d3aff60e8b947…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
79018835 by Nikolay Sivov at 2025-10-30T23:09:45+01:00
d2d1/tests: Add some property tests for the Gaussian Blur effect.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
9d37967a by Nikolay Sivov at 2025-10-30T23:09:45+01:00
d2d1/tests: Add some property tests for the Point Specular effect.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
a20b4d5e by Nikolay Sivov at 2025-10-30T23:09:45+01:00
d2d1/tests: Add some property tests for the Arithmetic Composite effect.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/d2d1/tests/d2d1.c
- include/d2d1effects.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/70a968e9ac5343ab30ae01c529a93…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/70a968e9ac5343ab30ae01c529a93…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0858b0a0 by Zhiyi Zhang at 2025-10-30T23:09:45+01:00
comctl32/ipaddress: Add a helper to get the theme text state.
- - - - -
c36f25a4 by Zhiyi Zhang at 2025-10-30T23:09:45+01:00
comctl32/ipaddress: Add a helper to get the text colors.
- - - - -
56c7b419 by Zhiyi Zhang at 2025-10-30T23:09:45+01:00
comctl32/ipaddress: Add a helper to draw the background.
- - - - -
b361ec1e by Zhiyi Zhang at 2025-10-30T23:09:45+01:00
comctl32/ipaddress: Add a helper to draw the dots.
- - - - -
58e6ddbd by Zhiyi Zhang at 2025-10-30T23:09:45+01:00
comctl32/ipaddress: Remove theming for comctl32 v5.
- - - - -
fad78dd5 by Zhiyi Zhang at 2025-10-30T23:09:45+01:00
comctl32/listview: Remove theming for comctl32 v5.
- - - - -
70a968e9 by Zhiyi Zhang at 2025-10-30T23:09:45+01:00
comctl32/monthcal: Remove theming for comctl32 v5.
- - - - -
3 changed files:
- dlls/comctl32/ipaddress.c
- dlls/comctl32/listview.c
- dlls/comctl32/monthcal.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/41ed5dc8ca55ad74dd9f9ecae1b9a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/41ed5dc8ca55ad74dd9f9ecae1b9a…
You're receiving this email because of your account on gitlab.winehq.org.