Alexandre Julliard pushed to branch master at wine / wine
Commits:
aad0b865 by Nikolay Sivov at 2025-06-01T16:33:51+02:00
comctl32/listview: Fix lbutton item selection with Shift+Ctrl.
Visual testing shows that using Shift+Ctrl adds to the selection,
which is what existing code already does. The problem is that it
updates selection mark when it shouldn't.
And the bigger problem of course is that it's using static variable
for state.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3b06cc75 by Nikolay Sivov at 2025-06-01T16:33:53+02:00
comctl32/listview: Do not consider key state when navigating with alphanumeric keys.
For example holding down Shift and using letter keys shouldn't produce
a selection range.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58275
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- dlls/comctl32/listview.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1908580ac83e2d997193ce920252a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1908580ac83e2d997193ce920252a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
23c7d5d1 by Elizabeth Figura at 2025-05-28T22:17:29+02:00
wined3d/spirv: Implement clip planes.
- - - - -
24039431 by Elizabeth Figura at 2025-05-28T22:17:29+02:00
wined3d/spirv: Implement point size.
- - - - -
e0bb1dba by Elizabeth Figura at 2025-05-28T22:17:29+02:00
wined3d/spirv: Implement point sprite.
- - - - -
2 changed files:
- dlls/wined3d/shader_spirv.c
- dlls/wined3d/stateblock.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2a6338fee6a6ce37e5ae90903e0fe…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2a6338fee6a6ce37e5ae90903e0fe…
You're receiving this email because of your account on gitlab.winehq.org.