Alexandre Julliard pushed to branch master at wine / wine
Commits:
8a7ea75b by Alexandre Julliard at 2024-11-22T13:44:43+01:00
server: Add a new request to find sibling windows by class name.
Use it to reimplement NtUserFindWindowEx().
- - - - -
909ce74e by Alexandre Julliard at 2024-11-22T13:52:32+01:00
win32u: Reimplement list_window_children() using NtUserBuildHwndList().
- - - - -
1cb84501 by Alexandre Julliard at 2024-11-22T15:11:58+01:00
server: Use an explicit union instead of a typedef for TCP connections.
- - - - -
9f6d5442 by Alexandre Julliard at 2024-11-22T15:12:57+01:00
server: Use an explicit union instead of a typedef for UDP endpoints.
- - - - -
99d68837 by Alexandre Julliard at 2024-11-22T15:13:28+01:00
server: Use an explicit struct instead of a typedef for object locators.
- - - - -
51140ad9 by Alexandre Julliard at 2024-11-22T15:14:39+01:00
server: Use an explicit struct instead of a typedef for register contexts.
- - - - -
ab28cf3b by Alexandre Julliard at 2024-11-22T15:22:15+01:00
server: Use an explicit struct instead of a typedef for rectangles.
- - - - -
30 changed files:
- dlls/nsiproxy.sys/tcp.c
- dlls/nsiproxy.sys/udp.c
- dlls/ntdll/unix/server.c
- dlls/ntdll/unix/thread.c
- dlls/ntdll/unix/unix_private.h
- dlls/win32u/dce.c
- dlls/win32u/defwnd.c
- dlls/win32u/input.c
- dlls/win32u/message.c
- dlls/win32u/win32u_private.h
- dlls/win32u/window.c
- dlls/win32u/winstation.c
- include/wine/server.h
- include/wine/server_protocol.h
- server/file.h
- server/mach.c
- server/mapping.c
- server/procfs.c
- server/protocol.def
- server/ptrace.c
- server/queue.c
- server/region.c
- server/request_handlers.h
- server/request_trace.h
- server/sock.c
- server/thread.c
- server/thread.h
- server/trace.c
- server/user.h
- server/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/157105cb6d306f9794f0f3ebaa55d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/157105cb6d306f9794f0f3ebaa55d…
You're receiving this email because of your account on gitlab.winehq.org.
Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
e0593972 by Alistair Leslie-Hughes at 2024-11-22T06:55:20+11:00
Updated vkd3d-latest patchset
Includes Release 1.14.
- - - - -
4cd3d8eb by Alistair Leslie-Hughes at 2024-11-22T11:15:42+11:00
Rebase against 157105cb6d306f9794f0f3ebaa55d9c891e3be8f.
- - - - -
4 changed files:
- patches/vkd3d-latest/0001-Updated-vkd3d-to-03ad04c89004c7f800c5b1a0ea7ba286229.patch → patches/vkd3d-latest/0001-Updated-vkd3d-to-e383834049825dde8feb0a230c39d499e58.patch
- − patches/vkd3d-latest/0002-Updated-vkd3d-to-4889c71857ce2152a9c9e014b9f5831f96d.patch
- − patches/vkd3d-latest/0003-Updated-vkd3d-to-91701f83035c0d67d1ab917e0f6b73f91e8.patch
- − patches/vkd3d-latest/0004-Updated-vkd3d-to-5eff8bf9188c401cc31ce14d42798dc3751.patch
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/e7a74d707b704f7b1218a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/e7a74d707b704f7b1218a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
157105cb by Gabriel Ivăncescu at 2024-11-21T23:13:47+01:00
mshtml: Set the name of the non-function constructors to the same as the object.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
4 changed files:
- dlls/mshtml/dispex.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/es5.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/157105cb6d306f9794f0f3ebaa55d9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/157105cb6d306f9794f0f3ebaa55d9…
You're receiving this email because of your account on gitlab.winehq.org.