Sweden-Number/dlls/riched20
Dylan Smith 1a2ccfe9c7 richedit: Count graphics towards line width.
Images that are inserted into richedit controls store a space for the
text, since that is the character returned when getting the plain text
from the control.

When calculating the width of a line, the space character is skipped,
but images should not be skipped.  This can be seen by inserting an
image into wordpad on a line by it's own, then centering the line.  The
image will start from the center rather than being centered in the
control.
2009-03-11 13:03:30 +01:00
..
tests Remove spaces before '\n's. 2009-03-09 12:05:58 +01:00
Makefile.in
caret.c
clipboard.c
context.c
editor.c richedit: Respect manually added links when autourldetect is disabled. 2009-03-09 12:28:33 +01:00
editor.h
editstr.h
list.c
ocr_reverse.cur
paint.c
para.c
reader.c
res.h
riched20.spec
richole.c include: Change long to LONG in tom.idl. 2009-03-10 12:06:10 +01:00
row.c
rtf.h
run.c
string.c
style.c
table.c
txthost.c richedit: Avoid calling ITextHost_TxNotify with EN_MSGFILTER. 2009-03-06 12:49:04 +01:00
txtsrv.c richedit: Avoid crashing if TxSendMessage is called with NULL plresult. 2009-02-26 15:13:25 +01:00
undo.c
version.rc
wrap.c richedit: Count graphics towards line width. 2009-03-11 13:03:30 +01:00
writer.c