Alexandre Julliard pushed to branch master at wine / wine
Commits:
ae6cc12e by Brendan Shanks at 2025-11-04T21:29:21+01:00
dwrite: Stop supporting very old FreeType versions.
- - - - -
755b0deb by Brendan Shanks at 2025-11-04T21:29:21+01:00
win32u: Stop supporting very old FreeType versions.
The new requirement is v2.5.0 (released in June 2013).
- - - - -
6 changed files:
- configure
- configure.ac
- dlls/dwrite/freetype.c
- dlls/win32u/freetype.c
- include/config.h.in
- tools/sfnt2fon/sfnt2fon.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/39abd51c55dff4ed7b03542cf6f54…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/39abd51c55dff4ed7b03542cf6f54…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
472dfd87 by Paul Gofman at 2025-11-04T21:29:21+01:00
ntdll: Set output frame to Rsp - 8 in epilogue on x64.
- - - - -
2a01ec94 by Paul Gofman at 2025-11-04T21:29:21+01:00
ntdll/tests: Test unwind with popping frame reg before another one on x64.
- - - - -
05272266 by Paul Gofman at 2025-11-04T21:29:21+01:00
ntdll: Fix handling jmp in epilogue unwind on x64.
- - - - -
39abd51c by Paul Gofman at 2025-11-04T21:29:21+01:00
ntdll: Handle 0xff jump opcode in epilogue unwind on x64.
- - - - -
2 changed files:
- dlls/ntdll/tests/unwind.c
- dlls/ntdll/unwind.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/974dbf01f87d36906fd3643c4568f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/974dbf01f87d36906fd3643c4568f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4c5f6d72 by Piotr Caban at 2025-11-04T21:29:20+01:00
include: Add DBCOLUMNDESC definition.
- - - - -
9714070a by Piotr Caban at 2025-11-04T21:29:20+01:00
include: Define DBCOL_* GUIDs.
- - - - -
2a33182e by Piotr Caban at 2025-11-04T21:29:20+01:00
msado15: Return error in fields:_Append if recordset is open.
- - - - -
e83978a9 by Piotr Caban at 2025-11-04T21:29:20+01:00
msado15: Stub object for representing tables in memory.
- - - - -
06b3b98c by Piotr Caban at 2025-11-04T21:29:20+01:00
msado15: Store internal field representation in fields structure.
- - - - -
d233f561 by Piotr Caban at 2025-11-04T21:29:21+01:00
msado15: Support obtaining columns info from tables without provider.
- - - - -
8d14ced5 by Piotr Caban at 2025-11-04T21:29:21+01:00
msado15: Stub IRowsetExactScroll interface for tables without provider.
- - - - -
974dbf01 by Piotr Caban at 2025-11-04T21:29:21+01:00
msado15: Add more _Recordset:AddNew tests.
- - - - -
6 changed files:
- dlls/msado15/Makefile.in
- dlls/msado15/msado15_private.h
- dlls/msado15/recordset.c
- + dlls/msado15/rowset.c
- dlls/msado15/tests/msado15.c
- include/dbs.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d0c2dd76d9aedc81a7b0e7b70415b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d0c2dd76d9aedc81a7b0e7b70415b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
74ff31f5 by Vibhav Pant at 2025-11-04T21:29:20+01:00
msvcrt: Call the destructor for C++ exceptions in __C_specific_handler.
- - - - -
d0c2dd76 by Piotr Caban at 2025-11-04T21:29:20+01:00
ucrtbase: Add __C_specific_handler tests.
- - - - -
12 changed files:
- dlls/msvcr100/msvcr100.spec
- dlls/msvcr110/msvcr110.spec
- dlls/msvcr120/msvcr120.spec
- dlls/msvcr80/msvcr80.spec
- dlls/msvcr90/msvcr90.spec
- dlls/msvcrt/except.c
- dlls/msvcrt/except_arm.c
- dlls/msvcrt/except_arm64.c
- dlls/msvcrt/except_arm64ec.c
- dlls/msvcrt/msvcrt.spec
- dlls/ucrtbase/tests/cpp.c
- dlls/ucrtbase/ucrtbase.spec
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d3e319e0801f9f9609a4d3ed68382…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d3e319e0801f9f9609a4d3ed68382…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9f8351e0 by Alexandre Julliard at 2025-11-04T17:41:54+01:00
include: Install the wine/unixlib.h header.
- - - - -
bd480adc by Alexandre Julliard at 2025-11-04T17:41:54+01:00
schedsvc/tests: Remove Windows version check.
- - - - -
57a9a950 by Alexandre Julliard at 2025-11-04T17:41:54+01:00
taskschd/tests: Remove Windows version check.
- - - - -
d3e319e0 by Alexandre Julliard at 2025-11-04T21:29:05+01:00
windows.storage: Forward some functions to shell32.
- - - - -
6 changed files:
- dlls/schedsvc/tests/rpcapi.c
- dlls/taskschd/tests/scheduler.c
- dlls/windows.storage/Makefile.in
- dlls/windows.storage/windows.storage.spec
- include/wine/unixlib.h
- tools/make_specfiles
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/26d9bbb16d32f26f510dfa6a119cd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/26d9bbb16d32f26f510dfa6a119cd…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c15be50e by Alexandre Julliard at 2025-11-04T17:41:54+01:00
kernelbase: Use NtCreateThreadEx() directly in CreateRemoteThreadEx().
To make it possible to specify more attributes.
- - - - -
26d9bbb1 by Alexandre Julliard at 2025-11-04T17:41:54+01:00
ntdll: Handle the group affinity attribute in NtCreateThreadEx().
- - - - -
2 changed files:
- dlls/kernelbase/thread.c
- dlls/ntdll/unix/thread.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1b4dca8164ee8411e9ea1d1e38da8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1b4dca8164ee8411e9ea1d1e38da8…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f9bf15e7 by Eric Pouech at 2025-11-04T17:41:54+01:00
kernel32/tests: Test adding group affinity to proc/thread attributes list.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
ecfab2dd by Eric Pouech at 2025-11-04T17:41:54+01:00
kernelbase: Support affinity group in process/thread attributes list.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
2d3f227f by Eric Pouech at 2025-11-04T17:41:54+01:00
include: Add missing process group related definitions.
- - - - -
caf92367 by Eric Pouech at 2025-11-04T17:41:54+01:00
kernel32/tests: Test thread creation with group affinity attributes.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
1b4dca81 by Eric Pouech at 2025-11-04T17:41:54+01:00
kernelbase: Support group affinity attributes.
In CreateRemoteThreadEx().
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
7 changed files:
- dlls/kernel32/tests/process.c
- dlls/kernel32/tests/thread.c
- dlls/kernelbase/process.c
- dlls/kernelbase/thread.c
- include/winbase.h
- include/winnt.h
- include/winternl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b5ec5e6bcfff3dfb005e906a80025…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b5ec5e6bcfff3dfb005e906a80025…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5425ecd6 by Connor McAdams at 2025-11-04T17:41:53+01:00
d3dx10: Downgrade invalid filter trace from an ERR to a WARN.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
9866a766 by Connor McAdams at 2025-11-04T17:41:53+01:00
d3dx10/tests: Get rid of broken() workarounds for Vista.
We no longer test on Vista.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
cbd93643 by Connor McAdams at 2025-11-04T17:41:54+01:00
d3dx10/tests: Cleanup test image definitions.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
aa8323db by Connor McAdams at 2025-11-04T17:41:54+01:00
d3dx11: Add stubs for D3DX11GetImageInfoFromResource{A,W}().
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
808f63e5 by Connor McAdams at 2025-11-04T17:41:54+01:00
d3dx11: Add stubs for D3DX11CreateTextureFromResource{A,W}().
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
4b5d3d29 by Connor McAdams at 2025-11-04T17:41:54+01:00
d3dx11/tests: Rearrange and reformat tests to more closely match d3dx10 tests.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
d0258795 by Connor McAdams at 2025-11-04T17:41:54+01:00
d3dx11/tests: Import test_get_image_info() from d3dx10.
This test will replace the existing ones in d3dx11 in order to keep
things in sync with d3dx10.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
ccbb8c82 by Connor McAdams at 2025-11-04T17:41:54+01:00
d3dx11/tests: Import test_create_texture() from d3dx10.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
b5ec5e6b by Connor McAdams at 2025-11-04T17:41:54+01:00
d3dx11: Implement D3DX11CreateTextureFromMemory() using shared code.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45533
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
9 changed files:
- dlls/d3dx10_43/tests/d3dx10.c
- dlls/d3dx10_43/texture.c
- dlls/d3dx11_42/d3dx11_42.spec
- dlls/d3dx11_42/tests/Makefile.in
- dlls/d3dx11_43/d3dx11_43.spec
- dlls/d3dx11_43/tests/Makefile.in
- dlls/d3dx11_43/tests/d3dx11.c
- dlls/d3dx11_43/texture.c
- include/d3dx11tex.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4d88a28d67d2710b10923cc83e6d9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4d88a28d67d2710b10923cc83e6d9…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b211e8aa by Paul Gofman at 2025-11-04T11:44:22+01:00
xaudio2: Free effect chain on error return.
- - - - -
e04f84dc by Paul Gofman at 2025-11-04T11:44:22+01:00
xaudio2_8: Add XAudio2CreateWithVersionInfo().
- - - - -
4d88a28d by Paul Gofman at 2025-11-04T11:44:24+01:00
xaudio2_8: Don't crash on invalid XAPO interface.
- - - - -
5 changed files:
- dlls/xaudio2_7/tests/xaudio2.c
- dlls/xaudio2_7/xaudio_dll.c
- dlls/xaudio2_8/xaudio2_8.spec
- dlls/xaudio2_9/xaudio2_9.spec
- include/xaudio2.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5231b2cba151b398b28da6935feb4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5231b2cba151b398b28da6935feb4…
You're receiving this email because of your account on gitlab.winehq.org.