Alexandre Julliard
|
2999123fed
|
user32: Also disable the DC if the window is destroyed without a ReleaseDC.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-07-18 20:43:31 +02:00 |
Alexandre Julliard
|
52d90e3ce0
|
user32/tests: Add some tests for WindowFromDC and destroyed windows.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-07-17 09:56:07 +02:00 |
Huw Davies
|
a60144ee74
|
user32: Disable cached DCs once they are released.
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-26 10:46:22 +01:00 |
Huw Davies
|
78983d9fcd
|
user32/tests: Add a test to show that released cache DCs are disabled.
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-09 15:55:03 +01:00 |
Michael Stefaniuc
|
40fdd83489
|
user32/tests: Use EqualRect() instead of open coding it.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-27 21:43:26 +09:00 |
Michael Stefaniuc
|
7f5adb69cd
|
user32/tests: Use wine_dbgstr_rect() to print RECTs.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-17 00:09:21 +09:00 |
Piotr Caban
|
33803586ed
|
user32/tests: Test that CS_PARENTDC enables child window to draw over whole parent window.
|
2015-02-13 21:46:29 +09:00 |
Piotr Caban
|
3d6de8c8a2
|
user32/tests: Add tests for window clipping with CS_PARENTDC flag.
|
2015-02-13 21:46:25 +09:00 |
Frédéric Delanoy
|
bb2be17327
|
user32/tests: Use BOOL type where appropriate.
|
2013-11-05 11:16:00 +01:00 |
Dmitry Timoshkov
|
6d00d04726
|
user32/tests: Fix DCE tests compilation with __WINESRC__ defined.
|
2013-10-23 17:01:47 +02:00 |
Alexandre Julliard
|
181e432e22
|
user32/tests: Don't release a random DC handle.
|
2012-10-18 22:28:48 +02:00 |
Alexandre Julliard
|
f71be05ba7
|
user32: ScrollWindow should not use a cached DC, unlike ScrollWindowEx.
|
2012-08-29 12:22:58 +02:00 |
Francois Gouget
|
3de330db54
|
tests: Remove unneeded assert.h includes.
|
2011-09-27 10:59:56 +02:00 |
Frédéric Delanoy
|
760faf01a9
|
tests: Assorted spelling fixes.
|
2011-08-04 18:27:37 +02:00 |
Alexandre Julliard
|
30d2079574
|
user32: Set the DC layout to mirrored when the window has the WS_EX_LAYOUTRTL style.
|
2010-09-02 15:16:39 +02:00 |
Alexandre Julliard
|
f1ea06375d
|
user32: DCX_NORESETATTRS should be applied at DC release time.
|
2010-07-22 20:00:35 +02:00 |
Alexandre Julliard
|
d8867fa718
|
user32/tests: Expand the DCX_NORESETATTR test to make sure we check the correct DC.
|
2010-06-17 12:56:25 +02:00 |
Henri Verbeet
|
2c2e3f8665
|
user32: Verify we got a valid window handle in GetDCEx().
|
2010-05-19 16:57:59 +02:00 |
Michael Stefaniuc
|
e202baabd5
|
user32/tests: Do not cast the (IDC|IDI|RT)_* defines to LPSTR.
|
2009-01-13 15:26:11 +01:00 |
Alexandre Julliard
|
1642fbcbc2
|
user32: Moved the DCE support from winex11 back to user32.
Window and class DCEs are now allocated lazily.
|
2008-02-25 15:59:19 +01:00 |
Huw Davies
|
503009cf37
|
user32: Add a test for CS_OWNDC windows that are created invisible.
|
2008-02-21 20:15:48 +01:00 |
Francois Gouget
|
3988c3dc8f
|
user32/tests: Remove unneeded NONAMELESS* macros.
|
2006-11-24 11:49:25 +01:00 |
Alexandre Julliard
|
b8a2e3b8a4
|
user32: Renamed the user/ directory to user32.
|
2006-11-16 14:49:25 +01:00 |