Module: wine Branch: refs/heads/master Commit: bad844d0a90c6947f2365a1d1b259be56ebf5ca5 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=bad844d0a90c6947f2365a1d...
Author: Krzysztof Foltman wdev@foltman.com Date: Mon Aug 7 17:27:16 2006 +0200
riched20: New, clean, simple selection repaint logic - should fix all outstanding refresh issues.
---
dlls/riched20/caret.c | 26 ++++++++++++++------ dlls/riched20/editor.c | 3 ++ dlls/riched20/editor.h | 4 ++- dlls/riched20/editstr.h | 3 ++ dlls/riched20/paint.c | 62 +++++++++++++++++++++++++++++------------------ dlls/riched20/para.c | 14 +++++++++++ dlls/riched20/undo.c | 1 - dlls/riched20/wrap.c | 51 ++++++++++++++++++++++----------------- 8 files changed, 106 insertions(+), 58 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=bad844d0a90c6947f236...