riched20: COM cleanup for the IOleClientSite iface.
[wine] / dlls / riched20 / caret.c
2010-07-30  Dylan Smithrichedit: Use ME_Cursor as parameter to ME_SplitRunSimple.
2010-05-17  Gerald Pfeiferriched20: Remove variables yprev and ys which are not...
2010-05-10  Gerald Pfeiferriched20: Remove variable ys which is not really used...
2010-05-03  Gerald Pfeiferriched20: Remove variable di which is not really used...
2010-05-03  Gerald Pfeiferriched20: Remove variable yprev which is not really...
2010-03-01  David Hedbergrichedit: GTL_PRECISE to GETTEXTLENGTHEX implies GTL_NU...
2010-02-18  Dylan Smithrichedit: Prevent crash on word selection at end of...
2009-09-28  Dylan Smithrichedit: Use ITextHost interface in ME_LinkNotify.
2009-08-26  Francois Gougetriched20: Make ME_SetCursorToEnd() static.
2009-08-17  Dylan Smithrichedit: Fixed check for nOffset at the end of the...
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: Modified ME_MoveCursorsChars to move multiple...
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: 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: Add closing actions for IRichEditOle_fnInsert...
2009-08-07  Dylan Smithrichedit: Avoid comparing padding in cursor structures...
2009-05-26  Francois Gougetriched20: Make ME_GetCursorCoordinates() static and...
2009-02-10  Dylan Smithrichedit: Store paragraph in cursors.
2009-02-09  Dylan Smithrichedit: Removed ME_StrRelPos, ME_StrRelPos2, & ME_Pos...
2009-02-09  Dylan Smithrichedit: Removed ME_StrLen and ME_StrVLen field access...
2009-02-09  Dylan Smithrichedit: Removed some conditions that are always taken.
2009-02-09  Dylan Smithrichedit: Directly get start and end of text on Ctrl...
2009-02-06  Dylan Smithrichedit: Removed incorrect FIXME comment.
2009-02-06  Dylan Smithrichedit: Accept paragraph as parameter for ME_CharOfsF...
2009-02-06  Dylan Smithrichedit: Removed unnecessary calls to ME_WrapMarkedPar...
2009-02-06  Dylan Smithrichedit: Simplified the character length delete protec...
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: End of line sequence limited to 2 carriage...
2009-01-21  Dylan Smithrichedit: Used ITextHost methods to avoid using window...
2009-01-16  Dylan Smithrichedit: Store an internal copy of the window style...
2009-01-16  Dylan Smithrichedit: Fix implementation of handling Page Up/Down...
2009-01-15  Dylan Smithrichedit: Implemented the horizontal scrollbar.
2009-01-13  Andrew Talbotriched20: Declare some functions static.
2008-12-18  Dylan Smithrichedit: Made sure text is offset by formatting rectangle.
2008-12-16  Dylan Smithrichedit: Removed some unnecessary SendMessage calls...
2008-12-15  Dylan Smithrichedit: Use ME_EnsureVisible to implement EM_SCROLLCARET.
2008-09-11  Juan Langriched20: Use helper function rather than goto to retur...
2008-08-18  Dylan Smithrichedit: Each cell can contain multiple paragraphs...
2008-08-18  Dylan Smithrichedit: Reversed deletion direction so tables are...
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: Word/Line/Paragraph selection had selection...
2008-08-05  Dylan Smithrichedit: Joined paragraph format depends on number...
2008-08-05  Dylan Smithrichedit: Use tabstops to store cell positions.
2008-07-16  Dylan Smithrichedit: Fixed regression caused by destroying the...
2008-07-10  Dylan Smithrichedit: Added more conditional cursor changes.
2008-07-09  Dylan Smithrichedit: PFE_TABLE flag is now used instead of private...
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: Implemented paragraph 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: Made sure word selection selects only one...
2008-07-07  Dylan Smithrichedit: Made sure the caret position is stored when...
2008-06-30  Dylan Smithrichedit: Clicking below end of text now selects closes...
2008-06-27  Dylan Smithrichedit: Ensure caret is seen if moved past end of...
2008-06-27  Dylan Smithrichedit: Caret size must match font size characters...
2008-06-27  Dylan Smithrichedit: Removed redundant code for getting the insert...
2008-06-26  Dylan Smithrichedit: Make cursor visible when selecting via mouse...
2008-06-26  Dylan Smithrichedit: Null pointer check missing on optional parameter.
2008-06-25  Dylan Smithrichedit: bCaretAtEnd should not be reset from rewrappi...
2008-06-25  Dylan Smithrichedit: Allow cursor to move over trailing spaces...
2008-06-19  Alex Villacís Lassorichedit: Insertion style must NOT be cleared unless...
2008-04-29  Alex Villacís Lassorichedit: Only notify selection change when selection...
2008-04-29  Alex Villacís Lassorichedit: Flip the big switch and encode actual CR...
2008-04-29  Alex Villacís Lassorichedit: Modify ME_GetTextW() to honor CR and LF encod...
2008-04-29  Alex Villacís Lassorichedit: Remove reliance on bEmulateVersion10 for...
2008-04-29  Alex Villacís Lassorichedit: Add support for encoding number of CR and...
2008-04-21  Alex Villacís Lassoriched32: Implement a portion of suggested interpretati...
2008-03-17  Eric Pouechrichedit: Fixed object leaks generated by context creat...
2008-03-17  Eric Pouechrichedit: Pass left margin around when computing the...
2008-03-17  Eric Pouechrichedit: Store shift-enter (keyboard) and \line (rtf...
2008-02-05  Eric Pouechriched20: Start handling OLE objects inside richedit.
2008-01-02  Eric Pouechrichedit: Small optimisation in ME_GetSelectionInsertStyle.
2008-01-02  Eric Pouechrichedit: Rewrote FindPixelPos so that it always return...
2007-12-17  Maarten Lankhorstriched20: Implement ECO/EM SELECTIONBAR.
2007-12-07  Alex Villacís Lassoriched20: EM_GETTEXTLENGTHEX must not count last paragr...
2007-10-22  Alex Villacís Lassoriched20: 2.0 and higher inserts CRCRLF as space (with...
2007-09-21  Clinton Stimpsonriched20: Only WM_CHAR respects text limit.
2007-08-16  Lei Zhangriched20: Add missing scroll bar update.
2007-08-16  Huw Daviesriched20: Add some test for EM_GETTEXTLENGTHEX and...
2007-08-13  Andrew Talbotriched20: Constify some variables.
2007-06-06  Huw Daviesriched20: Don't mess with the caret if we don't have...
2007-04-26  Clinton Stimpsonriched20: Set modify state when removing text.
2007-03-29  Clinton Stimpsonriched20: Fix text replacement with text limit.
2007-01-11  Clinton Stimpsonriched20: Fix modification state for several operations.
2006-12-05  Lei Zhangriched20: Move EM_EXSETSEL fix into ME_SetSelection.
2006-09-11  Matt Finnicumriched20: Rewrite of scrolling and some redrawing code.
2006-09-07  Hippocrates Sendoukasriched20: ME_SetSelection -1 to -1 behavior fix.
2006-08-10  Ken Myersriched20: Implement EM_EXLIMITTEXT, EM_GETLIMITTEXT...
2006-08-07  Krzysztof Foltmanriched20: New, clean, simple selection repaint logic...
2006-08-07  Krzysztof Foltmanriched20: Ensure text is wrapped before invalidating...
2006-07-07  Michael Stefaniucriched20: Replace an if-statement with empty body with...
2006-06-19  Krzysztof Foltmanriched20: EM_CHARFROMPOS didn't work properly with...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
next