Various background processes must be launched detached from current console (if any).
[wine] / dlls / user32 / edit.c
2012-12-24  Andrew Talbotuser32: Indentation fix.
2012-11-28  Aric Stewartuser32: More instances where early versions of usp10...
2012-09-17  Aric Stewartuser32: Free the uniscribe data before freeing the...
2012-09-05  Nikolay Sivovuser32: Release uniscribe data on Edit control destruct...
2012-08-13  Michael Stefaniucuser32: Avoid TRUE:FALSE conditional expressions.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-04-05  Aric Stewartuser32: While calculating lines, discard uniscribe...
2012-01-30  Aric Stewartuser32: Have a fallback in linebreaking if uniscribe...
2012-01-30  Aric Stewartuser32: Check return code from ScriptStringAnalyse.
2012-01-10  Aric Stewartusp10: Better handle cases in single line edit controls...
2011-12-21  Aric Stewartusp10: Correct error in EDIT_GetLineRect in index for...
2011-12-20  Aric Stewartuser32: Do not simply return 0 in EDIT_EM_PosFromChar...
2011-12-20  Aric Stewartuser32: Modify EDIT_GetLineRect to better handle RTL...
2011-12-06  Aric Stewartuser32: Protect against NULL ssa to prevent crashes...
2011-11-28  Francois GougetAssorted spelling fixes and wording tweaks.
2011-11-02  Aric Stewartuser32: Only attempt autoscroll line breaking on an...
2011-11-01  Aric Stewartuser32: Early versions of usp10 are not well behaved...
2011-10-31  Aric Stewartuser32: Respect rev for painting selections.
2011-10-28  Aric Stewartuser32: Improvement for performance in soft linebreaking.
2011-10-28  Aric Stewartuser32: Handle PosFromChar if the string is empty and...
2011-10-25  Aric Stewartuser32: When building linedefs prev can be less than...
2011-10-24  Aric Stewartuser32: Use Uniscribe in the multiline edit control.
2011-10-19  Aric Stewartuser32: Recalculate string length when cropping string...
2011-10-18  Aric Stewartuser32: Use Uniscribe in the single line edit control.
2011-10-11  Aric Stewartuser32: Use uniscribe ScriptBreak to handle edit contro...
2011-07-06  André Hentscheluser32: Remove dead initializations (clang).
2010-09-07  Alexandre Julliarduser32: Use WIN_GetRectangles where possible instead...
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-02-15  Kusanagi Kouichiuser32: Consolidate empty string.
2010-01-06  Marcus Meissneruser32: EM_REPLACESEL - handle OOM error.
2010-01-05  Detlef Riekenberguser32: Move a comment about HLOCAL16 to user.exe.
2009-12-28  Michael Stefaniucuser32: Remove some explicit LPARAM/WPARAM casts.
2009-12-24  Alexandre Julliarduser32: Make user.exe into a stand-alone 16-bit module.
2009-12-18  Alexandre Julliarduser32: Simplify window procedure allocation for the...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the edit...
2009-12-15  Alexandre Julliarduser32: Add 16-bit translation for parameters of the...
2009-12-15  Alexandre Julliarduser32: Turn the edit winproc into a Wow handler.
2009-12-13  Alexandre Julliarduser32: Split the handling of the 16-bit messages out...
2009-12-11  Alexandre Julliarduser32: Store the 16-bit edit handle directly in the...
2009-12-11  Alexandre Julliarduser32: Split the code that deals with the 16-bit edit...
2009-12-11  Alexandre Julliarduser32: Add a thunking mechanism for 16-bit edit word...
2009-12-03  Nikolay Sivovuser32/edit: Check for edit window to be here in case...
2009-11-16  Ilya Shpigoruser32: Destroy EDITSTATE structure in the WM_NCDESTROY...
2009-10-22  Julius Schwartzenberguser32: Change extra value for standard edit class...
2009-10-21  Nikolay Sivovuser32/edit: Properly clean up on failure inside WM_NCC...
2009-10-21  Nikolay Sivovuser32/edit: Don't leak undo buffer.
2009-09-22  Nikolay Sivovuser32/edit: Invalidate if style changed after EM_SETRE...
2009-08-27  Michael Stefaniucuser32: Remove a stray ';' that produces an empty if...
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-03-05  Nikolay Sivovuser32: Use 1 unit caret width for Edit control.
2009-02-09  Francois Gougetuser32: Make EditWndProcW() static, fix its documentation.
2009-02-09  Francois Gougetuser32: Reorder some functions to avoid forward declara...
2009-02-09  Francois Gougetuser32: Remove unneeded forward declarations in edit.c.
2008-11-25  Francois Gougetuser32: Remove WINAPI/CALLBACK on static functions...
2008-11-05  Michael Stefaniucuser32: Remove superfluous casts of void pointers.
2008-10-15  Aric Stewartuser32: Make sure our vertical line count is at least...
2008-10-15  Lei Zhanguser32: Send messages for edit control context menu...
2008-07-29  Hongbo Niuser32: Implement WM_UNICHAR for edit control.
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...
next