Fixes a bug where the statusbar doesn't correctly paint when the parent window is resized. This can be seen in wine notepad.
--
v3: comdlg32: Add parent folder button to IFileDialog
https://gitlab.winehq.org/wine/wine/-/merge_requests/3667
> Ok, that is more specific. I can look into adding those tests in a new MR.
Ah, thanks a lot!
> Just to be certain, you do mean no-alpha (0 as in XRGB) as opposed to fully opaque (0xff), correct?
Exactly.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3657#note_43879
On Wed Aug 30 13:18:45 2023 +0000, Jinoh Kang wrote:
> I was expecting a test that compares *no alpha* case and *alpha in only
> a single pixel* case. I'll guess I have to test that myself.
Ok, that is more specific. I can look into adding those tests in a new MR. Just to be certain, you do mean no-alpha (0 as in XRGB) as opposed to fully opaque (0xff), correct?
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3657#note_43869
Fixes a bug where the statusbar doesn't correctly paint when the parent window is resized. This can be seen in wine notepad.
--
v2: comctl32: Invalidate entire statusbar on wm_size.
https://gitlab.winehq.org/wine/wine/-/merge_requests/3667
--
v5: tests: Add a test for fmod() with vector arguments.
vkd3d-shader: Use ternary operator in fmod() implementation.
vkd3d-shader/tpf: Use 'movc' to implement ternary operator.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/268