Alexandre Julliard pushed to branch master at wine / wine
Commits:
002ebd18 by Anton Baskanov at 2024-10-09T12:44:17+02:00
dplayx: Free message header on error path in DP_MSG_SendRequestPlayerId().
- - - - -
621bbb2d by Anton Baskanov at 2024-10-09T12:44:17+02:00
dplayx: Use the documented reply layout in DP_MSG_SendRequestPlayerId().
- - - - -
fbe459fc by Anton Baskanov at 2024-10-09T12:44:17+02:00
dplayx: Check reply result in DP_MSG_SendRequestPlayerId().
- - - - -
591b12a5 by Anton Baskanov at 2024-10-09T17:12:10+02:00
dplayx/tests: Test receiving REQUESTPLAYERREPLY with error result.
- - - - -
7e76e97f by Anton Baskanov at 2024-10-09T17:12:11+02:00
dplayx: Handle ADDFORWARDREPLY and return error.
- - - - -
51be4f91 by Anton Baskanov at 2024-10-09T17:13:20+02:00
dplayx/tests: Test receiving ADDFORWARDREPLY.
- - - - -
4 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/dplayx_messages.c
- dlls/dplayx/dplayx_messages.h
- dlls/dplayx/tests/dplayx.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/808b398549350fffc9fc023d637ef…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/808b398549350fffc9fc023d637ef…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3277de55 by Ziqing Hui at 2024-10-09T12:43:54+02:00
propsys/tests: Add tests for PropVariantToVariant.
- - - - -
7a4f9f83 by Ziqing Hui at 2024-10-09T12:43:54+02:00
propsys/tests: Test converting clsid to string.
- - - - -
67b097ff by Ziqing Hui at 2024-10-09T12:43:54+02:00
propsys: Support converting clsid to string for PropVariant.
- - - - -
808b3985 by Ziqing Hui at 2024-10-09T12:43:54+02:00
propsys: Initially implement PropVariantToVariant.
- - - - -
2 changed files:
- dlls/propsys/propvar.c
- dlls/propsys/tests/propsys.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e61db557ab8473a490c84301dbb4b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e61db557ab8473a490c84301dbb4b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f1301ced by Charlotte Pabst at 2024-10-09T12:43:45+02:00
riched20/tests: Test that ScrollWindowEx and GetClientRect are only called when control is in-place active.
- - - - -
dafaadcb by Charlotte Pabst at 2024-10-09T12:43:45+02:00
riched20: Exit from editor_ensure_visible when control is not in-place active.
According to microsoft documentation, ScrollWindowEx, SetScrollPos and SetScrollRange may only
be called while the control is in-place active.
This fixes a segmentation fault in an application.
- - - - -
e61db557 by Charlotte Pabst at 2024-10-09T12:43:47+02:00
riched20: Only call ME_SendRequestResize when control is in-place active.
Prevent GetClientRect from being called when not in-place active.
- - - - -
2 changed files:
- dlls/riched20/paint.c
- dlls/riched20/tests/txtsrv.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/21921a2fee6724b461b837fa89f92…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/21921a2fee6724b461b837fa89f92…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
790f3553 by Henri Verbeet at 2024-10-09T13:14:31+02:00
vkd3d-shader/glsl: vkd3d-shader/glsl: Implement support for VKD3D_SHADER_COMPONENT_INT inputs.
- - - - -
93f1af72 by Henri Verbeet at 2024-10-09T13:14:31+02:00
vkd3d-shader/glsl: Implement loops.
- - - - -
27eb3c07 by Henri Verbeet at 2024-10-09T13:14:31+02:00
vkd3d-shader/glsl: Implement switches.
- - - - -
bc4aacd2 by Henri Verbeet at 2024-10-09T13:14:31+02:00
vkd3d-shader/glsl: Implement VKD3DSIH_ULT.
- - - - -
aba45d03 by Henri Verbeet at 2024-10-09T13:14:31+02:00
vkd3d-shader/glsl: Implement VKD3DSIH_CONTINUE.
- - - - -
7 changed files:
- libs/vkd3d-shader/glsl.c
- tests/hlsl/bool-semantics.shader_test
- tests/hlsl/for.shader_test
- tests/hlsl/function-return.shader_test
- tests/hlsl/loop.shader_test
- tests/hlsl/return.shader_test
- tests/hlsl/switch.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/bb0e4506a6fbf2d22fda8e98fe9d…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/bb0e4506a6fbf2d22fda8e98fe9d…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
16efb7c0 by Giovanni Mascellani at 2024-10-09T13:13:00+02:00
vkd3d-shader: Ignore the patch constant signature when it doesn't make sense.
- - - - -
7202e6e2 by Giovanni Mascellani at 2024-10-09T13:13:00+02:00
vkd3d-shader/ir: Allow a patch constant signature only for Hull and Domain Shaders.
- - - - -
118f494d by Giovanni Mascellani at 2024-10-09T13:13:00+02:00
vkd3d-shader/ir: Validate register counts in input signatures.
- - - - -
a29270fa by Giovanni Mascellani at 2024-10-09T13:13:00+02:00
vkd3d-shader/ir: Validate register counts in output signatures.
- - - - -
c3b31b96 by Giovanni Mascellani at 2024-10-09T13:13:00+02:00
vkd3d-shader/ir: Validate register counts in patch constant signatures.
- - - - -
bb0e4506 by Giovanni Mascellani at 2024-10-09T13:13:00+02:00
vkd3d-shader/ir: Validate masks in shader signatures.
- - - - -
5 changed files:
- libs/vkd3d-shader/dxil.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/tpf.c
- libs/vkd3d-shader/vkd3d_shader_main.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/cd74461d6dabae4e702de61a9053…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/cd74461d6dabae4e702de61a9053…
You're receiving this email because of your account on gitlab.winehq.org.