dmusic: Set instrument stream position where the instrument begins, not at the beginn...
[wine] / dlls / user32 / tests / edit.c
2012-05-16  Piotr Cabanuser32/tests: Added GetMenuBarInfo tests.
2012-01-17  Alexandre Julliarduser32: Fix some printf format warnings.
2011-11-21  Michael Stefaniucuser32/tests: Drop superfluous function pointer casts.
2011-09-09  Francois Gougetuser32/tests: Add a trailing '\n' to an ok() call.
2011-09-08  Bruno Jesususer32/tests: Add SetCaretPos/GetCaretPos tests.
2011-07-28  Austin Englishuser32/tests: Remove win9x hacks.
2011-02-25  Marcus Meissneruser32: Fixed some more side effect functions in assert...
2011-01-24  Greg Geldorpuser32/tests: Fix edit tests.
2010-05-04  Gerald Pfeiferuser32/tests: Remove variable old_left_margin which...
2010-05-03  Paul Vriensuser32/tests: Run the tests again on Win95.
2010-04-25  Vincent Povirkuser32: Focus editboxes when the context menu is opened.
2010-03-03  David Hedberguser32: Fix case where EM_SCROLL with page down results...
2010-03-03  David Hedberguser32: Fix return value of EDIT_EM_Scroll.
2010-01-25  Jason Edmeadesuser32/tests: Combo should preselect all text on first...
2009-12-28  Michael Stefaniucuser32/tests: Remove some explicit LPARAM/WPARAM casts.
2009-12-21  Michael Stefaniucuser32/tests: Don't cast NULL to an integer type.
2009-11-16  Ilya Shpigoruser32: Destroy EDITSTATE structure in the WM_NCDESTROY...
2009-09-01  Sergey Khodychuser32/tests: Fix a typo.
2009-08-26  Sergey Khodychuser32: edit: Improve handling of WM_KEYDOWN VK_RETURN...
2009-08-26  Sergey Khodychuser32: edit: Improve handling of WM_KEYDOWN VK_TAB...
2009-08-26  Sergey Khodychuser32: edit: Improve handling of WM_KEYDOWN VK_ESCAPE...
2009-08-26  Sergey Khodychuser32: edit: Use a dialog mode after receiving WM_GETD...
2009-05-04  Francois GougetAssorted spelling fixes.
2009-05-01  Rein Klazesuser32/tests: Fix a test in edit.c that was not testing...
2009-04-22  Michael Stefaniucuser32/tests: Don't use the long type.
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.