Alexandre Julliard pushed to branch master at wine / wine
Commits:
050ad448 by Rémi Bernon at 2024-11-21T22:25:48+01:00
winex11: Use the state tracker to decide if changes can be made directly.
Or if a message needs to be sent to the window manager instead. The
pending_state tracks the last state request, whereas data->mapped now
matches the desired_state value, which may have been delayed.
- - - - -
cdc479af by Rémi Bernon at 2024-11-21T22:25:48+01:00
winex11: Update other window state properties within window_set_wm_state.
The state is now requested asynchronously, and window_set_wm_state may
delay the request if another is in flight. We need to wait until the
state is actually requested before updating the other window properties.
- - - - -
781f995d by Rémi Bernon at 2024-11-21T22:25:48+01:00
winex11: Call window_set_wm_state when unmapping embedded windows.
- - - - -
a3841ebc by Rémi Bernon at 2024-11-21T22:25:48+01:00
winex11: Get rid of the now unnecessary iconic field.
The new state tracker desired_state.wm_state can now be used instead.
- - - - -
cba89701 by Rémi Bernon at 2024-11-21T22:25:48+01:00
winex11: Get rid of the now unnecessary mapped field.
The new state tracker desired_state.wm_state can now be used instead.
- - - - -
3 changed files:
- dlls/winex11.drv/event.c
- dlls/winex11.drv/window.c
- dlls/winex11.drv/x11drv.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4a1a0abbd4d54b082c98c99a35668…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4a1a0abbd4d54b082c98c99a35668…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
28505148 by Brendan McGrath at 2024-11-21T20:18:51+01:00
mf: Retry PROCESSINPUTNOTIFY if TRANSFORM_TYPE_NOT_SET is returned.
Send INVALIDATEMEDIATYPE to allow the transform type to be set before
retrying PROCESSINPUTNOTIFY.
- - - - -
839a9a85 by Brendan McGrath at 2024-11-21T20:18:51+01:00
mf: Send MEError when IMFStreamSink_ProcessSample fails.
- - - - -
2 changed files:
- dlls/mf/evr.c
- dlls/mf/session.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e33277410fd7d18b491abe587b61b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e33277410fd7d18b491abe587b61b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
86558a4b by Ziqing Hui at 2024-11-21T12:53:41+01:00
propsys: Add PropVariantToBSTR stub.
- - - - -
b4ac03f1 by Ziqing Hui at 2024-11-21T12:53:41+01:00
propsys/tests: Test PropVariantToBSTR.
- - - - -
df168025 by Ziqing Hui at 2024-11-21T12:53:42+01:00
propsys/tests: Test truncating for PropVariantToString.
- - - - -
66220be4 by Ziqing Hui at 2024-11-21T12:53:42+01:00
propsys: Implement PropVariantToBSTR.
- - - - -
3517aded by Ziqing Hui at 2024-11-21T12:53:42+01:00
propsys: Use debugstr_variant for the trace in VariantToPropVariant.
- - - - -
c33fdc27 by Ziqing Hui at 2024-11-21T12:53:42+01:00
propsys: Support converting to BSTR for PropVariantToVariant.
- - - - -
4 changed files:
- dlls/propsys/propsys.spec
- dlls/propsys/propvar.c
- dlls/propsys/tests/propsys.c
- include/propvarutil.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/06af937047adeca1af6478319b760…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/06af937047adeca1af6478319b760…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e868c383 by Bernhard Übelacker at 2024-11-21T12:53:39+01:00
include: Add ucrt _sprintf_l declaration.
- - - - -
06af9370 by Bernhard Übelacker at 2024-11-21T12:53:41+01:00
wineps.drv: Use locale aware variants _sprintf_l and _sscanf_l (ASan).
- - - - -
6 changed files:
- dlls/wineps.drv/init.c
- dlls/wineps.drv/ppd.c
- dlls/wineps.drv/ps.c
- dlls/wineps.drv/psdrv.h
- dlls/wineps.drv/type42.c
- include/msvcrt/stdio.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f350a8782b29b3890320e48e915d0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f350a8782b29b3890320e48e915d0…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
8d8de1db by Giovanni Mascellani at 2024-11-21T19:28:46+01:00
vkd3d-shader/ir: Validate the semantic index for tessellation system values.
- - - - -
49ec9add by Giovanni Mascellani at 2024-11-21T19:28:46+01:00
vkd3d-shader/ir: Check that semantic indices for tessellation system values are not duplicated.
- - - - -
1ed8d907 by Giovanni Mascellani at 2024-11-21T19:28:46+01:00
vkd3d-shader/ir: Keep track of the tessellator domain in struct vsir_program.
- - - - -
018f3e80 by Giovanni Mascellani at 2024-11-21T19:28:46+01:00
vkd3d-shader/ir: Validate tessellation system values for the given tessellator domain.
- - - - -
e3838340 by Giovanni Mascellani at 2024-11-21T19:28:46+01:00
vkd3d-shader/ir: Check that tessellation system values only appear in the patch constant signature.
- - - - -
5 changed files:
- libs/vkd3d-shader/dxil.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/spirv.c
- libs/vkd3d-shader/tpf.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/9f3bbab2f0931d23e5b6b38b7a55…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/9f3bbab2f0931d23e5b6b38b7a55…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
1a6409cd by Nikolay Sivov at 2024-11-21T19:28:46+01:00
vkd3d-shader/hlsl: Add parser support for stream-output object types.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
8 changed files:
- libs/vkd3d-shader/d3dbc.c
- libs/vkd3d-shader/fx.c
- libs/vkd3d-shader/hlsl.c
- libs/vkd3d-shader/hlsl.h
- libs/vkd3d-shader/hlsl.l
- libs/vkd3d-shader/hlsl.y
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/tpf.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/1a6409cd5bc6836dcb7e232c863e6…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/1a6409cd5bc6836dcb7e232c863e6…
You're receiving this email because of your account on gitlab.winehq.org.