https://bugs.winehq.org/show_bug.cgi?id=51802
Zhiyi Zhang zzhang@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #6 from Zhiyi Zhang zzhang@codeweavers.com --- Confirmed. The button unresponsive regression is from f304b2ae23bb537029fe51983f060f680de66a12 is the first bad commit commit f304b2ae23bb537029fe51983f060f680de66a12 Author: Zhiyi Zhang zzhang@codeweavers.com Date: Fri Jun 11 10:05:33 2021 +0800
winevdm: Enable visual styles.
Signed-off-by: Zhiyi Zhang zzhang@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
The black background regression is from 6f095cea53787f03a159f0464b9881ace3724e6b is the first bad commit commit 6f095cea53787f03a159f0464b9881ace3724e6b Author: Jacek Caban jacek@codeweavers.com Date: Tue Aug 3 12:56:49 2021 +0200
gdi32: Use NtGdiPatBlt for PatBlt implementation.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
The crash on wine-6.18 is from ea66623c3cd1ff5e5d066adc8ab3a66bf6bb7b34 is the first bad commit commit ea66623c3cd1ff5e5d066adc8ab3a66bf6bb7b34 Author: Zebediah Figura zfigura@codeweavers.com Date: Sun Oct 3 19:00:49 2021 -0500
winebuild: Move the CALL32_CBClient[Ex]_RetAddr implementation to krnl386.
Signed-off-by: Zebediah Figura zfigura@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
I will look into these issues. Specifically, the first one will have priority.