Alexandre Julliard pushed to branch master at wine / wine
Commits:
888d5f15 by Rémi Bernon at 2025-04-03T22:49:58+02:00
setupapi: Implement SetupDiOpenDeviceInterface(A|W).
Changes by Paul Gofman to the original patch:
- check for too short device path;
- allocate strings dynamically;
- set last error accordingly.
- - - - -
d4f29217 by Paul Gofman at 2025-04-03T22:49:58+02:00
setupapi/tests: Add a test for SetupDiOpenDeviceInterface().
- - - - -
6aa41341 by Paul Gofman at 2025-04-03T22:49:58+02:00
cfgmgr32: Implement CM_Get_Device_Interface_List[_Size][_Ex]W().
- - - - -
749ccccf by Paul Gofman at 2025-04-03T22:49:58+02:00
cfgmgr32: Implement CM_Get_Device_Interface_List[_Size][_Ex]A().
- - - - -
74fa802b by Paul Gofman at 2025-04-03T22:49:58+02:00
cfgmgr32: Implement CM_Get_Device_Interface_PropertyW() for DEVPKEY_Device_InstanceId.
- - - - -
8 changed files:
- dlls/cfgmgr32/cfgmgr32.spec
- dlls/cfgmgr32/main.c
- dlls/cfgmgr32/tests/cfgmgr32.c
- dlls/setupapi/devinst.c
- dlls/setupapi/setupapi.spec
- dlls/setupapi/stubs.c
- dlls/setupapi/tests/devinst.c
- include/cfgmgr32.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/761a06fc76e473f9ecd34d704e3e9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/761a06fc76e473f9ecd34d704e3e9…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5aca9df8 by Eric Pouech at 2025-04-03T22:49:58+02:00
dbghelp: Rename struct internal_line into lineinfo.
Used in next patches as the structure & helpers are going
to be used in other CUs.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
8470325d by Eric Pouech at 2025-04-03T22:49:58+02:00
dbghelp: Always copy the source file string.
Note: we were using string stored in source hash tree in
line information. Better always copy into the internal buffer
to avoid dbghelp caller to temper with internal data.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
9ec53898 by Eric Pouech at 2025-04-03T22:49:58+02:00
dbghelp: Introduce interface for line info access.
Introduce two new module_format methods:
- source_info_search_by_addr
- source_info_advance
And move the current line info from vector inside SymTagFunction
into it for new PDB reader.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
f26145da by Eric Pouech at 2025-04-03T22:49:58+02:00
dbghelp: Introduce method to get next/prev line information.
Implement it in new PDB reader.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
98da9888 by Eric Pouech at 2025-04-03T22:49:58+02:00
dbghelp: Introduce method to enumerate line numbers.
And implement it for new PDB reader.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
6e3ad6e7 by Eric Pouech at 2025-04-03T22:49:58+02:00
dbghelp: Add method to enumerate source files.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
761a06fc by Eric Pouech at 2025-04-03T22:49:58+02:00
dbghelp: No longer store line information from old PDB reader.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
5 changed files:
- dlls/dbghelp/dbghelp_private.h
- dlls/dbghelp/msc.c
- dlls/dbghelp/pdb.c
- dlls/dbghelp/source.c
- dlls/dbghelp/symbol.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ec45d013345b3da6d5d13a8005061…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ec45d013345b3da6d5d13a8005061…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
31a777b3 by Hans Leidekker at 2025-04-03T22:49:58+02:00
bcrypt: Make secret parameter to create_symmetric_key()/generate_symmetric_key() const.
And rename the functions for consistency.
- - - - -
b6af267c by Hans Leidekker at 2025-04-03T22:49:58+02:00
bcrypt: Only print a fixme if a vector has been set.
- - - - -
c427b4e9 by Hans Leidekker at 2025-04-03T22:49:58+02:00
bcrypt: Add support for BCRYPT_AES_WRAP_KEY_BLOB in BCryptExportKey().
- - - - -
ec45d013 by Hans Leidekker at 2025-04-03T22:49:58+02:00
bcrypt: Add support for BCRYPT_AES_WRAP_KEY_BLOB in BCryptImportKey().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57492
- - - - -
2 changed files:
- dlls/bcrypt/bcrypt_main.c
- dlls/bcrypt/tests/bcrypt.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/42644e1651e93aa402c9683b99f23…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/42644e1651e93aa402c9683b99f23…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
42644e16 by Alex Henrie at 2025-04-03T22:49:58+02:00
shell32/tests: Use wide character string literals.
- - - - -
12 changed files:
- dlls/shell32/tests/assoc.c
- dlls/shell32/tests/autocomplete.c
- dlls/shell32/tests/ebrowser.c
- dlls/shell32/tests/shelldispatch.c
- dlls/shell32/tests/shelllink.c
- dlls/shell32/tests/shellole.c
- dlls/shell32/tests/shellpath.c
- dlls/shell32/tests/shfldr_special.c
- dlls/shell32/tests/shlexec.c
- dlls/shell32/tests/shlfileop.c
- dlls/shell32/tests/shlfolder.c
- dlls/shell32/tests/string.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/42644e1651e93aa402c9683b99f235…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/42644e1651e93aa402c9683b99f235…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
864ab9aa by Ziqing Hui at 2025-04-03T22:49:58+02:00
shell32/tests: Use check_file_operation in test_rename.
Also remove old windows version tests.
- - - - -
1a343ef4 by Ziqing Hui at 2025-04-03T22:49:58+02:00
shell32/tests: Use check_file_operation in test_delete.
Also remove old windows version tests.
- - - - -
f7e6a394 by Ziqing Hui at 2025-04-03T22:49:58+02:00
shell32/tests: Use check_file_operation in test_move.
- - - - -
1 changed file:
- dlls/shell32/tests/shlfileop.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3e9e6882e3deb12767aa6e10f9504…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3e9e6882e3deb12767aa6e10f9504…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2172cdf1 by Rémi Bernon at 2025-04-03T22:49:58+02:00
win32u: Move WGL_ARB_pixel_format extension registration.
- - - - -
3002da10 by Rémi Bernon at 2025-04-03T22:49:58+02:00
winex11: Ignore GL drawable creation failure on reparent.
This is unlikely and not supposed to happen, only in allocation failure
cases, and already warned about.
- - - - -
3e9e6882 by Rémi Bernon at 2025-04-03T22:49:58+02:00
win32u: Remove unnecessary win32u_(get|set)_window_pixel_format exports.
- - - - -
7 changed files:
- dlls/win32u/opengl.c
- dlls/win32u/win32u_private.h
- dlls/win32u/window.c
- dlls/winemac.drv/opengl.c
- dlls/winewayland.drv/opengl.c
- dlls/winex11.drv/opengl.c
- include/wine/gdi_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c424b36c3cba93d43116b2eed4f18…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c424b36c3cba93d43116b2eed4f18…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1f0afc3b by Esme Povirk at 2025-04-03T15:12:13+02:00
comctl32/tests: Add test for SysLink accDoDefaultAction.
- - - - -
0159e067 by Esme Povirk at 2025-04-03T15:12:13+02:00
comctl32: Implement accDoDefaultAction for SysLink controls.
- - - - -
0b8f130e by Esme Povirk at 2025-04-03T15:12:14+02:00
comctl32/tests: Test accLocation values on SysLink control.
- - - - -
82dea2d7 by Esme Povirk at 2025-04-03T15:12:14+02:00
comctl32/tests: Test SetWindowText and LM_GETITEM for SysLink.
- - - - -
c424b36c by Esme Povirk at 2025-04-03T15:12:14+02:00
comctl32/tests: Test MSAA events for SysLink.
- - - - -
2 changed files:
- dlls/comctl32/syslink.c
- dlls/comctl32/tests/syslink.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8bb4f134892bf3545ffc3fecae041…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8bb4f134892bf3545ffc3fecae041…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
7a1f5a9b by Elizabeth Figura at 2025-04-03T15:06:42+02:00
d3d11: Plumb SubmitDecoderBuffers() through wined3d.
This patch contains all the boilerplate for splitting purposes; the actual
implementation is deferred to a following patch.
- - - - -
89730f2d by Elizabeth Figura at 2025-04-03T15:06:45+02:00
wined3d: Create and submit video decode command buffers.
- - - - -
4bcc8718 by Elizabeth Figura at 2025-04-03T15:06:45+02:00
wined3d: Call vkQueueSubmit() if there are semaphores.
Even if there is no active command buffer.
- - - - -
c7e7a414 by Elizabeth Figura at 2025-04-03T15:06:47+02:00
wined3d: Add a "next" pointer to wined3d_context_vk_create_image().
- - - - -
24b352c5 by Elizabeth Figura at 2025-04-03T15:06:47+02:00
wined3d: Implement Vulkan H.264 decoding.
- - - - -
f5ce21c0 by Elizabeth Figura at 2025-04-03T15:06:47+02:00
d3d11/tests: Add tests for H.264 decoding.
- - - - -
16 changed files:
- dlls/d3d11/device.c
- dlls/d3d11/tests/Makefile.in
- dlls/d3d11/tests/d3d11.c
- + dlls/d3d11/tests/h264_frame0
- + dlls/d3d11/tests/h264_frame1
- + dlls/d3d11/tests/resource.rc
- dlls/wined3d/context_vk.c
- dlls/wined3d/cs.c
- dlls/wined3d/decoder.c
- dlls/wined3d/device.c
- dlls/wined3d/texture.c
- dlls/wined3d/wined3d.spec
- dlls/wined3d/wined3d_private.h
- dlls/wined3d/wined3d_vk.h
- include/dxva.h
- include/wine/wined3d.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e956c4ec71dd0f41090df3863e6f9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e956c4ec71dd0f41090df3863e6f9…
You're receiving this email because of your account on gitlab.winehq.org.