Sweden-Number/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 richedit: Use ME_Cursor instead of offsets for stream out functions. 2009-08-13 15:35:28 +02:00
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 richedit: Created functions to move between runs and track paragraphs. 2009-08-12 17:35:24 +02:00
ocr_reverse.cur
paint.c richedit: Removed unused run flags values. 2010-07-29 10:28:29 +02:00
para.c richedit: Use ME_Cursor instead of offsets for ME_SetCharFormat. 2009-08-12 17:35:50 +02:00
reader.c riched20: Don't print the function name twice in ERR/WARN. 2010-02-04 13:39:28 +01:00
res.h
riched20.spec
richole.c richedit: Invalidate without calling UpdateWindow in many cases. 2010-07-29 10:28:00 +02:00
row.c riched20: Remove unused functions. 2009-02-09 13:21:21 +01:00
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 riched20: ME_MakeString() is unused so remove it. 2009-05-15 10:28:20 +02:00
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 riched20: Cache ES_WANTRETURN style. 2009-10-13 12:38:40 +02:00
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