Sweden-Number/dlls/user32
Dmitry Timoshkov ababea0fd7 user32: DragDetect() should enter its message loop only if the left mouse button is pressed.
There's an application that calls DragDetect() on every WM_MOUSEMOVE
message, and this breaks handling of mouse events. A simple test app
shows that on Windows DragDetect() starts its message loop when left
mouse button is pressed.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-25 23:05:47 +02:00
..
resources
tests user32: DragDetect() should enter its message loop only if the left mouse button is pressed. 2021-10-25 23:05:47 +02:00
Makefile.in user32: Use the bundled libpng. 2021-10-18 14:34:21 +02:00
button.c
caret.c
class.c
clipboard.c
combo.c
controls.h
cursoricon.c user32: Use the bundled libpng. 2021-10-18 14:34:21 +02:00
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c
desktop.c
dialog.c
driver.c win32u: Move NtUserGetProcessWindowStation implementation from user32. 2021-10-13 21:57:11 +02:00
edit.c
exticon.c
focus.c user32: Set IMM active context on focus change. 2021-10-18 21:23:58 +02:00
hook.c
icontitle.c
input.c
listbox.c
lstr.c ntdll: Move some exception definitions to winternl.h. 2021-10-07 13:52:42 +02:00
mdi.c
menu.c
message.c win32u: Move NtUserCloseDesktop implementation from user32. 2021-10-13 21:57:12 +02:00
misc.c user32: Set IMM active context on focus change. 2021-10-18 21:23:58 +02:00
msgbox.c
nonclient.c user32: Don't check active window state when handling SC_MINIMIZE/SC_MAXIMIZE/SC_RESTORE. 2021-10-18 17:06:45 +02:00
painting.c
property.c
rawinput.c hidparse.sys: Make internal HID structures compatible with native. 2021-09-22 21:47:45 +02:00
resource.c
resources.h
scroll.c
spy.c
static.c
sysparams.c win32u: Move NtUserGetObjectInformation implementation from user32. 2021-10-13 21:57:12 +02:00
text.c
uitools.c
user32.rc
user32.spec win32u: Move NtUserSetObjectInformation implementation from user32. 2021-10-13 21:57:12 +02:00
user_main.c user32: Use the bundled libpng. 2021-10-18 14:34:21 +02:00
user_private.h user32: Set IMM active context on focus change. 2021-10-18 21:23:58 +02:00
win.c user32: DragDetect() should enter its message loop only if the left mouse button is pressed. 2021-10-25 23:05:47 +02:00
win.h
winhelp.c
winpos.c
winproc.c user32: Return INT_PTR instead of LRESULT in dialog procedures. 2021-10-19 11:33:05 +02:00
winstation.c win32u: Move NtUserOpenDesktop implementation from user32. 2021-10-14 18:59:54 +02:00
wsprintf.c user32: Use the standard va_list instead of __ms_va_list. 2021-10-22 11:12:57 +02:00