user32/tests: Destroy the windows after the tests.
[wine] / dlls / user32 / tests / win.c
2008-12-16  Paul Vriensuser32/tests: Destroy the windows after the tests.
2008-12-08  Alexandre Julliarduser32/tests: Added some tests for behavior of 64-bit...
2008-11-26  Alexandre Julliarduser32/tests: Fix a number of window tests on Win9x...
2008-11-21  Alexandre Julliarduser32/tests: Only test the window caption status if...
2008-11-21  Paul Vriensuser32/tests: Fix a few test failures on Win9x.
2008-11-20  Alexandre Julliarduser32/tests: Allow the foreground window to be null...
2008-11-20  Paul Vriensuser32/tests: Don't crash on Win95.
2008-11-20  Alexandre Julliarduser32/tests: Fix a few more failures in the window...
2008-11-19  Florian Köberleuser32/tests: Test size and minmax of WS_THICKFRAME...
2008-11-19  Florian Köberleuser32/tests: Capture tests should not require no activ...
2008-11-18  Damjan Jovanovicuser32: Handle NULL rectangles in WM_NCCALCSIZE.
2008-11-13  Vitaliy Margolenuser32/tests: Print line numbers of callers in check_wn...
2008-11-12  Alexandre Julliarduser32/tests: Fix window tests on various Windows versions.
2008-10-27  Detlef Riekenberguser32/tests: Avoid crash on win9x.
2008-10-20  Dmitry Timoshkovuser32: Fix a typo.
2008-10-17  Dmitry Timoshkovuser32: Add a test for fullscreen window sizing, make...
2008-10-06  Dmitry Timoshkovuser32: Print the expected and received rectangles.
2008-09-30  Vitaliy Margolenuser32/tests: Move shell test to the end - killing...
2008-09-17  Alexandre Julliarduser32/tests: Fix some test failures on XP.
2008-09-15  Alexandre Julliarduser32/tests: Fix a test that fails on all Windows...
2008-09-12  Alexandre Julliarduser32/tests: Added some tests for Get/SetLayeredWindow...
2008-08-20  Austin Englishuser32: Test what FindWindow does when window isn't...
2008-08-05  Alexandre Julliarduser32/tests: Fix a number of message sequence tests...
2008-06-27  Dmitry Timoshkovuser32: Add a test for focus behaviour on minimize...
2008-06-25  Alexandre Julliarduser32: Make sure that IsWindowVisible returns FALSE...
2008-06-25  Alexandre Julliarduser32: Add support for finding HWND_MESSAGE windows...
2008-06-25  Alexandre Julliarduser32/tests: Add some more tests for HWND_MESSAGE...
2008-06-18  Dmitry Timoshkovkernel32: Make GetModuleFileName set ERROR_INSUFFICIENT...
2008-06-10  Alexandre Julliarduser32/tests: Fix a window style check on Vista.
2008-06-04  Alexandre Julliarduser32/tests: Abstract the printing of minmax info...
2008-05-30  James Hawkinsuser32: win2k3's GetWindowModuleFileName does return...
2008-05-28  Alexandre Julliarduser32: Check for wraparound in the initial window...
2008-05-28  Paul Vriensuser32/tests: Run tests on win95 again.
2008-05-27  Dmitry Timoshkovuser32: Add the tests for GetWindowModuleFileName.
2008-05-08  Alexandre Julliarduser32: The client rectangle is in screen coordinates...
2008-05-01  Paul Vriensuser32/tests: Run tests again on win95.
2008-03-21  Alexandre Julliarduser32/tests: Flush events during the mouse button...
2008-03-15  Clinton Stimpsonuser32: Test processing of expose events.
2008-03-05  Alexandre Julliarduser32/tests: Make the initial timeout longer in flush_...
2008-02-28  Alexandre Julliarduser32/tests: Flush events after showing/hiding a windo...
2008-02-20  Dmitry Timoshkovuser32: Add a z-order test for owned popup windows.
2008-02-15  Dmitry Timoshkovuser32: Use custom window procs instead of DefWindowPro...
2008-02-12  Dmitry Timoshkovuser32: Add a couple of tests for WS_EX_TOPMOST.
2008-01-22  Alexandre Julliardwinex11.drv: Fix handling of strange window sizes in...
2007-10-31  Alexandre Julliarduser32: Don't allow changing the WS_EX_TOPMOST style...
2007-09-27  Francois GougetAssorted spelling fixes.
2007-09-17  Alexandre Julliarduser32/tests: Properly flush events in the update rect...
2007-09-10  Dmitry Timoshkovuser32: Add more tests for GetUpdateRect.
2007-08-27  Alexandre Julliardserver: Moving a window should only expose the immediat...
2007-08-24  Alexandre Julliarduser32: IsChild must not consider the desktop window.
2007-08-20  Alexandre Julliarduser32/tests: Use flush_events more consistently in...
2007-07-25  Alexandre Julliarduser32/tests: Flush events more aggressively in mouse...
2007-07-23  Vitaliy Margolenserver: Treat desktop as a top-level window.
2007-07-23  Vitaliy Margolenuser32: Add test for SetForegroundWindow(desktop).
2007-07-19  Michael Stefaniucdlls: Remove unreachable break after return/break....
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-24  Dmitry Timoshkovuser32/tests: Fix a problem revealed by compilation...
2007-04-06  Dmitry Timoshkovuser32: Windows uses ptMaxTrackSize to set an initial...
2007-03-13  Stefan HuehnerMark several functions as static.
2007-03-06  Dmitry Timoshkovuser32: Make the excessive scroll test pass under Windows.
2007-03-05  Dmitry Timoshkovuser32: win2k and XP return broken border info in GetWi...
2007-03-02  Clinton Stimpsonuser32: Add another test for GetUpdateRect().
2007-02-14  Aric Stewartuser32: Scroll window fix.
2007-02-07  Clinton Stimpsonuser32: Add test cases for update rects affected by...
2007-02-05  Dmitry Timoshkovuser32: Although Windows sends WM_GETMINMAXINFO at...
2007-01-18  Mike McCormackuser32: Add a test showing WM_GETTEXT doesn't crash...
2007-01-12  Paul Vriensuser32/tests: Cast-qual warning fixes.
2006-12-19  Vitaliy Margolenwinex11drv: Return cached cursor_pos in GetCursorPos().
2006-12-14  Francois Gougetuser32/tests: Replace some '#if 0's with 'if (0)'s.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-04  Dmitry Timoshkovuser32: Add ShowWindow test, make it pass under Wine.
2006-11-24  Francois Gougetuser32/tests: Remove unneeded NONAMELESS* macros.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.