- May 30, 2024
-
-
Aric Stewart authored
-
- May 29, 2024
-
-
-
-
To avoid hiding the change in the next commit.
-
-
-
-
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Signed-off-by:
Krzysztof Bogacki <krzysztof.bogacki@leancode.pl>
-
Signed-off-by:
Krzysztof Bogacki <krzysztof.bogacki@leancode.pl>
-
Signed-off-by:
Krzysztof Bogacki <krzysztof.bogacki@leancode.pl>
-
-
-
-
-
-
- May 28, 2024
-
-
-
-
-
-
In addition to existing tests this shows that the call SendMessage(listbox, LB_SETCOUNT, 100, 0); adds a scrollbar to the listbox however it doesn't add a nonclient area to an update region because the call ValidateRect(listbox, NULL); validates a client area, and after that a window no longer has an update region. Signed-off-by:
Dmitry Timoshkov <dmitry@baikal.ru>
-
In the PSDRV_MergeDevmodes and merge_devmodes functions, there is a check earlier to update dmDefaultSource only if a slot is found, and so this member should not be updated again with no such check.
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
For bug for bug compatibility, delete the font set by WM_SETFONT when destroying the control even if the font is not owned by the control according to tests.
-
This reverts 06effbf0.
-
The font set by WM_SETFONT is not owned by syslink so it shouldn't be deleted when handling WM_DESTROY for the control. Fix Toad for Oracle text gets reset to the system font after installing Team Coding. The application creates a font and set it to a syslink. Then after the syslink destroys itself, the font becomes invalid so other controls using the font end up falling back to the system font.
-
-
-
-
-