[5/6] richedit: Borders are now drawn for tables and nested tables

Dylan Smith dylan.ah.smith at gmail.com
Tue Aug 12 22:15:36 CDT 2008


This patch adds in the support for drawing table borders for tables that
correspond to version 4.1 of the richedit controls.  This includes
drawing borders for nested tables, and specifying the width of borders.

The border colour currently can not be specified, so the default colour
of black is used, unless there is no border width, in which case a light
gray colour is used as in native richedit controls.
---
 dlls/riched20/editor.c  |   53 ++++++++++++
 dlls/riched20/editstr.h |   15 ++++
 dlls/riched20/paint.c   |  203 ++++++++++++++++++++++++++++++++++++++++++++---
 dlls/riched20/reader.c  |    1 +
 dlls/riched20/rtf.h     |   43 ++++++++++
 dlls/riched20/table.c   |    1 +
 dlls/riched20/wrap.c    |   36 ++++++++-
 7 files changed, 339 insertions(+), 13 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0014-richedit-Borders-are-now-drawn-for-tables-and-ne.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20080812/5fcf70c0/attachment-0001.txt 


More information about the wine-patches mailing list