Vincent Povirk
|
eb8406b810
|
user32/tests: Our popup test window loses capture to itself.
|
2014-04-25 10:16:15 +02:00 |
Piotr Caban
|
27374064b6
|
user32: Make it possible to activate a window with parent and no WS_CHILD flag in WS_NCLBUTTONDOWN function.
|
2014-04-02 19:06:09 +02:00 |
Francois Gouget
|
ebd9918830
|
user32/tests: Fix compilation on systems that don't support nameless unions.
|
2014-03-31 15:28:45 +02:00 |
Piotr Caban
|
de21941178
|
user32: Change SetForegroundWindow behavior on windows with parent and no WS_CHILD flag.
|
2014-03-27 16:18:05 +01:00 |
Piotr Caban
|
1cf3d8caa4
|
user32: Change SetFocus behavior on windows with parent and no WS_CHILD flag.
|
2014-03-26 19:20:44 +01:00 |
Piotr Caban
|
61a92af5ca
|
user32/tests: Workaround SetForegroundWindow failure due to foreground lock timeout.
|
2014-03-25 13:55:42 +01:00 |
Frédéric Delanoy
|
9b1a2d8f4f
|
user32/tests: Use BOOL type where appropriate.
|
2014-03-18 12:32:52 +01:00 |
Piotr Caban
|
367577c0d6
|
user32: Check WS_CHILD style in IsChild function.
|
2014-02-27 09:51:50 -06:00 |
André Hentschel
|
c855459a40
|
user32/tests: Avoid preprocessor check to ensure it compiles.
|
2014-01-28 11:50:15 +01:00 |
Frédéric Delanoy
|
5ba7f79bad
|
Assorted spelling fixes.
|
2013-12-03 19:41:53 +01:00 |
Dmitry Timoshkov
|
4c5a32e791
|
user32/tests: Fix window tests compilation with __WINESRC__ defined.
|
2013-10-24 10:45:14 +02:00 |
Francois Gouget
|
bd97f64d04
|
user32/tests: Add a trailing '\n' to a few ok() calls.
|
2013-06-14 11:45:19 +02:00 |
Marcus Meissner
|
b853ddc40b
|
user32/tests: Remove side effects from assert()s.
|
2013-06-10 11:56:27 +02:00 |
Sergey Guralnik
|
e90418d31c
|
user32: Bring reference MDI child to bottom when switching to next.
|
2013-06-06 10:42:51 +02:00 |
Sergey Guralnik
|
fe2f877678
|
user32/tests: Test MDI child order changing caused by WM_MDINEXT.
|
2013-06-05 20:30:58 +02:00 |
Sergey Guralnik
|
e3219fa426
|
user32/tests: Fix a typo.
|
2013-05-29 19:48:57 +02:00 |
Sergey Guralnik
|
108173fd09
|
user32/tests: SetWindowPos() propagates update region from WS_CLIPCHILDREN child to its children.
|
2013-04-12 16:28:13 +02:00 |
Christian Costa
|
5267f8b7d9
|
user32: Add tests for MapWindowPoints, ClientToScreen and ScreenToClient.
Based on a patch by Rico Schüller.
|
2012-11-14 16:29:51 +01:00 |
Alexandre Julliard
|
53e4e504b9
|
user32: Add tests for UpdateLayeredWindowIndirect and fix the behavior of the ULW_EX_NORESIZE flag.
|
2012-09-27 17:45:43 +02:00 |
Michael Stefaniuc
|
4affaea0ba
|
user32: Avoid TRUE:FALSE conditional expressions.
|
2012-08-13 11:50:51 +02:00 |
Alexandre Julliard
|
b3d91ea3b6
|
user32/tests: Try to fix a test that frequently fails on Windows.
|
2012-07-18 11:48:54 +02:00 |
Piotr Caban
|
42eb57dfa7
|
user32/tests: Added SetWindowPos test that incorrectly sets focus.
|
2012-05-22 18:02:55 +02:00 |
Dmitry Timoshkov
|
9d538e43be
|
user32: Make FlashWindowEx tests pass under Windows.
|
2012-02-07 09:31:33 -06:00 |
Dmitry Timoshkov
|
39a4b5fa94
|
user32: Fix a couple of typos.
|
2012-02-07 09:31:21 -06:00 |
Dmitry Timoshkov
|
ea7e9ed2eb
|
user32: RealChildWindowFromPoint should skip invisible windows.
|
2012-02-06 10:23:27 -06:00 |
Dmitry Timoshkov
|
8c7f3964b5
|
user32: Add a bunch of RealChildWindowFromPoint tests.
|
2012-02-06 10:23:23 -06:00 |
Dmitry Timoshkov
|
2455b3815a
|
user32: Strip WS_CAPTION|WS_SYSMENU when a dialog has DS_CONTROL style set.
|
2011-12-12 11:13:23 +01:00 |
Rico Schüller
|
b83d322dba
|
d3dx9: Implement D3DXSHAdd().
|
2011-12-12 10:19:30 +01:00 |
Dmitry Timoshkov
|
1830739118
|
user32: Strip WS_CAPTION|WS_SYSMENU when a dialog has DS_CONTROL style set.
|
2011-12-12 10:19:26 +01:00 |
Dmitry Timoshkov
|
18576b36e4
|
user32: Add the tests for dialog window styles, make them pass under Wine.
|
2011-12-07 17:50:00 +01:00 |
Dmitry Timoshkov
|
8f565eb6ae
|
user32: Add more window style tests, make them pass under Wine.
|
2011-12-07 17:49:59 +01:00 |
Alexandre Julliard
|
9687ceaf1d
|
user32: Don't allow activating a WS_CHILD top-level window through SetFocus.
|
2011-11-22 21:39:46 +01:00 |
Dmitry Timoshkov
|
50d37fe0ab
|
user32: Add tests for mixed WS_CHILD | WS_POPUP window styles.
|
2011-11-15 19:37:33 +01:00 |
Michael Stefaniuc
|
1435b5ecd7
|
include: Make "long" numeric constants LP64/LLP64 proof (winuser.h).
|
2011-10-31 16:46:22 +01:00 |
André Hentschel
|
fd71f87642
|
user32/tests: Don't test function directly when reporting GetLastError().
|
2011-09-26 18:15:34 +02:00 |
Frédéric Delanoy
|
760faf01a9
|
tests: Assorted spelling fixes.
|
2011-08-04 18:27:37 +02:00 |
André Hentschel
|
7c8ce6c6e4
|
user32/tests: Add tests for FlashWindowEx.
|
2011-05-24 12:19:11 +02:00 |
David Hedberg
|
c764210731
|
user32: Fix return value when passing a non-sibling preceding window to SetWindowPos.
Acrobat Reader relies on SetWindowPos, with hwndInsertAfter set to a
non-sibling window and no SWP_NOZORDER passed, to return true.
|
2011-03-30 15:03:44 +02:00 |
David Hedberg
|
955ec50173
|
user32/tests: Add some more tests for SetWindowPos.
|
2011-03-30 14:59:48 +02:00 |
Jörg Höhle
|
8d387f06eb
|
user32/tests: Add a few IsWindow checks.
|
2011-03-30 13:28:04 +02:00 |
Marcus Meissner
|
89e662084f
|
user32: Move functional code out of assert() (Coverity).
|
2011-02-23 18:22:50 +01:00 |
Dmitry Timoshkov
|
cf6c76b3b4
|
user32: Cope with failing SetForegroundWindow().
|
2011-02-21 15:18:29 +01:00 |
Dmitry Timoshkov
|
798edfec16
|
user32: Use the windows created by the SetParent() test to get a more predictable active/focus window state.
|
2011-02-18 14:54:51 +01:00 |
Dmitry Timoshkov
|
de2aeebe72
|
user32: Add a test for reparenting a WS_POPUP window to a WS_CHILD parent.
|
2011-02-09 13:46:00 -06:00 |
André Hentschel
|
cbf967d600
|
user32/tests: Don't test function directly when reporting GetLastError().
|
2010-12-31 11:44:26 +01:00 |
Alexandre Julliard
|
30554d4ef1
|
user32: Check structure size in GetGUIThreadInfo.
|
2010-11-16 21:54:03 +01:00 |
Alexandre Julliard
|
8c963852f8
|
explorer: Make the systray window look more like a real taskbar in desktop mode.
|
2010-11-02 10:32:35 +01:00 |
Dmitry Timoshkov
|
2f0b9dd3bf
|
user32: FindWindow() should treat an empty title same way as NULL.
|
2010-10-19 11:00:32 +02:00 |
Vladimir Panteleev
|
824c5089d2
|
user32: Update last active popup for all parents.
|
2010-10-18 19:47:58 +02:00 |
Louis Lenders
|
62b9df9031
|
user32/tests: Test FindWindowEx for empty window title.
|
2010-10-11 17:11:25 +02:00 |