Sweden-Number/dlls/user32
Vincent Povirk 3cc6a1acc3 Revert "user32: Set capture earlier on popup menus.".
This reverts commit a9bff001a1.

We can't set capture this early because the popup menu isn't visible
yet. To my knowledge, no applications depend on this, nor did the
next patch in the series. It's only a theoretical issue revealed by
a message test.

Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-20 16:54:47 +09:00
..
resources
tests user32/tests: Use SetRect instead of open coding it. 2016-04-18 19:28:31 +09:00
Makefile.in
button.c
caret.c
class.c
clipboard.c
combo.c
controls.h user32: Use the original owner used to create the dialog for WM_ENTERIDLE messages. 2016-04-11 22:09:30 +09:00
cursoricon.c user32: Correctly determine bit count for BITMAPCOREINFO in is_dib_monochrome. 2016-03-28 18:41:00 +09:00
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c
desktop.c
dialog.c user32: Use the original owner used to create the dialog for WM_ENTERIDLE messages. 2016-04-11 22:09:30 +09:00
driver.c
edit.c
exticon.c
focus.c
hook.c
icontitle.c
input.c
listbox.c
lstr.c user32: Use kernel32 functions for character types and case conversions. 2016-03-29 21:05:05 +09:00
mdi.c user32: Use wine_dbgstr_rect() to trace a RECT. 2016-04-19 21:06:10 +09:00
menu.c Revert "user32: Set capture earlier on popup menus.". 2016-04-20 16:54:47 +09:00
message.c user32: Limit broadcast messages to system and registered ones. 2016-04-09 00:12:24 +09:00
misc.c user32: Set %ecx to address of rect in EnumDisplayMonitors callback. 2016-03-31 15:57:32 +09:00
msgbox.c
nonclient.c
painting.c
property.c
resource.c
resources.h
scroll.c
spy.c
static.c
sysparams.c user32: Add stub for IsProcessDPIAware. 2016-04-01 18:34:16 +09:00
text.c
uitools.c
user32.rc
user32.spec user32: Add stub for IsProcessDPIAware. 2016-04-01 18:34:16 +09:00
user_main.c
user_private.h
win.c user32: Avoid dereferencing NULL pointer in a trace. 2016-04-07 15:04:07 +09:00
win.h
winhelp.c
winpos.c user32: Make DeferWindowPos() fail on invalid window handles. 2016-04-11 19:32:12 +09:00
winproc.c
winstation.c
wsprintf.c