When passing a box with a non-zero height that is smaller than the bounding box to GdipMeasureString, it returns a bounding box of 0. In Windows it returns the same height as the box.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6597
According to microsoft documentation, ScrollWindowEx, SetScrollPos and SetScrollRange may only
be called while the control is in-place active.
This fixes a segmentation fault in Anytone CPS.
--
v3: riched20/tests: Test that ScrollWindowEx is only called when control is in-place active.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6608
Under the HKCU\Software\Wine\X11 Driver global or application-specific HKCU\Software\Wine\AppDefaults\app.exe\X11 Driver registry keys.
This option can be used to restore the old behavior with DPI awareness forced on every application, which some of them handled well enough even if not DPI aware otherwise.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57175
--
v3: win32u: Read AppCompatFlags DPI awareness overrides from the registry.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6521