user32: Button should get captured when highlighted with VK_SPACE.
[wine] / dlls / user32 / tests / input.c
2009-02-25  Alexandre Julliarduser32/tests: Fix some input tests on Win9x and NT4.
2009-02-25  Alexandre Julliarduser32/tests: Fix a few more input test failures on...
2009-02-24  Alexandre Julliarduser32/tests: Skip more input tests if we can't queue...
2009-02-23  Francois Gougetuser32/tests: Use win_skip() to skip over unimplemented...
2009-02-21  Alexandre Julliarduser32/tests: Add some optional keystrokes for AltGr...
2009-02-20  Alexandre Julliarduser32/tests: Skip some input tests if we fail to queue...
2009-02-19  Alexandre Julliarduser32/tests: Try harder to make the window receive...
2009-01-21  Ge van Geldorpuser32/tests: Prevent buffer overflow.
2009-01-13  Michael Stefaniucuser32/tests: Do not cast the (IDC|IDI|RT)_* defines...
2008-12-08  Lei Zhanguser32: Check input to GetAsyncKeyState().
2008-09-29  Vitaliy Margolenuser32/tests: Make it easier to identify failed tests.
2008-09-29  Vitaliy Margolenuser32/tests: Use empty_message_queue with timeouts.
2008-09-24  Alexandre Julliarduser32/tests: Fix some input test failures.
2008-09-02  Francois Gougetuser32/tests: Add a trailing '\n' to an ok() call.
2008-08-20  Andre Wisplinghoffuser32: Add a test for ToUnicode.
2008-07-22  Reece Dunnuser32: Fixed building the tests with the Vista SDK.
2008-06-03  Vitaliy Margolenuser32: Fix input tests failing on WinXP+.
2008-05-21  Ken Thomaseswinex11: Bias MapVirtualKeyEx(MAPVK_VSC_TO_VK) against...
2008-04-28  Vitaliy Margolenwinex11: Fix MapVirtualKeyEx to properly map left-right...
2008-04-22  Austin EnglishSpelling fixes.
2008-04-10  Alexandre Julliarduser32/tests: Replace the keyboard flags bitfield by...
2008-04-02  Vitaliy Margolenwinex11drv: Distinguish left and right keys for shift...
2008-02-25  Stefan Leichteruser32: Fix a test of GetMouseMovePointsEx.
2008-02-22  Stefan Leichteruser32: Fix a test of GetMouseMovePointsEx failing...
2008-02-19  Stefan Leichteruser32: Add some tests for GetMouseMovePointsEx.
2007-08-16  Paul Vriensuser32/tests: Run tests on win95 again.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-01-06  Vitaliy Margolenwinex11drv/user32: Add ClipCursor to x11drv to pass...
2006-12-27  Vitaliy Margolenuser32: Silence tests in default debug level.
2006-12-13  Vitaliy Margolenwinex11.drv: Only events with MOUSEEVENTF_MOVE flag...
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.