Alexandre Julliard pushed to branch master at wine / wine
Commits:
8094acfb by Rémi Bernon at 2025-10-17T18:36:59+02:00
winex11: Update WM_HINTS and NET_WM_STATE when WM_STATE isn't.
- - - - -
6257d5a9 by Rémi Bernon at 2025-10-17T18:36:59+02:00
winex11: Simplify the logic to reset cursor clipping.
- - - - -
e01656d0 by Rémi Bernon at 2025-10-17T18:36:59+02:00
winex11: Remove unnecessary extra window hiding condition.
- - - - -
1 changed file:
- dlls/winex11.drv/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8de9c46433e7cd4d2d0682d53d5a8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8de9c46433e7cd4d2d0682d53d5a8…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
17b7f4fc by Rémi Bernon at 2025-10-17T18:36:18+02:00
win32u: Keep exported semaphore fd with the global D3DKMT object.
- - - - -
a71262cd by Rémi Bernon at 2025-10-17T18:36:18+02:00
win32u: Import Vulkan semaphore from the D3DKMT object fd.
- - - - -
b88bc48c by Rémi Bernon at 2025-10-17T18:36:18+02:00
win32u: Keep exported fence fd with the D3DKMT global object.
- - - - -
8de9c464 by Rémi Bernon at 2025-10-17T18:36:18+02:00
win32u: Import Vulkan fence from the D3DKMT object fd.
- - - - -
3 changed files:
- dlls/win32u/d3dkmt.c
- dlls/win32u/vulkan.c
- dlls/win32u/win32u_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/385405a459b6811a9ed6846c004ce…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/385405a459b6811a9ed6846c004ce…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d6770e59 by Jiangyi Chen at 2025-10-17T17:52:02+02:00
user32/tests: Add some tests for uiLengthDrawn calculation in DrawTextExW().
- - - - -
385405a4 by Jiangyi Chen at 2025-10-17T17:52:02+02:00
user32: Fix uiLengthDrawn calculation in DrawTextExW().
uiLengthDrawn should represent the number of characters that have been processed.
However, the original implementation uses len (the count of displayed characters
in the current line), which is not accurate.
When text requires line breaks or special processing (such as adding an ellipsis),
the actual number of processed characters may differ from the number of displayed
characters.
When the DT_CALCRECT flag is absent, len gets decremented to 0 during the drawing loop.
Consequently, uiLengthDrawn becomes inaccurate since it relies on len's value for statistics.
- - - - -
2 changed files:
- dlls/user32/tests/text.c
- dlls/user32/text.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/684847469d28e04df8936965ee230…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/684847469d28e04df8936965ee230…
You're receiving this email because of your account on gitlab.winehq.org.