Module: wine Branch: master Commit: e6fedf879c0666f1646b013d920fa7752f4ea42d URL: http://source.winehq.org/git/wine.git/?a=commit;h=e6fedf879c0666f1646b013d92...
Author: Dylan Smith dylan.ah.smith@gmail.com Date: Wed Jan 14 13:24:02 2009 -0500
richedit: Implemented the horizontal scrollbar.
---
dlls/riched20/caret.c | 67 ++++++----- dlls/riched20/editor.c | 113 ++++++++++++----- dlls/riched20/editor.h | 9 +- dlls/riched20/editstr.h | 7 +- dlls/riched20/paint.c | 288 +++++++++++++++++++++++++----------------- dlls/riched20/tests/editor.c | 3 - dlls/riched20/wrap.c | 12 ++- 7 files changed, 309 insertions(+), 190 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e6fedf879c0666f1646b01...