Alexandre Julliard pushed to branch master at wine / wine
Commits:
a6584f4e by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Include only link items as IAccessible children.
- - - - -
be93d1ef by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Implement get_accState for SysLink controls.
- - - - -
40f30e20 by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Implement acc_getName for SysLink.
- - - - -
6f6afeb7 by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Implement get_accDefaultAction for SysLink.
- - - - -
f8ba1f6e by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Implement accLocation for SysLink.
- - - - -
aa13561c by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Implement get_accChildCount for SysLink.
- - - - -
cdcc7d68 by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Implement accChild for SysLink.
- - - - -
6292843f by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Implement IOleWindow for SysLink.
- - - - -
3 changed files:
- dlls/comctl32/Makefile.in
- dlls/comctl32/syslink.c
- dlls/comctl32/tests/syslink.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2e551428f14ca54753d6e0e0b89f8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2e551428f14ca54753d6e0e0b89f8…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
7e3bfd4e by Alexandre Julliard at 2025-03-17T17:38:10+01:00
krnl386: Handle DOS ioctl with simulated real mode interrupt.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56225
- - - - -
53ea2ab6 by Alexandre Julliard at 2025-03-17T17:38:10+01:00
krnl386: Remove the CTX_SEG_OFF_TO_LIN macro.
We no longer support real-mode pointers.
- - - - -
f946a990 by Alexandre Julliard at 2025-03-17T17:38:10+01:00
ntdll: Pass an explicit mask to the ROUND_SIZE macro.
For consistency with the ROUND_ADDR macro.
- - - - -
2e551428 by Alexandre Julliard at 2025-03-17T17:38:10+01:00
ntdll: Pass the base address to decommit_pages().
For consistency with the other NtFreeVirtualMemory helpers.
- - - - -
9 changed files:
- dlls/krnl386.exe16/dosexe.h
- dlls/krnl386.exe16/fpu.c
- dlls/krnl386.exe16/int21.c
- dlls/krnl386.exe16/int25.c
- dlls/krnl386.exe16/int26.c
- dlls/krnl386.exe16/int2f.c
- dlls/krnl386.exe16/int31.c
- dlls/krnl386.exe16/interrupts.c
- dlls/ntdll/unix/virtual.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5f6854211be452a49a86f651e1e6e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5f6854211be452a49a86f651e1e6e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
241c6152 by Bartosz Kosiorek at 2025-03-17T17:38:09+01:00
gdiplus/tests: Improve test drawing accuracy of GdiAddPath*Curve functions.
- - - - -
27c01b7c by Bartosz Kosiorek at 2025-03-17T17:38:09+01:00
gdiplus: Improve drawing accuracy of GdiAddPath*Curve functions.
- - - - -
aa653376 by Bartosz Kosiorek at 2025-03-17T17:38:09+01:00
gdiplus/tests: Add additional test for GdipAddPathArc.
- - - - -
8b71800a by Bartosz Kosiorek at 2025-03-17T17:38:09+01:00
gdiplus/tests: Add GdipFlattenPath tests with default flatness 0.25.
- - - - -
c27f9c1d by Bartosz Kosiorek at 2025-03-17T17:38:09+01:00
gdiplus: Fix GdipFlattenPath return path precision.
- - - - -
3 changed files:
- dlls/gdiplus/gdiplus_private.h
- dlls/gdiplus/graphicspath.c
- dlls/gdiplus/tests/graphicspath.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cc437b5ee1d7254bfd7bf2da747f6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cc437b5ee1d7254bfd7bf2da747f6…
You're receiving this email because of your account on gitlab.winehq.org.