Alexandre Julliard pushed to branch master at wine / wine
Commits:
c0060074 by Nikolay Sivov at 2025-08-25T18:46:26+02:00
d2d1: Add some helpers for geometry figure manipulation.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
ddff6775 by Nikolay Sivov at 2025-08-25T18:46:26+02:00
d2d1: Implement ellipse geometry simplification.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1acc0f2b by Nikolay Sivov at 2025-08-25T18:46:26+02:00
d2d1: Implement rounded rectangle geometry simplification.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/d2d1/geometry.c
- dlls/d3dx10_43/tests/d3dx10.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7dcdd7a6549793e8a6469816a5c25…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7dcdd7a6549793e8a6469816a5c25…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a72cf5e0 by Hans Leidekker at 2025-08-22T14:56:25+02:00
include: Comment references to undefined static interfaces.
- - - - -
ece8bbf5 by Hans Leidekker at 2025-08-22T14:56:28+02:00
include: Define IRandomAccessStreamStatics.
- - - - -
e0a48d87 by Hans Leidekker at 2025-08-22T14:56:28+02:00
include: Define ISystemMediaTransportControlsStatics.
- - - - -
56e7ab93 by Hans Leidekker at 2025-08-22T14:56:29+02:00
widl: Require static interfaces to be defined.
- - - - -
7532f79a by Hans Leidekker at 2025-08-22T14:56:29+02:00
widl: Require activation interfaces to be defined.
- - - - -
a9b26ec9 by Hans Leidekker at 2025-08-22T14:56:29+02:00
widl: Require composition interfaces to be defined.
- - - - -
e66b7055 by Hans Leidekker at 2025-08-22T14:56:29+02:00
widl: Require runtimeclass contracts to be defined.
- - - - -
15 changed files:
- include/windows.data.json.idl
- include/windows.devices.bluetooth.genericattributeprofile.idl
- include/windows.devices.bluetooth.idl
- include/windows.devices.bluetooth.rfcomm.idl
- include/windows.graphics.holographic.idl
- include/windows.media.idl
- include/windows.media.mediaproperties.idl
- include/windows.media.speechsynthesis.idl
- include/windows.storage.idl
- include/windows.storage.streams.idl
- include/windows.system.idl
- include/windows.system.profile.idl
- include/windows.system.userprofile.idl
- include/windows.ui.composition.idl
- tools/widl/parser.y
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/148545e12467a70a9a9c2b9d7e4eb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/148545e12467a70a9a9c2b9d7e4eb…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6dcb31fc by Paul Gofman at 2025-08-22T12:09:19+02:00
nsiproxy.sys: Get rid of echo request thread.
- - - - -
3700cfbd by Paul Gofman at 2025-08-22T12:09:20+02:00
nsiproxy.sys: Bind to source address in icmp_send_echo().
- - - - -
d59ed153 by Paul Gofman at 2025-08-22T12:09:22+02:00
nsiproxy.sys: Store socket type in struct icmp_data.
- - - - -
383aaf54 by Paul Gofman at 2025-08-22T12:09:23+02:00
iphlpapi: Factor out icmp_send_echo() function.
- - - - -
8bc97368 by Paul Gofman at 2025-08-22T12:09:23+02:00
iphlpapi/tests: Refactor APC testing in testIcmpSendEcho().
- - - - -
ea47fbff by Paul Gofman at 2025-08-22T12:09:23+02:00
iphlpapi: Only supply APC routine if no event in icmp_send_echo().
- - - - -
e649a2c8 by Paul Gofman at 2025-08-22T12:09:23+02:00
iphlpapi: Implement Icmp6ParseReplies().
- - - - -
7f9eb518 by Paul Gofman at 2025-08-22T12:09:24+02:00
iphlpapi: Implement Icmp6CreateFile().
- - - - -
d3f07f47 by Paul Gofman at 2025-08-22T12:09:25+02:00
nsiproxy.sys: Don't try to check for original packet for ping socket.
- - - - -
81fc18e2 by Paul Gofman at 2025-08-22T12:09:27+02:00
iphlpapi: Implement Icmp6SendEcho2().
- - - - -
58f8ef30 by Paul Gofman at 2025-08-22T12:09:27+02:00
iphlpapi/tests: Add tests for Icmp6SendEcho2().
- - - - -
8 changed files:
- dlls/iphlpapi/iphlpapi.spec
- dlls/iphlpapi/iphlpapi_main.c
- dlls/iphlpapi/tests/iphlpapi.c
- dlls/nsiproxy.sys/device.c
- dlls/nsiproxy.sys/icmp_echo.c
- dlls/nsiproxy.sys/nsiproxy_private.h
- include/ipexport.h
- include/wine/nsi.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ba951534540d1202a0f840b4d1078…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ba951534540d1202a0f840b4d1078…
You're receiving this email because of your account on gitlab.winehq.org.