Sweden-Number/dlls/riched20
Dylan Smith 28645c64d5 richedit: Avoid rewrapping all text for isolated format changes.
When the character or paragraph format is changed the paragraph that
is changed is already marked to be rewrapped, so ME_MarkAllForWrapping
shouldn't be called.  Since ME_RewrapRepaint uses this function, it
shouldn't be called in these circumstances, since rewrapping all the
text can cause noticable delays when working with a lot of text.
2009-01-06 12:52:09 +01:00
..
tests
Makefile.in
caret.c
clipboard.c
context.c
editor.c richedit: Avoid rewrapping all text for isolated format changes. 2009-01-06 12:52:09 +01:00
editor.h
editstr.h
list.c
ocr_reverse.cur
paint.c richedit: Prevent redundant rewraps when scrollbar is shown. 2009-01-06 12:51:55 +01:00
para.c
reader.c
res.h
riched20.spec
richole.c
row.c riched20: Removed more dead code. 2007-02-09 11:48:46 +01:00
rtf.h
run.c
string.c
style.c
table.c
txtsrv.c
undo.c
version.rc
wrap.c
writer.c