reactos/win32ss/user/user32/windows
Katayama Hirofumi MZ d55add359c
[COMCTL32][USER32] Button: Fix DLGC_... handling (#6168)
Based on KRosUser's button.patch.
- Fix DLGC_... handling by using & operator
  in BUTTON_CheckAutoRadioButton
  in button.c.
- Fix DLGC_... handling by using & operator
  in IsDialogMessageW in dialog.c.
- BM_CLICK's wParam must be zero.
CORE-17210
2023-12-16 09:29:13 +09:00
..
accel.c
caret.c
class.c [USER32] Fix SetWindowWord/Long 2023-05-25 18:56:02 +03:00
clipboard.c
cursoricon.c [REACTOS] Add '\n' to debug logs 2022-05-04 03:28:38 +03:00
dc.c
defwnd.c [SETUPLIB][NTUSER] Toggle input language/layout on Alt+Shift / Ctrl+Shift (#5839) 2023-10-31 22:37:49 +09:00
dialog.c [COMCTL32][USER32] Button: Fix DLGC_... handling (#6168) 2023-12-16 09:29:13 +09:00
draw.c [NTUSER][USER32] Classic Theme: disabled "checked" checkboxes should be grey (#4874) 2022-11-14 00:01:29 +01:00
font.c
hook.c
input.c [USER32] Use static inline instead of inline 2023-07-24 23:29:38 +02:00
mdi.c [WINESYNC][USER32] MDI_AugmentFrameMenu(): Use GetSysColorBrush() 2022-11-21 23:08:09 +03:00
menu.c [NTUSER][USER32] Remove 4 remnant defines (#5572) 2023-08-15 18:13:27 +02:00
message.c [USER32][KBDJA] Implement CliImmSetHotKey (#4504) 2022-05-11 21:42:32 +09:00
messagebox.c
nonclient.c
paint.c
prop.c
rect.c
spy.c
text.c [USER32] Rewrite CharPrev(Ex)A functions and fix tests (#4860) 2022-11-13 13:22:26 +03:00
window.c [USER32] Fix IsWindow by not using WNDS2_INDESTROY (#6066) 2023-12-01 09:08:58 +09:00
winpos.c
wndproc_fixup.S