- RTF reader doesn't use RichEdit messages anymore (which saves on
commitf089de1f4d10cbd9909994d333669f3f528d247c
authorKrzysztof Foltman <kfoltman@portal.onet.pl>
Thu, 17 Mar 2005 10:23:40 +0000 (17 10:23 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 17 Mar 2005 10:23:40 +0000 (17 10:23 +0000)
treee9ee3250e3268fb87f9ee156eed05c6accedb044
parent48061e689930f18c293dca3b5045eceee02de589
- RTF reader doesn't use RichEdit messages anymore (which saves on
  unnecessary repaints)
- added unicode character support to RTF import (like: \u12345 ?)
- small fixes
- fixed whitespace identification bug
- removed drawing of paragraph marks
- improved stub implementations for IRichEditOle
dlls/riched20/caret.c
dlls/riched20/editor.c
dlls/riched20/editor.h
dlls/riched20/paint.c
dlls/riched20/para.c
dlls/riched20/reader.c
dlls/riched20/richole.c
dlls/riched20/rtf.h
dlls/riched20/run.c
dlls/riched20/string.c
dlls/riched20/wrap.c