wine/dlls/riched20
Dylan Smith 5d74f58382 richedit: Actually store end of line string for end paragraph runs.
Previously a count of the carraige returns and line feeds were stored
for end of paragraph runs, and a paragraph sign was stored as the actual
string.  This was causing many special cases where the length of the
run needed to be determined differently if the run was or wasn't an
end of paragraph run.

There wasn't any use for storing the paragraph sign unless some drawing
code gets commented out to allow the end paragraphs to be shown,
therefore I changed the code to store the actual string that gets
retrieved by WM_GETTEXT.
2009-01-28 12:11:36 +01:00
..
tests richedit: Added test for scroll position after EM_SETTEXTEX. 2009-01-22 15:28:22 +01:00
caret.c richedit: Actually store end of line string for end paragraph runs. 2009-01-28 12:11:36 +01:00
clipboard.c riched20: Remove superflous casts. 2008-11-04 11:26:12 +01:00
context.c richedit: Implemented ITextServices_TxSendMessage. 2009-01-21 11:55:22 +01:00
editor.c richedit: Actually store end of line string for end paragraph runs. 2009-01-28 12:11:36 +01:00
editor.h richedit: Actually store end of line string for end paragraph runs. 2009-01-28 12:11:36 +01:00
editstr.h richedit: Actually store end of line string for end paragraph runs. 2009-01-28 12:11:36 +01:00
list.c richedit: Actually store end of line string for end paragraph runs. 2009-01-28 12:11:36 +01:00
Makefile.in richedit: Implemented ITextServices TxGetText and TxSetText. 2009-01-21 11:55:36 +01:00
ocr_reverse.cur
paint.c richedit: Actually store end of line string for end paragraph runs. 2009-01-28 12:11:36 +01:00
para.c richedit: Actually store end of line string for end paragraph runs. 2009-01-28 12:11:36 +01:00
reader.c riched20: Declare some functions static. 2009-01-19 13:36:26 +01:00
res.h
riched20.spec
richole.c riched20: Return a long in fnGetObjectCount. 2009-01-22 12:03:17 +01:00
row.c
rtf.h riched20: Declare some functions static. 2009-01-19 13:36:26 +01:00
run.c richedit: Actually store end of line string for end paragraph runs. 2009-01-28 12:11:36 +01:00
string.c richedit: Actually store end of line string for end paragraph runs. 2009-01-28 12:11:36 +01:00
style.c richedit: Implemented ITextServices_TxSendMessage. 2009-01-21 11:55:22 +01:00
table.c richedit: Actually store end of line string for end paragraph runs. 2009-01-28 12:11:36 +01:00
txthost.c richedit: Prevented using NULL hwnd for certain operations. 2009-01-21 11:55:03 +01:00
txtsrv.c richedit: Implemented ITextServices_TxGetVScroll & TxGetHScroll. 2009-01-22 15:28:22 +01:00
undo.c richedit: Actually store end of line string for end paragraph runs. 2009-01-28 12:11:36 +01:00
version.rc
wrap.c richedit: Used ITextHost methods to avoid using window handle directly. 2009-01-21 11:54:43 +01:00
writer.c richedit: Actually store end of line string for end paragraph runs. 2009-01-28 12:11:36 +01:00