Module: wine Branch: master Commit: a47d4a4c3a5c89268906b5b8db59e1de41e89ecf URL: http://source.winehq.org/git/wine.git/?a=commit;h=a47d4a4c3a5c89268906b5b8db...
Author: Dylan Smith dylan.ah.smith@gmail.com Date: Tue Aug 12 23:15:29 2008 -0400
richedit: Adjust table spacing with horizontal gap and left edge.
---
dlls/riched20/editor.c | 21 +++++++++---- dlls/riched20/editor.h | 2 + dlls/riched20/rtf.h | 2 + dlls/riched20/run.c | 12 ++++++- dlls/riched20/table.c | 21 +++++++++++++ dlls/riched20/wrap.c | 56 +++++++++++++++++++++++++++------- dlls/riched20/writer.c | 78 +++++++++++++++++++++++++---------------------- 7 files changed, 135 insertions(+), 57 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a47d4a4c3a5c89268906b5...