wine-wine/dlls/riched20
Dylan Smith c0ee555e8f richedit: Avoid redundant calls to ME_CalcRunExtent.
ME_SplitRun is only called by wrapping code. In all but one call the
returned second half of the split run will be returned, get passed back
to ME_WrapHandleRun, then ME_CalcRunExtent will be called at the start of
ME_WrapHandleRun through ME_WrapSizeRun.
2010-07-30 11:36:02 +02:00
..
tests richedit: Return correct values when EM_SETTEXTMODE fails. 2010-07-30 11:36:01 +02:00
Makefile.in dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
caret.c richedit: Use ME_Cursor as parameter to ME_SplitRunSimple. 2010-07-30 11:36:02 +02:00
clipboard.c
context.c
editor.c richedit: Check for bits instead of equality in EM_SETCHARFORMAT. 2010-07-30 11:36:01 +02:00
editor.h richedit: Use ME_Cursor as parameter to ME_SplitRunSimple. 2010-07-30 11:36:02 +02:00
editstr.h richedit: Removed unused run flags values. 2010-07-29 10:28:29 +02:00
list.c
ocr_reverse.cur
paint.c richedit: Removed unused run flags values. 2010-07-29 10:28:29 +02:00
para.c
reader.c
res.h
riched20.spec
richole.c richedit: Invalidate without calling UpdateWindow in many cases. 2010-07-29 10:28:00 +02:00
row.c
rtf.h riched20: Avoid using long. 2010-05-17 12:42:33 +02:00
run.c richedit: Avoid redundant calls to ME_CalcRunExtent. 2010-07-30 11:36:02 +02:00
string.c
style.c richedit: Remove checks for converting internal CHARFORMAT structs. 2010-07-30 11:36:02 +02:00
table.c richedit: Use ME_Cursor as parameter to ME_SplitRunSimple. 2010-07-30 11:36:02 +02:00
txthost.c
txtsrv.c richedit: Invalidate without calling UpdateWindow in many cases. 2010-07-29 10:28:00 +02:00
undo.c richedit: Use ME_Cursor as parameter to ME_SplitRunSimple. 2010-07-30 11:36:02 +02:00
version.rc
wrap.c richedit: Avoid redundant calls to ME_CalcRunExtent. 2010-07-30 11:36:02 +02:00
writer.c richedit: Fix streaming rtf with table at the start of the text. 2010-07-19 14:38:16 +02:00