Release 1.5.29.
[wine] / dlls / riched20 / editor.h
2013-04-17  Huw Daviesriched20: Use PointFromCharContext now that we can...
2013-04-17  Huw Daviesriched20: Add a visual vs logical order flag to the...
2013-04-03  Francois Gougetriched20: ME_StrDup() is not used anymore so remove it.
2013-02-18  Huw Daviesriched20: Add the ability to CharFromPoint to either...
2013-02-14  Huw Daviesriched20: Make it possible to perform point -> char...
2013-02-12  Huw Daviesriched20: Move run extent calculation to wrap.c.
2013-02-08  Huw Daviesriched20: Move the split point calculation to wrap.c.
2013-02-07  Huw Daviesriched20: Move SplitRun to wrap.c and make it static.
2013-02-05  Huw Daviesriched20: Move the text to the paragraph level.
2013-02-05  Huw Daviesriched20: Pass a character ptr and length to SplitParag...
2013-02-05  Huw Daviesriched20: Pass the character ptr and string length...
2013-01-31  Huw Daviesriched20: Rewrite the run whitespace test to take a...
2013-01-31  Huw Daviesriched20: Rewrite the run splittable test to take a...
2013-01-30  Huw Daviesriched20: Add a helper to retrieve the run text.
2013-01-30  Huw Daviesriched20: Add a helper to debug the run text.
2013-01-29  Huw Daviesriched20: Move undo handling to a different set of...
2012-05-18  Dylan Smithrichedit: Invalidate a range of paragraphs without...
2012-05-09  Dylan Smithrichedit: Avoid scanning all text for paragraphs to...
2012-05-08  Dylan Smithrichedit: Remove always FALSE parameter from ME_PaintCo...
2011-10-24  Thomas Faberriched20: Constify some ME_Context pointer parameters.
2011-05-24  Marcus Meissnerriched20: Mark internal symbols with hidden visibility.
2010-07-30  Dylan Smithrichedit: Use ME_Cursor as parameter to ME_SplitRunSimple.
2010-07-29  Dylan Smithrichedit: Invalidate without calling UpdateWindow in...
2010-03-01  Dylan Smithrichedit: Documented paragraph border widths are in...
2010-02-10  Dylan Smithrichedit: Move function ME_GetParaLineSpace to make...
2009-09-30  Dylan Smithrichedit: Handle to parent window is cached.
2009-08-26  Francois Gougetriched20: Make ME_SetCursorToEnd() static.
2009-08-13  Dylan Smithrichedit: Use ME_Cursor instead of offsets for stream...
2009-08-13  Dylan Smithrichedit: Replace offsets arg with ME_Cursor for ME_Int...
2009-08-13  Dylan Smithrichedit: Removed ME_InsertRun since it uses character...
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: Modified ME_MoveCursorsChars to move multiple...
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: 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: Remove header function declarations with...
2009-05-26  Francois Gougetriched20: Make ME_GetCursorCoordinates() static and...
2009-05-15  Francois Gougetriched20: ME_MakeString() is unused so remove it.
2009-02-09  Andrew Talbotriched20: Remove unused functions.
2009-02-09  Dylan Smithrichedit: Removed ME_StrRelPos, ME_StrRelPos2, & ME_Pos...
2009-02-09  Dylan Smithrichedit: Got rid of ME_GetCharFwd and ME_GetCharBack.
2009-02-09  Dylan Smithrichedit: Removed ME_StrLen and ME_StrVLen field access...
2009-02-09  Dylan Smithrichedit: Got rid of useless function ME_VPosToPos.
2009-02-09  Dylan Smithrichedit: Avoid duplication in make string functions...
2009-02-09  Dylan Smithrichedit: Prevent string trunction due to NULL characters.
2009-02-06  Dylan Smithrichedit: Accept paragraph as parameter for ME_CharOfsF...
2009-02-06  Dylan Smithrichedit: Get the paragraph with ME_RunOfsFromCharOfs.
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-22  Dylan Smithrichedit: Removed some unused invalidation code.
2009-01-21  Dylan Smithrichedit: Implemented ITextServices_TxSendMessage.
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  Andrew Talbotriched20: Declare some functions static.
2009-01-15  Dylan Smithrichedit: Implemented the horizontal scrollbar.
2009-01-14  Andrew Talbotriched20: Declare some functions static.
2009-01-13  Andrew Talbotriched20: Declare some functions static.
2009-01-12  Dylan Smithrichedit: Set bEmulateVersion10 initially to avoid...
2008-12-20  Dylan Smithrichedit: Move message handling to function callable...
2008-11-17  Dylan Smithrichedit: Removed unused ME_AutoURLDetect function.
2008-11-17  Dylan Smithrichedit: Removed comment in header for non-existent...
2008-09-19  Detlef Riekenbergdlls: Do not use __WINE_ALLOC_SIZE between void and *.
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-09-05  Marcus MeissnerAnnotate with allocation size attribute.
2008-08-29  Dylan Smithrichedit: Prevent typing text at end of table row.
2008-08-18  Dylan Smithrichedit: Adjust table spacing with horizontal gap...
2008-08-18  Dylan Smithrichedit: EM_[SG]ETPARAFORMAT returned the wrong value.
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-05  Dylan Smithrichedit: Joined paragraph format depends on number...
2008-08-05  Dylan Smithrichedit: Use tabstops to store cell positions.
2008-07-10  Dylan Smithrichedit: Added more conditional cursor changes.
2008-07-09  Dylan Smithrichedit: Set the default paragraph format consistently.
2008-07-08  Dylan Smithrichedit: Implemented paragraph selection.
2008-07-07  Dylan Smithrichedit: Fixed double click issues by sharing code...
2008-06-26  Dylan Smithrichedit: Implemented undo coalescing to group typing...
2008-06-26  Dylan Smithrichedit: Moved function declarations in header to...
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-05-01  Dylan Smithrichedit: Updated editor.h to reflect the contents...
2008-04-29  Alex Villacís Lassorichedit: Add support for encoding number of CR and...
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: Make use of the size info in REOBJECT if...
2008-02-05  Eric Pouechriched20: Start handling OLE objects inside richedit.
2008-01-02  Eric Pouechrichedit: Simplify first para style handling by creatin...
2008-01-02  Eric Pouechrichedit: Optimizations for the style selection.
2008-01-02  Eric Pouechrichedit: Don't recreate the DC all the time, but use...
2008-01-02  Eric Pouechrichedit: Rewrote FindPixelPos so that it always return...
2008-01-02  Eric Pouechrichedit: Added support for intra-paragraph line space.
2008-01-02  Eric Pouechrichedit: Now drawing the paragraph borders (if any...
2008-01-02  Eric Pouechrichedit: Fix the para computation when zoom is used.
next