server: Move socket async activation to sock_poll_event.
[wine] / dlls / riched20 / editor.c
2010-05-17  Michael Stefaniucriched20: Avoid using long.
2010-05-17  Dylan Smithrichedit: Avoid notifying parent window in improper...
2010-05-10  Gerald Pfeiferriched20: Remove variable pCell which is not really...
2010-01-11  Michael StefaniucGrammar fixes "is doesn't" => "doesn't".
2009-12-28  Michael Stefaniucriched20: Remove some explicit LPARAM/WPARAM casts.
2009-12-16  Huw Daviesriched20: Initialise window size.
2009-12-15  Huw Daviesriched20: Initialise the style flags.
2009-12-14  Huw Daviesriched20: Fix a memory leak.
2009-11-09  Eric Pouechrichedit: When inserting an OLE object from an RTF...
2009-10-13  Sergey Khodychriched20: Implement handling of WM_KEYDOWN VK_TAB in...
2009-10-13  Sergey Khodychriched20: Implement handling of WM_KEYDOWN VK_ESCAPE...
2009-10-13  Sergey Khodychriched20: Implement handling of WM_KEYDOWN VK_RETURN...
2009-10-13  Sergey Khodychriched20: Enable the dialog mode after receiving WM_GET...
2009-09-30  Dylan Smithrichedit: Handle to parent window is cached.
2009-09-28  Dylan Smithrichedit: Use ITextHost interface in ME_LinkNotify.
2009-09-24  Dylan Smithrichedit: Silence fixme for WM_STYLECHANGING & WM_STYLE...
2009-08-13  Dylan Smithrichedit: Use ME_MoveCursorChars in ME_FindText to...
2009-08-13  Dylan Smithrichedit: Replace offsets arg with ME_Cursor for ME_Int...
2009-08-13  Dylan Smithrichedit: Use ME_Cursor instead of offsets for ME_CharF...
2009-08-13  Dylan Smithrichedit: Use ME_Cursor instead of offsets for copying...
2009-08-13  Dylan Smithrichedit: Use ME_Cursor instead of offsets for ME_Updat...
2009-08-12  Dylan Smithrichedit: Use ME_Cursor instead of offsets for ME_GetTe...
2009-08-12  Dylan Smithrichedit: Use ME_Cursor instead of offsets for ME_SetCh...
2009-08-12  Dylan Smithrichedit: Use ME_Cursor instead of offsets for ME_GetCh...
2009-08-12  Dylan Smithrichedit: Add helpers for setting cursor to start/end...
2009-08-12  Dylan Smithrichedit: Created functions to move between runs and...
2009-08-12  Dylan Smithrichedit: Improve efficiency of ME_IsCandidateAnURL.
2009-08-12  Dylan Smithrichedit: ME_GetTextW must use source and destination...
2009-08-12  Dylan Smithrichedit: Added function to get selection cursors in...
2009-08-12  Dylan Smithrichedit: Make the ME_GetCursorOfs function more flexible.
2009-08-10  Dylan Smithrichedit: Added missing style releases.
2009-08-10  Dylan Smithrichedit: Use richedit class string macros from public...
2009-08-03  Dylan Smithrichedit: Prevent using uninitialized nAvailWidth in...
2009-08-03  Dylan Smithrichedit: Prevent buffer overflows in WM_GETTEXT.
2009-08-03  Dylan Smithrichedit: Handle NULL buffer or 0 buffer length in...
2009-07-22  Dylan Smithrichedit: Scrollinfo stored as 16-bit values externally.
2009-07-20  Dylan Smithrichedit: Properly restore style after end of rtf group.
2009-07-17  Dylan Smithrichedit: Handle missing colours in rtf colour table.
2009-07-17  Dylan Smithrichedit: Initially disable scrollbars for ES_DISABLENO...
2009-07-13  Dylan Smithrichedit: Support ascii RTF in WM_SETTEXT even for...
2009-05-26  Francois Gougetriched20: Make some functions static.
2009-03-23  Dylan Smithrichedit: Add bounds checks for EM_GETTEXTRANGE with...
2009-03-09  Dylan Smithrichedit: Respect manually added links when autourldete...
2009-03-06  Dylan Smithrichedit: Avoid calling ITextHost_TxNotify with EN_MSGF...
2009-02-26  Dylan Smithrichedit: EM_SETOPTIONS modify format rect when selbar...
2009-02-24  Dylan Smithrichedit: Never wrap for single line controls.
2009-02-24  Dylan Smithrichedit: EM_SHOWSCROLLBAR hides scrollbars for less...
2009-02-24  Dylan Smithrichedit: Return FALSE for EM_LINESCROLL with single...
2009-02-24  Dylan Smithrichedit: Added missing initialization of nAvailWidth...
2009-02-10  Dylan Smithrichedit: Store paragraph in cursors.
2009-02-09  Dylan Smithrichedit: Removed ME_StrLen and ME_StrVLen field access...
2009-02-09  Dylan Smithrichedit: Simplified ME_UpdateSelectionLinkAttribute.
2009-02-09  Dylan Smithrichedit: Wrap even when message says not to repaint.
2009-02-06  Dylan Smithrichedit: Accept paragraph as parameter for ME_CharOfsF...
2009-02-06  Dylan Smithrichedit: Get the paragraph with ME_RunOfsFromCharOfs.
2009-02-02  Dylan Smithrichedit: Fixed EM_FINDTEXT to pass todo tests.
2009-02-02  Dylan Smithrichedit: Implement EM_GETTEXTMODE.
2009-02-02  Dylan Smithrichedit: Use width from EM_SETTARGETDEVICE for wrapping.
2009-01-29  Marcus Meissnerriched20: Removed unneeded NULL check (Coverity).
2009-01-28  Dylan Smithrichedit: Updated internal style flags on EM_SHOWSCROLLBAR.
2009-01-28  Dylan Smithrichedit: Actually store end of line string for end...
2009-01-27  Dylan Smithrichedit: Removed redundant ME_FindItemAtOffset using...
2009-01-27  Dylan Smithrichedit: Handle starting in EOL sequence in EM_GETTEXT...
2009-01-27  Dylan Smithrichedit: Handle case for EM_LINELENGTH when offset...
2009-01-22  Nikolay Sivovrichedit: Update EM_GETOLEINTERFACE documentation status.
2009-01-22  Dylan Smithrichedit: Removed some unused invalidation code.
2009-01-22  Dylan Smithrichedit: Typing is ignored while mouse is captured.
2009-01-21  Dylan Smithrichedit: Implemented ITextServices_TxSendMessage.
2009-01-21  Dylan Smithrichedit: Prevented using NULL hwnd for certain operations.
2009-01-21  Dylan Smithrichedit: Used ITextHost methods to avoid using window...
2009-01-21  Dylan Smithrichedit: Implemented ITextHost for windowed richedit...
2009-01-19  Dylan Smithrichedit: EM_SETTEXTEX detects ascii richtext with...
2009-01-16  Dylan Smithrichedit: Store an internal copy of the window style...
2009-01-15  Dylan Smithrichedit: Implemented the horizontal scrollbar.
2009-01-14  Dylan Smithrichedit: Zoom in and out with mouse wheel with control...
2009-01-13  Andrew Talbotriched20: Declare some functions static.
2009-01-12  Dylan Smithrichedit: Store mouse captured state rather than callin...
2009-01-12  Dylan Smithrichedit: Set bEmulateVersion10 initially to avoid...
2009-01-12  Dylan Smithrichedit: Pressing enter adds newline on WM_KEYDOWN...
2009-01-09  Dylan Smithrichedit: Missing condition for inserting newline befor...
2009-01-08  Dylan Smithrichedit: Fixed implementation of WM_GETDLGCODE message.
2009-01-06  Dylan Smithrichedit: Avoid rewrapping all text for isolated format...
2009-01-06  Dylan Smithrichedit: Use 32-bit rather than 16-bit trackbar value...
2009-01-04  Dylan Smithrichedit: Mask window id on WM_COMMAND notifications.
2009-01-03  Dylan Smithrichedit: Fix unicode truncation on EM_GETLINE message.
2008-12-27  Dylan Smithrichedit: Prevented a dereference of a freed pointer.
2008-12-23  Maarten Lankhorstriched20: Fix cast for dwCookie.
2008-12-20  Dylan Smithrichedit: Move message handling to function callable...
2008-12-20  Dylan Smithrichedit: Removed redundant editor height variables...
2008-12-18  Dylan Smithrichedit: Made sure text is offset by formatting rectangle.
2008-12-16  Dylan Smithrichedit: Move implementation of WM_CHAR to its own...
2008-12-16  Dylan Smithrichedit: Removed some unnecessary SendMessage calls...
2008-12-16  Dylan Smithrichedit: Move implementation of EM_GETTEXTEX to its...
2008-12-16  Dylan Smithrichedit: Move implementation of EM_GETTEXTRANGE to...
2008-12-15  Dylan Smithrichedit: Removed unused hwndEdit variable for the...
2008-12-15  Dylan Smithrichedit: Removed an unnecessary call to GetScrollInfo.
2008-12-15  Dylan Smithrichedit: Compare editor rather than hWnd in ME_Calcula...
2008-12-15  Dylan Smithrichedit: Use ME_EnsureVisible to implement EM_SCROLLCARET.
2008-11-17  Dylan Smithrichedit: Removed unused ME_AutoURLDetect function.
2008-11-17  Dylan Smithrichedit: Update strings and comments regarding IME...
next