Sweden-Number/dlls/user32
Zhiyi Zhang 608aa7f3d7 user32: Send notification for the focused button in IsDialogMessage().
When handling WM_KEYDOWN,VK_RETURN messages from a dialog hwnd in
IsDialogMessage(), if the focused button is in the dialog, send a BN_CLICKED
notification to the dialog proc. This also make it possible for the
default button with an id larger than 0xFFFF in the dialog to receive
the correct BN_CLICKED notification, which has a null lParam before this.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-07-16 21:28:45 +02:00
..
resources
tests user32: Send notification for the focused button in IsDialogMessage(). 2018-07-16 21:28:45 +02:00
Makefile.in
button.c
caret.c
class.c
clipboard.c
combo.c
controls.h
cursoricon.c
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c
desktop.c
dialog.c user32: Send notification for the focused button in IsDialogMessage(). 2018-07-16 21:28:45 +02:00
driver.c
edit.c
exticon.c
focus.c
hook.c
icontitle.c
input.c user32: Remove FIXMEs from physical<->logical mapping functions. 2018-07-13 19:03:27 +02:00
listbox.c
lstr.c
mdi.c
menu.c
message.c
misc.c
msgbox.c
nonclient.c
painting.c server: Return the surface rect as top clipping rect. 2018-07-11 15:45:11 +02:00
property.c
resource.c
resources.h
scroll.c
spy.c
static.c
sysparams.c user32: Retrieve the screen metrics from the monitor information. 2018-07-16 21:28:44 +02:00
text.c
uitools.c
user32.rc
user32.spec
user_main.c
user_private.h
win.c user32: Return the full MINMAXINFO data from WINPOS_GetMinMaxInfo(). 2018-07-16 10:38:46 +02:00
win.h user32: Return the full MINMAXINFO data from WINPOS_GetMinMaxInfo(). 2018-07-16 10:38:46 +02:00
winhelp.c
winpos.c user32: Return the full MINMAXINFO data from WINPOS_GetMinMaxInfo(). 2018-07-16 10:38:46 +02:00
winproc.c
winstation.c
wsprintf.c