user32: Release uniscribe data on Edit control destruction (valgrind).
[wine] / dlls / user32 / tests / input.c
2012-02-15  Alexandre Julliarduser32: Fix GetKeyNameText returned length.
2011-12-20  Ken Thomasesuser32/tests: Test that ToUnicode null-terminates the...
2011-03-04  Dmitry Timoshkovuser32: Add a test to make sure that SendInput sets...
2011-02-25  Marcus Meissneruser32: Fixed some more side effect functions in assert...
2010-11-29  Austin Lunduser32/tests: Fix test failures by disabling IME when...
2010-11-29  André Hentscheluser32/tests: Remove obsolete comment.
2010-10-01  Alexandre Julliarduser32/tests: Make some variables static.
2009-10-23  Paul Vriensuser32/tests: Skip some tests on Win9x/WinMe.
2009-09-09  Alexandre Julliarduser32/tests: Non-US keyboards are allowed on Wine...
2009-09-08  Ge van Geldorpuser32/tests: Skip test on non-US keyboard.
2009-09-01  Paul Vriensuser32/tests: Run tests again on Win95.
2009-08-26  Ge van Geldorpuser32/tests: Fix test failure on Win7.
2009-08-26  Andrew Eikumuser32/tests: Fix input test failures on NT4.
2009-08-20  Andrew Eikumuser32/tests: Fix input test failure in win9x platforms.
2009-08-19  Andrew Eikumuser32/tests: Add tests for SendInput with unicode.
2009-06-22  Nicolas Le Camuser32/tests: Ignore WM_TIMECHANGE message.
2009-06-02  André Hentschelwinex11: Fix Ctrl+Shift+Tab translation.
2009-05-28  André Hentschelwinex11: Fix Ctrl+Tab translation.
2009-05-04  Nicolas Le Camuser32/tests: Fix VK_RMENU input tests on localized...
2009-04-22  Michael Stefaniucuser32/tests: Don't use the long type.
2009-04-14  Hans Leidekkeruser32: By default, return all zeroes in the first...
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.