reactos/win32ss/user/user32/controls
Katayama Hirofumi MZ d6c70f0864
[COMCTL32][USER32] RadioButton: Notify BN_CLICKED on WM_SETFOCUS (#6266)
Based on KRosUser's button_fixnotif.patch.
JIRA issue: CORE-6542, CORE-19384
Notify BN_CLICKED to the parent on WM_SETFOCUS message
handling if the button type was either BS_RADIOBUTTON or
BS_AUTORADIOBUTTON, and if the button was unchecked.
2024-01-01 11:01:59 +09:00
..
appswitch.c [NTUSER][USER32] Initial support of WS_EX_NOACTIVATE flag (#4731) 2022-10-04 09:40:43 +09:00
button.c [COMCTL32][USER32] RadioButton: Notify BN_CLICKED on WM_SETFOCUS (#6266) 2024-01-01 11:01:59 +09:00
combo.c [COMCTL32][USER32] ComboBox: Do default processing on WM_SYSKEYDOWN (#6152) 2023-12-11 22:04:18 +09:00
edit.c [COMCTL32][USER32] EDIT control: Check bCaptureState on WM_CHAR (#6206) 2023-12-21 20:24:44 +09:00
ghost.c [REACTOS] Fix typos in comments (#5591) 2023-08-22 16:20:29 +03:00
icontitle.c [USER32] Remove unused debug channels. Silences some clang-cl warnings. 2017-12-07 22:25:30 +01:00
listbox.c [USER32][NTUSER] Fix wrong return from LB_GETLISTBOXINFO (#2168) 2020-07-04 15:11:10 +02:00
regcontrol.c [USER32] Add Ghost window class (#1082) 2018-12-02 18:51:44 +09:00
scrollbar.c [USER32] SetScrollPos should not bypass UserApiHook 2022-02-23 20:32:02 +01:00
static.c [USER32] Use UINT as parameter for DrawText() (#4357) 2022-02-16 00:50:51 +01:00