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 riched20/tests: Move the itextServicesStdcallVtbl definition to avoid a compiler warning. 2009-01-04 14:59:54 +01:00
Makefile.in richedit: Handle tab key properly within table cells. 2008-08-18 14:34:10 +02:00
caret.c richedit: Made sure text is offset by formatting rectangle. 2008-12-18 14:19:40 +01:00
clipboard.c riched20: Remove superflous casts. 2008-11-04 11:26:12 +01:00
context.c richedit: Fixed object leaks generated by context creation & destruction. 2008-03-17 14:37:58 +01:00
editor.c richedit: Avoid rewrapping all text for isolated format changes. 2009-01-06 12:52:09 +01:00
editor.h richedit: Move message handling to function callable without window. 2008-12-20 11:43:44 +01:00
editstr.h richedit: Removed redundant editor height variables and calculations. 2008-12-20 11:43:09 +01:00
list.c riched20: Remove redundant NULL check before HeapFree (Smatch). 2008-08-19 12:55:00 +02:00
ocr_reverse.cur riched20: Implement ECO/EM SELECTIONBAR. 2007-12-17 11:34:40 +01:00
paint.c richedit: Prevent redundant rewraps when scrollbar is shown. 2009-01-06 12:51:55 +01:00
para.c riched20: Remove superflous casts. 2008-11-04 11:26:12 +01:00
reader.c riched20: Sign-compare warnings fix. 2008-11-06 11:09:41 +01:00
res.h riched20: Implement ECO/EM SELECTIONBAR. 2007-12-17 11:34:40 +01:00
riched20.spec
richole.c riched20: Implement ITextDocument_fnGetSelection. 2008-06-26 21:07:31 +02:00
row.c riched20: Removed more dead code. 2007-02-09 11:48:46 +01:00
rtf.h richedit: Removed unused hwndEdit variable for the RTF parser. 2008-12-15 13:20:01 +01:00
run.c richedit: Made sure text is offset by formatting rectangle. 2008-12-18 14:19:40 +01:00
string.c riched20: Remove superflous casts. 2008-11-04 11:26:12 +01:00
style.c richedit: Enforce the maximum font size. 2008-07-14 12:22:13 +02:00
table.c riched20: Remove unused Wine debug channel. 2008-12-22 10:29:02 +01:00
txtsrv.c riched20: Add spare area to ITextServicesImpl to work around broken apps. 2008-10-13 11:45:23 +02:00
undo.c richedit: Make sure border properties are saved for undo/redo. 2008-10-01 11:39:56 -05:00
version.rc riched20: Implement ECO/EM SELECTIONBAR. 2007-12-17 11:34:40 +01:00
wrap.c richedit: Avoid re-calculating positions found in wrapping for painting. 2008-12-20 11:43:29 +01:00
writer.c riched20: Sign-compare warnings fix. 2008-11-06 11:09:41 +01:00