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.