Sweden-Number/dlls/user32
Huw Davies 0d9ce8a025 user32: Add a heuristic to find the mouse message's window.
This can't be done properly without support from the native windowing
system.  However, it's a good bet to try the next window in the z-order
if it's the owner of the original window and it's in the same thread.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-06 14:28:10 +01:00
..
resources
tests user32/tests: Fix pointer conversion warnings. 2018-02-05 12:57:01 +01:00
Makefile.in
button.c
caret.c
class.c comctl32: Introduce Button control. 2018-02-06 14:28:10 +01:00
clipboard.c
combo.c
controls.h
cursoricon.c user32: Validate DIB offset in CURSORICON_GetFileEntry. 2018-01-30 10:41:56 +01:00
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c
desktop.c
dialog.c
driver.c
edit.c user32/edit: Fix replacement text trace. 2018-02-01 22:24:55 +01:00
exticon.c
focus.c
hook.c
icontitle.c
input.c
listbox.c
lstr.c
mdi.c
menu.c user32: Handle HeapReAlloc failure in RemoveMenu. 2018-02-05 10:00:07 +01:00
message.c user32: Add a heuristic to find the mouse message's window. 2018-02-06 14:28:10 +01:00
misc.c
msgbox.c
nonclient.c
painting.c
property.c
resource.c
resources.h
scroll.c
spy.c
static.c
sysparams.c
text.c
uitools.c
user32.rc
user32.spec
user_main.c
user_private.h user32: Fix names returned with GetClassName(). 2018-02-05 10:00:07 +01:00
win.c user32: Fix names returned with GetClassName(). 2018-02-05 10:00:07 +01:00
win.h
winhelp.c
winpos.c user32: Kill focus before minimizing a window. 2018-02-02 14:42:39 +01:00
winproc.c
winstation.c
wsprintf.c