user32: CBT hook doesn't send window messages.
[wine] / dlls / user32 / tests / win.c
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.