Fix comctl32/propsheet - should react to CTRL+TAB and CTRL+SHIFT+TAB
Currently not working as calling IsDialogMessageW instead of PROPSHEET_IsDialogMessage which is correctly implementing TAB key management
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4752
ComDlg32 / Color picker does not use "limited" value, leading to out of bound
This cause the lum bar to get crazy


--
v2: Update ipaddress.c
https://gitlab.winehq.org/wine/wine/-/merge_requests/4746
ComDlg32 / Color picker does not use "limited" value, leading to out of bound
This cause the lum bar to get crazy


--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4746
On Wed Dec 27 01:54:00 2023 +0000, Jinoh Kang wrote:
> You're correct that debuggers can be sensitive to the timing of the
> initial breakpoint.
> Adding a conformance test would let us confirm your observation, and
> ensure such regression won't happen in the future. For reference, see 2b40969c58a099f958c58909b666915991a42979.
> I'm still approving since the existing tests did not fail and I cannot
> find a particular reason `process_breakpoint();` must be placed exactly
> there in the commit history.
I'm not really sure how to write test case for this, seems quite complicated since basically need to load DLL with `int3` - if it's triggered after system breakpoint then it's a pass.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4655#note_56427