Module: wine Branch: master Commit: 6c4dda009e8fe1d18cd110bd7ac71805122ef1d3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6c4dda009e8fe1d18cd110bd7a...
Author: Dylan Smith dylan.ah.smith@gmail.com Date: Tue Jan 20 01:41:25 2009 -0500
richedit: Implemented ITextHost for windowed richedit controls.
---
dlls/riched20/Makefile.in | 1 + dlls/riched20/editor.c | 71 +++-- dlls/riched20/editor.h | 49 +++ dlls/riched20/editstr.h | 7 + dlls/riched20/txthost.c | 726 +++++++++++++++++++++++++++++++++++++++++++++ include/textserv.h | 40 --- 6 files changed, 830 insertions(+), 64 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6c4dda009e8fe1d18cd110...