richedit: Fixed EM_FINDTEXT to pass todo tests.
[wine] / dlls / riched20 / editor.c
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...
2008-11-06  Andrew Talbotriched20: Sign-compare warnings fix.
2008-11-04  Michael Stefaniucriched20: Remove superflous casts.
2008-10-29  Dylan Smithrichedit: Handle negative position given to EM_POSFROMCHAR.
2008-10-27  Dylan Smithrichedit: Fixed initial word wrap setting when emulatin...
2008-10-22  Dylan Smithrichedit: Fixed EM_POSFROMCHAR for pos of text length.
2008-10-22  Dylan Smithrichedit: Handle ctrl-key shortcuts on WM_KEYDOWN.
2008-10-20  Dylan Smithrichedit: Use the DefWindowProc to implement WM_SETREDRAW.
2008-10-13  Dylan Smithrichedit: Added EM_SETMARGINS to the list of unsupporte...
2008-10-06  Dylan Smithrichedit: Show arrow cursor over scrollbar.
2008-10-06  Dylan Smithrichedit: ES_AUTOHSCROLL window style disables word...
2008-10-06  Dylan Smithrichedit: Use RTF reader for text starting with {\urtf.
2008-09-12  Dylan Smithrichedit: Prevent buffer overrun for tab stops buffer.
2008-09-12  Dylan Smithrichedit: Fixed bugs in handling unterminated nested...
2008-09-12  Dylan Smithrichedit: Make sure the nested tables' RTF properties...
2008-09-12  Dylan Smithrichedit: Enter inserts newline before table at start...
2008-09-12  Dylan Smithrichedit: Enter at the end of a table row appends a...
2008-09-12  Dylan Smithrichedit: Don't put cursor in the table row start parag...
2008-09-11  Dylan Smithrichedit: Avoid acting on control words in skipped...
2008-08-29  Dylan Smithrichedit: Prevent typing text at end of table row.
2008-08-29  Dylan Smithrichedit: Prevent streaming in rich text at end of...
2008-08-29  Dylan Smithrichedit: Pressing tab with selection back to start...
2008-08-18  Dylan Smithrichedit: Added support for changing cell border colours.
2008-08-18  Dylan Smithrichedit: Borders are now drawn for tables and nested...
2008-08-18  Dylan Smithrichedit: Adjust table spacing with horizontal gap...
2008-08-18  Dylan Smithrichedit: Substitute space for \tab and \par control...
2008-08-18  Dylan Smithrichedit: EM_[SG]ETPARAFORMAT returned the wrong value.
2008-08-18  Dylan Smithrichedit: Added in support for streaming in and out...
2008-08-18  Dylan Smithrichedit: Each cell can contain multiple paragraphs...
2008-08-18  Dylan Smithrichedit: Protect deletion of cell boundaries when...
2008-08-18  Dylan Smithrichedit: Handle tab key properly within table cells.
2008-08-18  Dylan Smithrichedit: Removed assumption about the order of rtf...
2008-08-18  Dylan Smithrichedit: Fixed rtf reader bug that caused large start...
2008-08-05  Dylan Smithrichedit: Use tabstops to store cell positions.
2008-07-31  Dylan Smithrichedit: Added OleInitialize for clipboard operations.
2008-07-29  Hongbo Niriched32: Implement WM_UNICHAR support.
2008-07-29  Dustin Brodyriched20: EM_SETTEXTTEX obeys ST_SELECTION with RTF...
2008-07-23  Alex Villacís Lassorichedit: Do not read actual scrollbar state for scroll...
2008-07-10  Dylan Smithrichedit: Added more conditional cursor changes.
2008-07-10  Dylan Smithrichedit: Prevented cursor flicker while moving over...
2008-07-09  Dylan Smithrichedit: Set the default paragraph format consistently.
2008-07-09  Dylan Smithrichedit: PFE_TABLE flag is now used instead of private...
2008-07-08  Dylan Smithrichedit: Removed unused variable bCaretShown in ME_Tex...
2008-07-08  Michael Stefaniucriched20: Fix typo.
2008-07-08  Dylan Smithrichedit: Hide cursor when text is selected.
2008-07-08  Dylan Smithrichedit: Implemented triple click selection.
2008-07-08  Dylan Smithrichedit: Fixed drag and shift selection for words...
2008-07-07  Dylan Smithrichedit: Fixed double click issues by sharing code...
2008-07-07  Dylan Smithrichedit: Fixed the selection bar width.
2008-07-07  Dylan Smithrichedit: Made sure the caret position is stored when...
2008-06-27  Dylan Smithrichedit: Set error codes and stop parsing for some...
2008-06-26  Dylan Smithrichedit: Implemented undo coalescing to group typing...
2008-06-26  Dylan Smithrichedit: Fixed a bug preventing NULL pointers from...
2008-06-26  Dylan Smithrichedit: Prevented an assertion error on startup when...
2008-06-26  Dylan Smithrichedit: Show caret after pasting or streaming in...
2008-06-24  Alex Villacís Lassorichedit: EM_POSFROMCHAR should take into account scrol...
next