[6/17] richedit: Reversed deletion direction so tables are inserted forwards (RESEND)

Dylan Smith dylan.ah.smith at gmail.com
Fri Aug 15 16:05:47 CDT 2008


By itself this patch should not have any noticeable change.  It's
purpose is tied to the next patch in this series of patches to implement
a more complex model of tables that is used in msftedit.dll (version 4.1
of the richedit control).

Previously when a deletion is undone, the insertions would happen
backwards from the end to the start.  Instead I wanted to make sure that
table rows were always inserted from the start to the end whether from
streaming in, or from an undo/redo operation.

This patch is separate because it will make it easier to identify the
cause of regressions, and should be easier to review.
---
 dlls/riched20/caret.c |   50 ++++++++++++++++++++++++++++++++++++------------
 1 files changed, 37 insertions(+), 13 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0006-richedit-Reversed-deletion-direction-so-tables-a.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20080815/2c5ee90d/attachment.txt 


More information about the wine-patches mailing list