Alexandre Julliard pushed to branch master at wine / wine
Commits:
cf5b04ec by Eric Pouech at 2025-10-24T16:41:44+02:00
cmd: Fix lexer on input redirection.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
f98e0741 by Eric Pouech at 2025-10-24T16:41:46+02:00
cmd: Show file size greater than 4G in DIR command.
Also resolving a SAST report.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
a1172b8e by Eric Pouech at 2025-10-24T16:41:48+02:00
cmd: Initialize a local variable.
Fixing a SAST report.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
5c3c00fa by Eric Pouech at 2025-10-24T16:41:49+02:00
cmd: Fix a potential out of bounds access.
As reported by SAST.
Note: The out of bounds access is now fixed, but now SAST still reports
a false positive.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
671756f4 by Eric Pouech at 2025-10-24T16:41:51+02:00
cmd: Fixed an invalid memory access spotted by SAST.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
4 changed files:
- programs/cmd/batch.c
- programs/cmd/builtins.c
- programs/cmd/directory.c
- programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/995bc46b371b8bb2c592efa3e9154…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/995bc46b371b8bb2c592efa3e9154…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
7f97ab98 by Conor McCarthy at 2025-10-24T16:41:04+02:00
mfmediaengine/tests: Test TransferVideoFrame() to IWICBitmap.
- - - - -
995bc46b by Conor McCarthy at 2025-10-24T16:41:04+02:00
mfmediaengine: Support TransferVideoFrame() to IWICBitmap.
- - - - -
4 changed files:
- dlls/mfmediaengine/Makefile.in
- dlls/mfmediaengine/main.c
- dlls/mfmediaengine/tests/Makefile.in
- dlls/mfmediaengine/tests/mfmediaengine.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/96ddbcc0536731e24e7244ed77009…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/96ddbcc0536731e24e7244ed77009…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
96ddbcc0 by Elizabeth Figura at 2025-10-24T16:40:55+02:00
include: Pass a PROCESS_INFORMATION to winetest_wait_child_process().
And close the handles in that function.
Most callers are simplified. Some callers need helpers to return the whole
PROCESS_INFORMATION instead of just the process handle but are still simplified
overall. In two cases the process handle is used after joining and so a
WaitForSingleObject() is added. In one case, test_Toolhelp(), there is no
PROCESS_INFORMATION and so the function is replaced.
This also avoids GetProcessId(), which does not exist on Windows 98.
- - - - -
41 changed files:
- dlls/advapi32/tests/security.c
- dlls/dbgeng/tests/dbgeng.c
- dlls/gdi32/tests/font.c
- dlls/kernel32/tests/actctx.c
- dlls/kernel32/tests/console.c
- dlls/kernel32/tests/heap.c
- dlls/kernel32/tests/pipe.c
- dlls/kernel32/tests/process.c
- dlls/kernel32/tests/toolhelp.c
- dlls/mfplat/tests/mfplat.c
- dlls/mscoree/tests/comtest.c
- dlls/mscoree/tests/mscoree.c
- dlls/msvcrt/tests/data.c
- dlls/msvcrt/tests/environ.c
- dlls/msvcrt/tests/file.c
- dlls/ntdll/tests/exception.c
- dlls/ntdll/tests/info.c
- dlls/ole32/tests/marshal.c
- dlls/oleacc/tests/main.c
- dlls/qmgr/tests/qmgr.c
- dlls/rpcrt4/tests/server.c
- dlls/shell32/tests/shellpath.c
- dlls/shlwapi/tests/ordinal.c
- dlls/sxs/tests/sxs.c
- dlls/ucrtbase/tests/environ.c
- dlls/ucrtbase/tests/misc.c
- dlls/uiautomationcore/tests/uiautomation.c
- dlls/urlmon/tests/misc.c
- dlls/urlmon/tests/sec_mgr.c
- dlls/user32/tests/class.c
- dlls/user32/tests/clipboard.c
- dlls/user32/tests/cursoricon.c
- dlls/user32/tests/input.c
- dlls/user32/tests/msg.c
- dlls/user32/tests/scroll.c
- dlls/user32/tests/win.c
- dlls/user32/tests/winstation.c
- dlls/vulkan-1/tests/vulkan.c
- dlls/win32u/tests/win32u.c
- include/wine/test.h
- programs/conhost/tests/tty.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/96ddbcc0536731e24e7244ed770096…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/96ddbcc0536731e24e7244ed770096…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
21a4f350 by Zhiyi Zhang at 2025-10-24T15:55:36+02:00
comctl32: Move uxtheme headers to comctl32.h.
- - - - -
84788723 by Zhiyi Zhang at 2025-10-24T15:55:37+02:00
comctl32: Add a helper to open theme for a window.
- - - - -
f5299eb8 by Zhiyi Zhang at 2025-10-24T15:55:37+02:00
comctl32: Add a helper to close the theme for a window.
- - - - -
eab2442d by Zhiyi Zhang at 2025-10-24T15:55:37+02:00
comctl32: Add a helper to handle WM_THEMECHANGED.
- - - - -
0c230db0 by Zhiyi Zhang at 2025-10-24T15:55:37+02:00
comctl32: Add a helper to handle WM_NCPAINT messages.
- - - - -
291e46de by Zhiyi Zhang at 2025-10-24T15:55:37+02:00
comctl32/datetime: Add a helper to draw the background.
- - - - -
2128e009 by Zhiyi Zhang at 2025-10-24T15:55:39+02:00
comctl32/datetime: Remove theming for comctl32 v5.
- - - - -
22 changed files:
- dlls/comctl32/comctl32.h
- dlls/comctl32/commctrl.c
- dlls/comctl32/datetime.c
- dlls/comctl32/header.c
- dlls/comctl32/hotkey.c
- dlls/comctl32/ipaddress.c
- dlls/comctl32/listview.c
- dlls/comctl32/monthcal.c
- dlls/comctl32/progress.c
- dlls/comctl32/propsheet.c
- dlls/comctl32/rebar.c
- dlls/comctl32/status.c
- dlls/comctl32/tab.c
- dlls/comctl32/toolbar.c
- dlls/comctl32/trackbar.c
- dlls/comctl32/treeview.c
- dlls/comctl32/updown.c
- dlls/comctl32_v6/button.c
- dlls/comctl32_v6/combo.c
- dlls/comctl32_v6/edit.c
- dlls/comctl32_v6/listbox.c
- dlls/comctl32_v6/static.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6284b630503da54bbd29d2131dccb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6284b630503da54bbd29d2131dccb…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
122c1f15 by Nikolay Sivov at 2025-10-24T13:14:51+02:00
d2d1/tests: Extend test geometry sink.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
388d0410 by Nikolay Sivov at 2025-10-24T13:14:51+02:00
d2d1/tests: Add a basic test for geometry streaming.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
0f839e0b by Nikolay Sivov at 2025-10-24T13:14:51+02:00
d2d1: Track specific failure reason during geometry population.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
b948b2e8 by Nikolay Sivov at 2025-10-24T13:14:51+02:00
d2d1: Set more appropriate error code on geometry population.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
6284b630 by Nikolay Sivov at 2025-10-24T13:14:51+02:00
d2d1: Handle invalid segment flags in SetSegmentFlags().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3 changed files:
- dlls/d2d1/d2d1_private.h
- dlls/d2d1/geometry.c
- dlls/d2d1/tests/d2d1.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4de74b451961b06c3c651ad6adf0d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4de74b451961b06c3c651ad6adf0d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2bc6f936 by Alexandre Julliard at 2025-10-24T11:37:36+02:00
configure: Work around install-sh requirement in autoconf <= 2.69.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58828
- - - - -
ab3dcadb by Alexandre Julliard at 2025-10-24T11:47:58+02:00
makedep: Only output install rules at the top level.
- - - - -
f1e6f6d5 by Alexandre Julliard at 2025-10-24T12:01:06+02:00
makedep: Generate the uninstall files list directly from the install commands.
- - - - -
bb85494a by Alexandre Julliard at 2025-10-24T12:16:14+02:00
makedep: Store install command line arguments in the command list.
- - - - -
b1d8a421 by Alexandre Julliard at 2025-10-24T12:21:37+02:00
makedep: Make the output_rm_filenames helper more generic.
- - - - -
4de74b45 by Alexandre Julliard at 2025-10-24T12:40:42+02:00
makedep: Install multiple files at once when possible.
- - - - -
3 changed files:
- configure
- configure.ac
- tools/makedep.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/41940e440a07482d573b005024c99…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/41940e440a07482d573b005024c99…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
19ef48b5 by Nikolay Sivov at 2025-10-24T10:23:22+02:00
msxml6/tests: Move remaining tests for SAXXMLReader60.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
aeffc18c by Nikolay Sivov at 2025-10-24T10:23:22+02:00
include: Remove SAXXMLReader60 from msxml2.idl.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
4 changed files:
- dlls/msxml3/factory.c
- dlls/msxml3/tests/saxreader.c
- dlls/msxml6/tests/saxreader.c
- include/msxml2.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/852953f930e84702733d4191d143e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/852953f930e84702733d4191d143e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e770966e by Ziqing Hui at 2025-10-24T10:23:17+02:00
mfreadwrite: Add attributes member to writer struct.
- - - - -
5798d89b by Ziqing Hui at 2025-10-24T10:23:18+02:00
mfreadwrite: Add converter transform to stream.
Our tests show that there may be a converter created for encoding.
- - - - -
c76796b6 by Ziqing Hui at 2025-10-24T10:23:19+02:00
mfreadwrite: Implement IMFSinkWriterEx.
- - - - -
800d3294 by Ziqing Hui at 2025-10-24T10:23:19+02:00
mfreadwrite: Implement sink_writer_SetInputMediaType.
- - - - -
852953f9 by Ziqing Hui at 2025-10-24T10:23:19+02:00
mfreadwrite/tests: Test getting transform for a writer without converter.
- - - - -
2 changed files:
- dlls/mfreadwrite/tests/mfplat.c
- dlls/mfreadwrite/writer.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ff187dc851c1d9f992049688a7e71…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ff187dc851c1d9f992049688a7e71…
You're receiving this email because of your account on gitlab.winehq.org.