Dylan Smith : richedit: Each cell can contain multiple paragraphs in msftedit.

Alexandre Julliard julliard at winehq.org
Mon Aug 18 10:46:10 CDT 2008


Module: wine
Branch: master
Commit: 300db3765ff64397beaf61f20e86408a7ccad258
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=300db3765ff64397beaf61f20e86408a7ccad258

Author: Dylan Smith <dylan.ah.smith at gmail.com>
Date:   Thu Aug  7 12:31:41 2008 -0400

richedit: Each cell can contain multiple paragraphs in msftedit.

---

 dlls/riched20/caret.c   |  151 ++++++++++++--
 dlls/riched20/editor.c  |  235 ++++++++++++++++++--
 dlls/riched20/editor.h  |   10 +-
 dlls/riched20/editstr.h |   55 ++++--
 dlls/riched20/list.c    |   15 ++-
 dlls/riched20/paint.c   |  117 ++++++++---
 dlls/riched20/para.c    |  118 ++++++++++-
 dlls/riched20/rtf.h     |    8 +
 dlls/riched20/run.c     |   10 +-
 dlls/riched20/table.c   |  542 ++++++++++++++++++++++++++++++++++++++---------
 dlls/riched20/undo.c    |   32 +++-
 dlls/riched20/wrap.c    |  129 ++++++++++--
 dlls/riched20/writer.c  |   89 ++++++--
 13 files changed, 1272 insertions(+), 239 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=300db3765ff64397beaf61f20e86408a7ccad258



More information about the wine-cvs mailing list