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.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
198bd687 by Fabian Maurer at 2024-11-21T22:25:48+01:00
comctl32/listbox: Close a few leaked window handles.
- - - - -
13486009 by Fabian Maurer at 2024-11-21T22:25:48+01:00
comctl32/combo: Add tests for keypresses showing search functionality.
- - - - -
5f7265b0 by Fabian Maurer at 2024-11-21T22:25:48+01:00
comctl32/listbox: Add tests for keypresses showing search functionality.
- - - - -
2 changed files:
- dlls/comctl32/tests/combo.c
- dlls/comctl32/tests/listbox.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/41fbc3f1e914e134a744dc957d2cc…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/41fbc3f1e914e134a744dc957d2cc…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
218f3366 by Nikolay Sivov at 2024-11-21T22:25:48+01:00
d2d1/tests: Add some tests for WIC target formats.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
41fbc3f1 by Agustin Principe at 2024-11-21T22:25:48+01:00
d2d1: Accept DXGI_FORMAT_R8G8B8A8_UNORM format for WIC targets.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/d2d1/tests/d2d1.c
- dlls/d2d1/wic_render_target.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ea3dedb55aacf5aaf3a96a370eeef…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ea3dedb55aacf5aaf3a96a370eeef…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9c18bca2 by Elias Norberg at 2024-11-21T22:25:48+01:00
wintrust: Implement CryptCATAdminAcquireContext2().
- - - - -
53e3996c by Elias Norberg at 2024-11-21T22:25:48+01:00
wintrust/tests: Add CryptCATAdminAcquireContext2() tests.
- - - - -
04de39bd by Elias Norberg at 2024-11-21T22:25:48+01:00
wintrust: Implement CryptCATAdminCalcHashFromFileHandle2().
- - - - -
ea3dedb5 by Elias Norberg at 2024-11-21T22:25:48+01:00
wintrust/tests: Add CryptCATAdminCalcHashFromFileHandle2() tests.
- - - - -
3 changed files:
- dlls/wintrust/crypt.c
- dlls/wintrust/tests/crypt.c
- dlls/wintrust/wintrust.spec
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3114a956cd56c89387c7e3ef04d32…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3114a956cd56c89387c7e3ef04d32…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3114a956 by Georg Lehmann at 2024-11-21T22:25:48+01:00
winevulkan: Update to VK spec version 1.3.302.
- - - - -
7 changed files:
- dlls/winevulkan/loader_thunks.c
- dlls/winevulkan/loader_thunks.h
- dlls/winevulkan/make_vulkan
- dlls/winevulkan/vulkan_thunks.c
- dlls/winevulkan/vulkan_thunks.h
- dlls/winevulkan/winevulkan.json
- include/wine/vulkan.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/3114a956cd56c89387c7e3ef04d324…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/3114a956cd56c89387c7e3ef04d324…
You're receiving this email because of your account on gitlab.winehq.org.