Alexandre Julliard pushed to branch master at wine / wine
Commits:
e34768c3 by Jacob Czekalla at 2025-08-29T11:02:35+02:00
comctl32/treeview: Return from TREEVIEW_LButtonDown when the treeview handle is invalid.
LButtonDown should return when the treeview handle is invalid (e.g. destroyed) after NM_CLICK to prevent further message processing.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58211
- - - - -
365d1432 by Jacob Czekalla at 2025-08-29T11:02:37+02:00
comctl32/tests: Add a test for treeview deletion during NM_CLICK in LBUTTONDOWN.
- - - - -
2 changed files:
- dlls/comctl32/tests/treeview.c
- dlls/comctl32/treeview.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5fd9826b8cdcb9130b0bf6943a2a5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5fd9826b8cdcb9130b0bf6943a2a5…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
9e72d8ac by Francisco Casas at 2025-08-29T14:22:39+02:00
vkd3d-shader/ir: Introduce vsir_program_iterator_insert_before_and_move().
- - - - -
f2ac70fa by Francisco Casas at 2025-08-29T14:22:39+02:00
vkd3d-shader/ir: Use iterators in vsir_program_lower_switch_to_selection_ladder().
- - - - -
49e189fe by Francisco Casas at 2025-08-29T14:59:13+02:00
vkd3d-shader/dxil: Use vsir_program_append() in sm6_function_emit_blocks().
- - - - -
1ee42bd4 by Francisco Casas at 2025-08-29T14:59:13+02:00
vkd3d-shader/dxil: Use vsir_program_append() in sm6_parser_add_instruction().
- - - - -
158f8b3c by Francisco Casas at 2025-08-29T15:06:39+02:00
vkd3d-shader/dxil: Use sm6_parser_add_instruction() in sm6_parser_descriptor_type_init().
- - - - -
3 changed files:
- libs/vkd3d-shader/dxil.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/11cf9e918ac585599399058f2a68…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/11cf9e918ac585599399058f2a68…
You're receiving this email because of your account on gitlab.winehq.org.
Elizabeth Figura pushed to branch master at wine / wine-staging
Commits:
e2610f8a by Elizabeth Figura at 2025-08-28T16:19:59-05:00
Rebase against 5fd9826b8cdcb9130b0bf6943a2a5cd7c7499370.
- - - - -
3 changed files:
- patches/user32-rawinput-mouse/0005-winex11-Keep-track-of-mouse-device-and-pointer-butto.patch
- patches/winex11-Fixed-scancodes/0003-winex11-Write-supported-keyboard-layout-list-in-regi.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/e2610f8a45e44ecf2612e8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/e2610f8a45e44ecf2612e8…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
666dd9d9 by Elizabeth Figura at 2025-08-28T22:19:19+02:00
quartz/tests: Add more tests for video window style.
Based on a patch by Attila Fidan.
- - - - -
5fd9826b by Elizabeth Figura at 2025-08-28T22:19:21+02:00
quartz: Preserve the current visibility in IVideoWindow::put_Style().
This fixes videos in some VisualArts applications.
Based on a patch by Attila Fidan.
- - - - -
4 changed files:
- dlls/quartz/tests/videorenderer.c
- dlls/quartz/tests/vmr7.c
- dlls/quartz/tests/vmr9.c
- dlls/quartz/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/70c6d8827af6700fcc883f1ee809e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/70c6d8827af6700fcc883f1ee809e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d389df19 by Yuxuan Shui at 2025-08-28T10:25:21+02:00
ole32: Don't get metafile extent if there is no metafile.
If entry->stgmedium.hEnhMetaFile is NULL, the data_size we get will be 0, we
then allocate 0 bytes for data, but expect it to contain at least a
METAFILEPICT, resulting in reading out-of-bound.
- - - - -
1 changed file:
- dlls/ole32/datacache.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d389df194f094948ba2e1fd6f60044…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d389df194f094948ba2e1fd6f60044…
You're receiving this email because of your account on gitlab.winehq.org.