richedit: Don't break when streaming out a table, just continue.
[wine] / dlls / riched20 / wrap.c
2010-05-25  Dylan Smithrichedit: Fix assignment to wrong variable (LLVM/Clang).
2010-05-03  Gerald Pfeiferriched20: Remove variable changed which is not really...
2010-03-01  Dylan Smithrichedit: Documented paragraph border widths are in...
2010-02-10  Dylan Smithrichedit: Move function ME_GetParaLineSpace to make...
2010-02-05  Dylan Smithrichedit: Removed unused local variable yStart.
2009-09-28  Dylan Smithrichedit: Use ITextHost interface in ME_LinkNotify.
2009-03-11  Dylan Smithrichedit: Count graphics towards line width.
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-06  Dylan Smithrichedit: Add paragraph field to wrap context to avoid...
2009-02-02  Dylan Smithrichedit: Use width from EM_SETTARGETDEVICE for wrapping.
2009-01-21  Dylan Smithrichedit: Used ITextHost methods to avoid using window...
2009-01-15  Dylan Smithrichedit: Implemented the horizontal scrollbar.
2008-12-20  Dylan Smithrichedit: Avoid re-calculating positions found in wrapp...
2008-12-20  Dylan Smithrichedit: Removed redundant editor height variables...
2008-12-18  Dylan Smithrichedit: Made sure text is offset by formatting rectangle.
2008-10-20  Dylan Smithrichedit: Use the DefWindowProc to implement WM_SETREDRAW.
2008-10-13  Dylan Smithrichedit: Fixed centering and right align with word...
2008-10-13  Dylan Smithrichedit: Account for selection bar in calculating...
2008-10-06  Dylan Smithrichedit: Removed invalid assertion.
2008-09-02  Dylan Smithrichedit: Prevent integer overflow in wrapping code...
2008-08-18  Dylan Smithrichedit: Borders are now drawn for tables and nested...
2008-08-18  Dylan Smithrichedit: Borders are drawn for simple tables.
2008-08-18  Dylan Smithrichedit: Adjust table spacing with horizontal gap...
2008-08-18  Dylan Smithrichedit: Each cell can contain multiple paragraphs...
2008-07-18  Dylan Smithrichedit: Fixed regression that caused endless loop.
2008-07-10  Dylan Smithrichedit: Handle overflow of only spaces on first line...
2008-07-10  Dylan Smithrichedit: Fixed position of runs in some situations...
2008-07-10  Dylan Smithrichedit: Tabs cause lines to wrap but not end of parag...
2008-07-10  Dylan Smithrichedit: Removed redundant wrapping code.
2008-06-25  Dylan Smithrichedit: Trailing spaces should not affect alignment...
2008-06-24  Alex Villacís Lassorichedit: When returning position through wParam pointe...
2008-05-05  Dylan Smithrichedit: Removed useless code.
2008-04-29  Alex Villacís Lassorichedit: Paragraph may have multiple rows, which shoul...
2008-04-24  Andrew Talbotriched20: Remove unused variables.
2008-03-24  Eric Pouechrichedit: Fixed a bogus computation of paragraph indent...
2008-03-17  Eric Pouechrichedit: Fixed object leaks generated by context creat...
2008-03-17  Eric Pouechrichedit: Added support for EM_SETTARGETDEVICE with...
2008-03-17  Eric Pouechrichedit: Pass left margin around when computing the...
2008-03-17  Eric Pouechrichedit: Added support for end of line inside paragraphs.
2008-02-05  Eric Pouechriched20: Correctly handle the wrapping when graphics...
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: Move init code after some sanity checks to...
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: Added support for spaces above & below paragr...
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.
2008-01-02  Eric Pouechrichedit: Enforce usage of paraformat2 fields instead...
2008-01-02  Eric Pouechrichedit: Don't allow recursive EN_REQUESTRESIZE notifi...
2007-12-17  Maarten Lankhorstriched20: Implement ECO/EM SELECTIONBAR.
2007-12-14  Maarten Lankhorstriched20: Make some functions static.
2007-08-17  Andrew Talbotriched20: Constify some variables.
2007-08-16  Lei Zhangriched20: Properly calculate control display height.
2006-08-07  Krzysztof Foltmanriched20: New, clean, simple selection repaint logic...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-04  Phil Krylovriched20: Removed an unused parameter.
2006-01-10  Phil Krylovriched20: Reduced screen flicker by using proper update...
2005-11-03  Phil KrylovAdded support for EM_REQUESTRESIZE message, EN_REQUESTR...
2005-07-06  Stefan HuehnerMake functions static to fix -Wmissing-declarations...
2005-07-05  Phil KrylovFixed an off-by-one error in EM_GETLINECOUNT handler.
2005-06-30  Phil KrylovImplemented EM_GETLINECOUNT RichEdit message.
2005-04-16  Krzysztof Foltman- removed trailing spaces from some files
2005-03-19  Krzysztof Foltman- made string operations consistent wrt whitespace...
2005-03-17  Krzysztof Foltman- RTF reader doesn't use RichEdit messages anymore...
2005-03-09  Krzysztof Foltman- Optimized repaint of the area below the text.
2005-03-09  Krzysztof FoltmanThe meaning of the rewrap flag got inverted (MEPF_REWRA...
2005-03-08  Krzysztof FoltmanOld font management replaced by the cache-based one...
2005-03-05  Krzysztof FoltmanInitial implementation of riched20.