Alexandre Julliard pushed to branch master at wine / wine
Commits:
0ef9bf63 by Alex Henrie at 2025-10-29T23:25:44+01:00
advpack: Ignore lines that begin with '@' in (Un)RegisterOCXs sections.
selfreg.c was copied from dlls/msi/tests and load_resource was copied
from dlls/setupapi/tests/install.c.
Two of the tests are marked todo because Wine currently doesn't support
the UnregisterOCXs command, only RegisterOCXs.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56209
- - - - -
5 changed files:
- dlls/advpack/install.c
- dlls/advpack/tests/Makefile.in
- dlls/advpack/tests/install.c
- + dlls/advpack/tests/selfreg.c
- + dlls/advpack/tests/selfreg.spec
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0ef9bf639497eded3addb504762298…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0ef9bf639497eded3addb504762298…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
43ecdaa4 by Ivan Lyugaev at 2025-10-29T23:25:44+01:00
sane.ds: Adding saving scanner settings to the registry.
The latest scanner settings are now automatically saved in the
HKEY_CURRENT_USER\Software\ScannersSettings\Vendor\Product path.
- - - - -
5 changed files:
- dlls/sane.ds/Makefile.in
- dlls/sane.ds/sane_main.c
- dlls/sane.ds/ui.c
- dlls/sane.ds/unixlib.c
- dlls/sane.ds/unixlib.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/43ecdaa489ebfc9da53fe40b0e0596…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/43ecdaa489ebfc9da53fe40b0e0596…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e3ccda92 by Bernd Herd at 2025-10-29T21:13:29+01:00
gphoto2.ds: Decrease the number of remaining pending data transfers after every transfer.
- - - - -
3c7891c4 by Bernd Herd at 2025-10-29T21:13:32+01:00
gphoto2.ds: Return the DIB as a GlobalAlloc handle according to TWAIN spec instead of a HBITMAP.
- - - - -
2 changed files:
- dlls/gphoto2.ds/ds_image.c
- dlls/gphoto2.ds/gphoto2_main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4bd5705fd9274e3a603abfb36f0d3…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4bd5705fd9274e3a603abfb36f0d3…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
df604e38 by Zhiyi Zhang at 2025-10-29T18:53:13+01:00
comctl32/header: Add a helper to check if theme is enabled.
- - - - -
4368d0e9 by Zhiyi Zhang at 2025-10-29T18:53:15+01:00
comctl32/header: Add a helper to get the item text rect.
- - - - -
ac159684 by Zhiyi Zhang at 2025-10-29T18:53:17+01:00
comctl32/header: Add a helper to draw the item text.
- - - - -
ab6af100 by Zhiyi Zhang at 2025-10-29T18:53:18+01:00
comctl32/header: Add a helper to draw the rest of the background.
- - - - -
52a93ae7 by Zhiyi Zhang at 2025-10-29T18:53:19+01:00
comctl32/header: Remove theming for comctl32 v5.
- - - - -
4bd5705f by Zhiyi Zhang at 2025-10-29T18:53:20+01:00
comctl32/hotkey: Remove theming for comctl32 v5.
- - - - -
4 changed files:
- dlls/comctl32/comctl32.h
- dlls/comctl32/commctrl.c
- dlls/comctl32/header.c
- dlls/comctl32/hotkey.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a2906847c0c94c119b74c94f0fc60…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a2906847c0c94c119b74c94f0fc60…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
191a96aa by Jacek Caban at 2025-10-29T18:52:34+01:00
opengl32: Split extensions by null bytes in the registry.
- - - - -
733d04df by Jacek Caban at 2025-10-29T18:52:36+01:00
opengl32: Compute supported extensions in make_context_current.
- - - - -
9a899735 by Jacek Caban at 2025-10-29T18:52:36+01:00
opengl32: Use stored extension list in is_extension_supported.
- - - - -
2127e9ae by Jacek Caban at 2025-10-29T18:52:36+01:00
opengl32: Use stored extensions in filter_extensions.
- - - - -
17dfdbe7 by Jacek Caban at 2025-10-29T18:52:36+01:00
opengl32: Wrap buffer storage functions.
- - - - -
a2906847 by Jacek Caban at 2025-10-29T18:52:38+01:00
opengl32: Support wow64 buffer storage and persistent memory mapping using Vulkan.
- - - - -
4 changed files:
- dlls/opengl32/make_opengl
- dlls/opengl32/unix_thunks.c
- dlls/opengl32/unix_thunks.h
- dlls/opengl32/unix_wgl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1faac2cfc9257623139a00e459ca3…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1faac2cfc9257623139a00e459ca3…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
135be88a by Piotr Caban at 2025-10-29T17:48:19+01:00
msvcrt: Rename exception *IUNKNOWN flags to *WINRT.
It's only used for WinRT exceptions (not for other COM objects).
- - - - -
1faac2cf by Vibhav Pant at 2025-10-29T17:48:20+01:00
msvcrt: Update WinRT exception type info in _CxxThrowException.
- - - - -
3 changed files:
- dlls/msvcrt/cpp.c
- dlls/msvcrt/cppexcept.h
- dlls/msvcrt/except.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e4d7c5a7f3c09b7eb3adf5b6c43e2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e4d7c5a7f3c09b7eb3adf5b6c43e2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
dc5c6696 by Nikolay Sivov at 2025-10-29T13:43:20+01:00
msxml3/tests: Add some SAX tests for PI nodes.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
8584828a by Nikolay Sivov at 2025-10-29T13:43:20+01:00
msxml3/sax: Add processing instructions callback.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
81dc03ee by Nikolay Sivov at 2025-10-29T13:43:22+01:00
msxml3/sax: Add basic support for startDTD()/endDTD().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
532d66d0 by Nikolay Sivov at 2025-10-29T13:43:23+01:00
msxml3/tests: Add some tests for IXMLDocument::get_charset().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
c05adfb1 by Nikolay Sivov at 2025-10-29T13:43:23+01:00
msxml3/tests: Add some tests for "xmldecl-encoding".
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
54efee3e by Nikolay Sivov at 2025-10-29T13:43:23+01:00
msxml3/tests: Add more tests for document properties.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
5e416e99 by Nikolay Sivov at 2025-10-29T13:43:23+01:00
msxml3/tests: Add more tests for supported interfaces.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
4 changed files:
- dlls/msxml3/saxreader.c
- dlls/msxml3/tests/saxreader.c
- dlls/msxml3/tests/xmldoc.c
- dlls/msxml6/tests/saxreader.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f169b11f3b5be44cea8eb9260e28f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f169b11f3b5be44cea8eb9260e28f…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
13d105c1 by Giovanni Mascellani at 2025-10-29T13:28:53+01:00
vkd3d-shader/msl: Pass a descriptor to msl_get_cbv_binding().
- - - - -
53a349b4 by Giovanni Mascellani at 2025-10-29T13:31:33+01:00
vkd3d-shader/msl: Pass a descriptor to msl_get_srv_binding().
- - - - -
69153882 by Giovanni Mascellani at 2025-10-29T13:32:47+01:00
vkd3d-shader/msl: Pass a descriptor to msl_get_sampler_binding().
- - - - -
a0db9284 by Giovanni Mascellani at 2025-10-29T13:35:45+01:00
vkd3d-shader/msl: Pass a descriptor to msl_get_uav_binding().
- - - - -
39391230 by Giovanni Mascellani at 2025-10-29T13:37:12+01:00
vkd3d-shader/msl: Pass a descriptor to msl_get_binding().
- - - - -
1 changed file:
- libs/vkd3d-shader/msl.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/fce89133e7c8276f4d7e6990e5f3…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/fce89133e7c8276f4d7e6990e5f3…
You're receiving this email because of your account on gitlab.winehq.org.