Sweden-Number/dlls/riched20
Dylan Smith 46d79b0363 richedit: Fixed EM_POSFROMCHAR for pos of text length.
For some reason EM_POSFROMCHAR was returning 0 when the position was
equal to the end of the text, or beyond the end of the text. Instead
it should use the position at the end of the text for both these
cases.  The x value was also seen to be offset by 1 according to the
tests.
2008-10-22 13:54:54 +02:00
..
tests richedit: Fixed EM_POSFROMCHAR for pos of text length. 2008-10-22 13:54:54 +02:00
Makefile.in
caret.c
clipboard.c
context.c
editor.c richedit: Fixed EM_POSFROMCHAR for pos of text length. 2008-10-22 13:54:54 +02:00
editor.h dlls: Do not use __WINE_ALLOC_SIZE between void and *. 2008-09-19 11:41:25 +02:00
editstr.h richedit: Use the DefWindowProc to implement WM_SETREDRAW. 2008-10-20 11:37:27 +02:00
list.c
ocr_reverse.cur
paint.c richedit: Use the DefWindowProc to implement WM_SETREDRAW. 2008-10-20 11:37:27 +02:00
para.c richedit: Make sure border properties are saved for undo/redo. 2008-10-01 11:39:56 -05:00
reader.c richedit: Unsigned cast char to avoid EOF equality. 2008-10-06 13:06:38 +02:00
res.h
riched20.spec
richole.c
row.c
rtf.h
run.c
string.c
style.c
table.c richedit: Made sure table row gap/offset is copied on append row. 2008-10-01 11:41:01 -05: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
wrap.c richedit: Use the DefWindowProc to implement WM_SETREDRAW. 2008-10-20 11:37:27 +02:00
writer.c richedit: Fixed a bug preventing streaming out nested table properties. 2008-10-01 11:40:52 -05:00