wine/dlls/user32
Huw Davies 580915040e user32: A second button-up on the system menu should end the tracking.
This isn't quite how Windows behaves.  Windows doesn't follow the
tracking between the menu-bar and the system menu, while Wine does.
Since the system menu of top-level windows is likely to be hidden by
Wine's graphics driver, this seems like useful behaviour to keep and
thus this patch makes things behave sensibly.

Even without Wine's special tracking behaviour, this patch is an
improvement.  The tracking state has no reason to be stored in the
menu structure.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-06-05 19:49:16 +02:00
..
resources
tests user32/tests: Add tests for minimizing MDI windows. 2017-06-02 10:33:48 +02:00
button.c
caret.c
class.c
clipboard.c server: Don't increment the clipboard sequence number for delayed rendering or synthesized formats. 2017-05-24 13:03:39 +02:00
combo.c
controls.h
cursoricon.c user32: Added a helper to get screen dc. 2017-05-07 16:19:21 -05:00
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c user32: Partially protect WM_SETTEXT handlers from invalid input. 2017-04-20 18:58:46 +02:00
desktop.c
dialog.c
driver.c
edit.c
exticon.c
focus.c
hook.c
icontitle.c
input.c user32: Add GetPhysicalCursorPos/SetPhysicalCursorPos stubs. 2017-05-17 21:57:13 +02:00
listbox.c user32: Use SetRectEmpty() instead of memset(). 2017-04-19 09:11:46 +02:00
lstr.c
Makefile.in
mdi.c
menu.c user32: A second button-up on the system menu should end the tracking. 2017-06-05 19:49:16 +02:00
message.c user32: Move internal message from EnableWindow to WIN_SetStyle(). 2017-04-25 11:47:20 +02:00
misc.c
msgbox.c user32/msgbox: Fix static control id. 2017-05-07 16:19:18 -05:00
nonclient.c
painting.c
property.c
resource.c
resources.h user32/msgbox: Fix static control id. 2017-05-07 16:19:18 -05:00
scroll.c
spy.c user32: Move internal message from EnableWindow to WIN_SetStyle(). 2017-04-25 11:47:20 +02:00
static.c
sysparams.c user32: Change IsProcessDPIAware() to always return TRUE. 2017-05-02 17:51:34 +02:00
text.c
uitools.c
user32.rc
user32.spec user32: Add LogicalToPhysicalPoint/PhysicalToLogicalPoint stubs. 2017-05-19 20:26:34 +02:00
user_main.c
user_private.h user32: Move internal message from EnableWindow to WIN_SetStyle(). 2017-04-25 11:47:20 +02:00
win.c user32: Move internal message from EnableWindow to WIN_SetStyle(). 2017-04-25 11:47:20 +02:00
win.h
winhelp.c user32: Fix memory leak in WinHelpA(). 2017-05-30 21:49:49 +02:00
winpos.c user32: Add LogicalToPhysicalPoint/PhysicalToLogicalPoint stubs. 2017-05-19 20:26:34 +02:00
winproc.c
winstation.c
wsprintf.c