- Optimized repaint of the area below the text.
authorKrzysztof Foltman <kfoltman@portal.onet.pl>
Wed, 9 Mar 2005 18:43:18 +0000 (18:43 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 9 Mar 2005 18:43:18 +0000 (18:43 +0000)
commitf7e0f7cabe277c1a114407fe6b541aa34b635e47
treef93ffce3530d689948fdd6afaf69d48348725a64
parent639a87cb6e706f5773a0bbae3b2e8991bf9bc3d7
- Optimized repaint of the area below the text.
- ME_JoinRuns didn't mark the paragraph for rewrapping, fixed.
- Removed PostQuitMessage(0) from WM_DESTROY handler (duh!).
- Use of EM_GETOLEINTERFACE is reported with FIXME instead of TRACE
  (any app using this message is likely to encounter major problems).
dlls/riched20/caret.c
dlls/riched20/editor.c
dlls/riched20/editor.h
dlls/riched20/editstr.h
dlls/riched20/paint.c
dlls/riched20/run.c
dlls/riched20/wrap.c