Module: wine Branch: master Commit: 11c80396995065701205f2facb3dba10a6f8170f URL: http://source.winehq.org/git/wine.git/?a=commit;h=11c80396995065701205f2facb...
Author: Dylan Smith dylan.ah.smith@gmail.com Date: Mon Aug 4 19:18:54 2008 -0400
richedit: Use tabstops to store cell positions.
---
dlls/riched20/caret.c | 27 ------------ dlls/riched20/editor.c | 104 ++++++++++++++++++++++++++++++++-------------- dlls/riched20/editor.h | 2 - dlls/riched20/editstr.h | 14 +------ dlls/riched20/list.c | 18 -------- dlls/riched20/paint.c | 2 +- dlls/riched20/para.c | 29 ------------- dlls/riched20/reader.c | 10 ++++- dlls/riched20/rtf.h | 18 ++++++++- dlls/riched20/run.c | 9 +--- dlls/riched20/writer.c | 55 ++++++++++++++++--------- 11 files changed, 138 insertions(+), 150 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=11c80396995065701205f2...