Module: wine Branch: master Commit: 8d37388fe7ff2d45054e0a05374767b515dba237 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8d37388fe7ff2d45054e0a0537...
Author: Alex Villacís Lasso a_villacis@palosanto.com Date: Sat Apr 26 15:26:58 2008 -0500
richedit: Fixups to move over to reliance on CR and LF counters.
Text streamout now honors CR and LF counters. Tests to pin down required EM_STREAMOUT behavior.
---
dlls/riched20/editor.c | 3 ++ dlls/riched20/para.c | 2 + dlls/riched20/run.c | 12 +++++-- dlls/riched20/tests/editor.c | 55 +++++++++++++++++++++++++++++++++ dlls/riched20/writer.c | 45 ++++++++++++++++++++++----- dlls/riched32/tests/editor.c | 69 ++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 173 insertions(+), 13 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=8d37388fe7ff2d45054e0a...