user32/tests: Fix more message tests on XP and Vista.
[wine] / dlls / user32 / tests / edit.c
2009-01-13  Michael Stefaniucuser32/tests: Do not cast the (IDC|IDI|RT)_* defines...
2008-12-12  Francois Gougetuser32/tests: Make some functions static.
2008-11-20  Alexandre Julliarduser32/tests: Fix the edit margins tests on Win9x.
2008-10-15  Aric Stewartuser32: Make sure our vertical line count is at least...
2008-04-25  Erik de Castro Lopouser32/tests: Use SetWindowLongPtr instead of SetWindow...
2008-04-24  Lei Zhanguser32: Handle VK_RETURN WM_KEYDOWN events better in...
2008-04-24  Lei Zhanguser32: Add a test for sending WM_KEYDOWN to a child...
2008-04-09  Lei Zhanguser32: Add edit control check to see if its in a dialo...
2008-04-09  Lei Zhanguser32: Add edit control check to see if its in a dialo...
2008-04-08  Lei Zhanguser32: Handle VK_ESCAPE correctly in EDIT_WM_KeyDown.
2008-04-08  Lei Zhanguser32: Handle ES_MULTILINE correctly for WM_KEYDOWN...
2008-04-08  Lei Zhanguser32: Fix WM_CHAR return value for edit controls.
2008-04-08  Lei Zhanguser32: Add tests for edit controls and VK_TAB.
2008-04-08  Lei Zhanguser32: Add tests for edit controls and VK_RETURN.
2008-04-08  Lei Zhanguser32: Add more tests for single line edit control...
2008-04-08  Lei Zhanguser32: Add more tests for ES_WANTRETURN.
2008-04-03  Lei Zhanguser32: Correctly handle VK_RETURN for edit controls...
2008-04-03  Lei Zhanguser32: Dialog should ignore WM_KEYDOWN messages if...
2008-04-03  Lei Zhanguser32: Add more edit dialog tests.
2008-03-28  Lei Zhanguser32: Handle WM_CHAR messages better in edit controls.
2008-03-28  Lei Zhanguser32: Add more dialog with edit control tests.
2008-03-28  Lei Zhanguser32: Make an edit test more readable.
2008-03-26  Lei Zhanguser32: Tweak how the edit control handles WM_GETDLGCODE.
2008-01-25  Reece H. Dunnuser32: Make the edit tests pass on Vista.
2007-10-18  Alex Villacís Lassouser32: Tests for fix EM_SETLIMITTEXT with zeroed args.
2007-09-13  Lei Zhanguser32: Edit control should respond to ctrl + z.
2007-06-15  Alexandre Julliarduser32/tests: Avoid strlen in trace.
2007-06-15  Lei Zhanguser32: Remove a unused variable from ES_PASSWORD test.
2007-06-14  Lei Zhanguser32: Improve cut/copy/paste behavior of password...
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.