user32/tests: Run tests again on win95.
[wine] / dlls / user32 / edit.c
2008-04-30  Andrew Talbotuser32: Remove unused variables.
2008-04-25  Lei Zhanguser32: Edit controls should ignore WM_KEYDOWN on contr...
2008-04-24  Lei Zhanguser32: Handle VK_RETURN WM_KEYDOWN events better in...
2008-04-22  Austin EnglishSpelling fixes.
2008-04-21  Alexandre Julliarduser32: Remove redundant LocalUnlock calls.
2008-04-18  Kusanagi Kouichiuser32: Handle IME messages more gracefully.
2008-04-17  Alexandre Julliarduser32: Added support for WS_EX_RIGHT in the edit control.
2008-04-15  Lei Zhanguser32: Handle ctrl + end in edit control.
2008-04-15  Lei Zhanguser32: Handle ctrl + home in edit control.
2008-04-15  Lei Zhanguser32: Do checks in the right order in EDIT_BuildLineD...
2008-04-10  Lei Zhanguser32: Handle VK_TAB in EDIT_WM_KeyDown.
2008-04-09  Lei Zhanguser32: Fix a typo.
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-03  Lei Zhanguser32: Correctly handle VK_RETURN for edit controls...
2008-03-28  Lei Zhanguser32: Handle WM_CHAR messages better in edit controls.
2008-03-26  Lei Zhanguser32: Tweak how the edit control handles WM_GETDLGCODE.
2008-02-18  Marcus Meissneruser32: Handle error returns from ImmGetCompositionString.
2008-01-22  Andrew Talbotuser32: Remove unneeded casts.
2008-01-08  Gerald Pfeiferuser32: Factor in EDIT_WM_EraseBkGnd().
2007-11-20  Andrew Talbotuser32: Constify some variables.
2007-11-01  Alexandre Julliarduser32: Store the builtin class names in Unicode.
2007-10-22  Alex Buseniususer32: Fix segfault when combobox contains a longer...
2007-10-18  Alex Villacís Lassouser32: Fix EM_SETLIMITTEXT with zeroed args.
2007-09-13  Lei Zhanguser32: Edit control should respond to ctrl + z.
2007-07-20  Nigel Liangwinex11.drv: Implement XIMPreEditCaretCallback.
2007-06-14  Lei Zhanguser32: Improve cut/copy/paste behavior of password...
2007-05-30  Dmitry Timoshkovuser32: Fix some compilation warnings in 64-bit mode.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-20  Huw Daviesuser32: Cache the text buffer length to avoid excessive...
2007-04-20  Huw Daviesuser32: Add a function to return the length of the...
2007-04-20  Huw Daviesuser32: Keep track of whether the app has asked for...
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2006-12-15  Dmitry Timoshkovuser32: Center the context menu if it was activated...
2006-11-20  Andrew Talbotuser32: Cast-qual warnings fix.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.