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.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
151ca7e4 by Tyson Whitehead at 2025-08-22T11:59:13+02:00
winebus: SDL backend FF effect angle requires 32 bits.
The max value of a INT16 is 32768, which is less than the 36000
required for a full rotation angle. Change type to INT32 as that
is what the underlying SDL paramerter is.
Rotate by +270 instead of -90 to eliminate negative value fixup too.
- - - - -
1 changed file:
- dlls/winebus.sys/bus_sdl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/151ca7e49185a44715db4785811421…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/151ca7e49185a44715db4785811421…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d3456332 by Alexandre Julliard at 2025-08-22T10:27:05+02:00
sxs: Add support for language in manifest names.
- - - - -
88119343 by Alexandre Julliard at 2025-08-22T10:32:52+02:00
sxs: Support XML escaping in manifest names.
- - - - -
de4e0205 by Alexandre Julliard at 2025-08-22T10:34:25+02:00
sxs: Take manifest language into account when building the file name.
- - - - -
1a185df4 by Alexandre Julliard at 2025-08-22T10:43:58+02:00
sxs: Install policy files the same way as normal manifests.
This is what Windows does since Vista.
- - - - -
4 changed files:
- dlls/sxs/cache.c
- dlls/sxs/name.c
- dlls/sxs/sxs_private.h
- dlls/sxs/tests/name.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ae563341f914244adcb2a32cfe9b4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ae563341f914244adcb2a32cfe9b4…
You're receiving this email because of your account on gitlab.winehq.org.