Sweden-Number/dlls/user32
Dmitry Timoshkov ed7513f9c2 user32/tests: Add a bunch of WS_EX_TOPMOST tests.
The tests most of the time pass cleanly here under MATE environment,
but sometimes there are intermittent failures (like in some other tests)
without visible reason, and another 'make test' runs cleanly again.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-11-13 13:02:20 +01:00
..
resources user32: Implement IDI_SHIELD. 2017-10-19 19:47:09 +02:00
tests user32/tests: Add a bunch of WS_EX_TOPMOST tests. 2017-11-13 13:02:20 +01:00
Makefile.in user32: Implement IDI_SHIELD. 2017-10-19 19:47:09 +02:00
button.c
caret.c
class.c
clipboard.c
combo.c user32: Don't do the painting if combobox is not visible in CBPaintText. 2017-10-24 19:10:06 +02:00
controls.h
cursoricon.c user32: Reduce the cursor height if it also includes the mask. 2017-07-24 18:58:30 +02:00
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c
desktop.c
dialog.c user32: DialogBoxParam should return -1 when dialog control creation fails. 2017-08-24 14:03:38 +09:00
driver.c
edit.c user32: Pass the text length explicitly to EDIT_EM_ReplaceSel. 2017-11-07 21:24:44 +01:00
exticon.c
focus.c
hook.c
icontitle.c
input.c
listbox.c
lstr.c
mdi.c
menu.c user32: Add stub for CalcMenuBar. 2017-09-07 18:25:01 +02:00
message.c user32: Use the correct top-level window when activating through a mouse click. 2017-09-01 09:15:44 +02:00
misc.c user32: Initialize length before calling GetWindowPlacement(). 2017-10-30 21:30:45 +01:00
msgbox.c
nonclient.c user32: Use WS_MINIMIZE instead of WS_ICONIC. 2017-10-30 21:30:45 +01:00
painting.c user32: Consistently print the HDC value in DCE traces. 2017-08-31 19:13:26 +02:00
property.c
resource.c
resources.h
scroll.c
spy.c user32: Trace the full NCCALCSIZE_PARAMS info if present. 2017-10-30 21:30:45 +01:00
static.c
sysparams.c user32: Scale cursor sizes with the screen DPI. 2017-07-05 20:20:05 +02:00
text.c
uitools.c
user32.rc user32: Implement IDI_SHIELD. 2017-10-19 19:47:09 +02:00
user32.spec user32: Add stub for CalcMenuBar. 2017-09-07 18:25:01 +02:00
user_main.c
user_private.h user32: Copy the bits of child windows when the parent has a surface. 2017-07-13 11:05:16 +02:00
win.c user32: Add GetGestureInfo stub. 2017-08-12 19:35:26 +09:00
win.h
winhelp.c user32: Fix memory leak in WinHelpA(). 2017-05-30 21:49:49 +02:00
winpos.c user32: Initialize length before calling GetWindowPlacement(). 2017-10-30 21:30:45 +01:00
winproc.c user32: Use the given string length when converting strings in WM_GETTEXT. 2017-11-06 12:15:28 +01:00
winstation.c
wsprintf.c