richedit: End of line sequence limited to 2 carriage returns.
[wine] / dlls / riched32 / tests /
2009-01-27  Dylan Smithrichedit: End of line sequence limited to 2 carriage...
2009-01-27  Dylan Smithriched32: Modified tests to show paragraph break incons...
2009-01-16  Dylan Smithrichedit: Store an internal copy of the window style...
2009-01-16  Dylan Smithrichedit: Added tests for initial options.
2009-01-12  Dylan Smithrichedit: Added tests for autoscrolling options based...
2008-12-10  Paul Vriensriched32/tests: Remove the todo_wine logic where approp...
2008-12-09  Paul Vriensriched32/tests: Remove an incorrect comment.
2008-10-27  Dylan Smithrichedit: Fixed initial word wrap setting when emulatin...
2008-10-27  Dylan Smithrichedit: Added riched32 tests for word wrap.
2008-10-22  Dylan Smithrichedit: Fixed EM_POSFROMCHAR for pos of text length.
2008-10-16  Michael Stefaniucriched32: Remove superfluous backslashes at end of...
2008-06-24  Alex Villacís Lassorichedit: EM_POSFROMCHAR should take into account scrol...
2008-06-24  Alex Villacís Lassorichedit: When returning position through wParam pointe...
2008-05-02  Alexandre Julliardrichedit: Avoid strlen in traces.
2008-05-01  Alex Villacís Lassorichedit: Add tests for EM_FINDTEXT in 1.0 emulation...
2008-04-30  Alex Villacís Lassorichedit: On failure to parse incoming text as RTF...
2008-04-29  Alex Villacís Lassorichedit: Implement rule that in 1.0 emulation, a singl...
2008-04-29  Alex Villacís Lassorichedit: Flip the big switch and encode actual CR...
2008-04-29  Alex Villacís Lassorichedit: Remove indication for bCRLF, now that ME_GetT...
2008-04-29  Alex Villacís Lassorichedit: EM_LINELENGTH: honor CR and LF counters.
2008-04-29  Alex Villacís Lassorichedit: EM_GETLINE: honor CR and LF counters.
2008-04-29  Alex Villacís Lassorichedit: Fixups to move over to reliance on CR and...
2008-04-24  Alex Villacís Lassoriched20: Reject RTF that is recognized as invalid.
2008-04-24  Alex Villacís Lassoriched20: Implement ignoring of last \par for EM_STREAM...
2008-04-22  Alex Villacís Lassorichedit: EM_STREAMIN tests for richedit 1.0 emulation.
2008-04-21  Alex Villacís Lassoriched32: Implement a portion of suggested interpretati...
2008-04-21  Alex Villacís Lassoriched32: Add more todo tests for CR and LF behavior...
2007-12-14  Alexandre Julliardriched32/tests: Avoid using size_t in traces.
2007-12-12  Alex Villacís Lassoriched32: Fix regression in WM_GETTEXTLENGTH on richedi...
2007-12-07  Alexandre JulliardAvoid size_t types in traces.
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-10-23  Alex Villacís Lassoriched32: Skeleton of richedit 1.0 test plus WM_SETTEXT...