richedit: Prevent copying PARAFORMAT2 fields from PARAFORMAT struct.
[wine] / dlls / riched20 / editor.c
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...
2008-06-24  Alex Villacís Lassorichedit: When returning position through wParam pointe...
2008-06-21  Michael Stefaniucriched20: Remove redundant NULL check before heap_free...
2008-06-19  Alex Villacís Lassorichedit: Add tests for URL autodetection for EM_REPLAC...
2008-06-19  Alex Villacís Lassorichedit: Add tests for URL autodetection for EM_SETTEX...
2008-06-19  Alex Villacís Lassorichedit: Fix for the semantics of the flags for some...
2008-06-19  Alex Villacís Lassorichedit: Add more tests for URL autodetection on WM_CH...
2008-06-19  Alex Villacís Lassorichedit: WM_SETTEXT must immediately autodetect URLs...
2008-06-19  Alex Villacís Lassorichedit: Fix misreporting of match offset for EM_FINDT...
2008-05-05  Dylan Smithrichedit: The wrong bits were cleared from wBorders...
2008-05-01  Alex Villacís Lassorichedit: Add tests for EM_FINDTEXT in 1.0 emulation...
2008-04-30  Alex Villacís Lassorichedit: On failure to parse incoming text as RTF...
2008-04-29  Alex Villacís Lassorichedit: Private movement of cursors in text insertion...
2008-04-29  Alex Villacís Lassorichedit: WM_SETTEXT - Clear modify step flag before...
2008-04-29  Alex Villacís Lassorichedit: Fix modify step setting in EM_SETCHARFORMAT.
2008-04-29  Alex Villacís Lassorichedit: Only notify selection change when selection...
2008-04-29  Alex Villacís Lassorichedit: Implement rule that in 1.0 emulation, a singl...
2008-04-29  Alex Villacís Lassorichedit: Flip the big switch and encode actual CR...
next