Alex Villacís Lasso
|
3a271386ec
|
richedit: Remove indication for bCRLF, now that ME_GetTextW() knows how to honor CR and LF counters.
EM_GETTEXTRANGE and EM_GETSELTEXT are affected by this, so include tests to ensure no behavior was broken.
|
2008-04-29 14:54:59 +02:00 |
Alex Villacís Lasso
|
d95cbeef67
|
richedit: EM_LINELENGTH: honor CR and LF counters.
Add fixup to ME_FindItemAtOffset(), fixes crash by null-pointer access.
Add tests for EM_LINELENGTH.
|
2008-04-29 14:54:29 +02:00 |
Alex Villacís Lasso
|
3968a67eb9
|
richedit: EM_GETLINE: honor CR and LF counters.
Add richedit 1.0 tests for EM_GETLINE.
|
2008-04-29 14:54:21 +02:00 |
Alex Villacís Lasso
|
8d37388fe7
|
richedit: Fixups to move over to reliance on CR and LF counters.
Text streamout now honors CR and LF counters.
Tests to pin down required EM_STREAMOUT behavior.
|
2008-04-29 14:54:05 +02:00 |
Alex Villacís Lasso
|
4f95cf7072
|
riched20: Reject RTF that is recognized as invalid.
|
2008-04-24 22:12:13 +02:00 |
Alex Villacís Lasso
|
d10256f309
|
riched20: Implement ignoring of last \par for EM_STREAMIN - 1.0 emulation.
|
2008-04-24 22:12:09 +02:00 |
Alex Villacís Lasso
|
54bc660d95
|
richedit: EM_STREAMIN tests for richedit 1.0 emulation.
|
2008-04-22 11:55:06 +02:00 |
Alex Villacís Lasso
|
820de0bd59
|
riched32: Implement a portion of suggested interpretation of CRLF handling for richedit 1.0 emulation.
Fixes a few todos introduced by previous patch.
|
2008-04-21 20:27:52 +02:00 |
Alex Villacís Lasso
|
17c437d48c
|
riched32: Add more todo tests for CR and LF behavior for richedit 1.0.
|
2008-04-21 20:27:28 +02:00 |
Alexandre Julliard
|
10bcc6200b
|
riched32/tests: Avoid using size_t in traces.
|
2007-12-14 14:31:40 +01:00 |
Alex Villacís Lasso
|
ae7b2c914b
|
riched32: Fix regression in WM_GETTEXTLENGTH on richedit 1.0 emulation.
|
2007-12-12 13:48:19 +01:00 |
Alexandre Julliard
|
c0b12351e0
|
Avoid size_t types in traces.
|
2007-12-07 18:49:18 +01:00 |
Alexandre Julliard
|
ad9396302d
|
Removed some unneeded imports.
|
2007-12-06 21:24:24 +01:00 |
Alex Villacís Lasso
|
74cd5903e2
|
riched32: Skeleton of richedit 1.0 test plus WM_SETTEXT test.
|
2007-10-23 19:37:23 +02:00 |