richedit: WM_SETTEXT must immediately autodetect URLs, without waiting for a WM_CHAR.
[wine] / dlls / riched20 / tests / editor.c
2008-06-19  Alex Villacís Lassorichedit: WM_SETTEXT must immediately autodetect URLs...
2008-06-19  Alex Villacís Lassorichedit: Fix misreporting of match offset for EM_FINDT...
2008-05-06  Francois GougetAssorted spelling fixes.
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: Private movement of cursors in text insertion...
2008-04-29  Alex Villacís Lassorichedit: Fix modify step setting in EM_SETCHARFORMAT.
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: 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_STREAMIN.
2008-04-24  James Hawkinsriched20: Fix a few tests that fail in XP and up.
2008-04-24  Alex Villacís Lassoriched20: Yet more tests for EM_STREAMIN.
2008-04-22  Alex Villacís Lassorichedit: EM_STREAMIN tests for richedit 2.0.
2008-04-21  Alex Villacís Lassoriched20: EM_SETTEXTEX supports RTF strings, with tests.
2008-04-21  Alex Villacís Lassoriched20: Fix behavior of EM_REPLACESEL with painting...
2008-04-17  Austin EnglishSpelling fixes.
2008-02-06  Francois Gougetriched20: Fix the name of the lpUsedDefChar field of...
2007-12-14  Alexandre Julliardriched20/tests: Avoid using size_t in traces.
2007-12-07  Alexandre JulliardAvoid size_t types in traces.
2007-12-07  Alex Villacís Lassoriched20: WM_GETTEXTLENGTH should include CRLF conversi...
2007-12-07  Alex Villacís Lassoriched20: EM_GETTEXTLENGTHEX must not count last paragr...
2007-12-07  Alex Villacís Lassoriched20: WM_GETTEXT should return 0 on overflow but...
2007-12-07  Alex Villacís Lassoriched20: EM_GETTEXTEX with GT_USECRLF should not leave...
2007-11-08  Alex Villacís Lassoriched20: Fix test failure in test_WM_PASTE.
2007-11-06  Alex Villacís Lassoriched20: EM_GETMODIFY should not report modification...
2007-11-05  Alex Villacís Lassoriched20: Fix detection of CFE_LINK on WinXP-SP2.
2007-10-31  Alex Villacís Lassoriched20: Allow for Win98 behavior for return value...
2007-10-29  Alex Villacís Lassoriched20: Fix test crash on WinXP-SP2.
2007-10-22  Alex Villacís Lassoriched20: 2.0 and higher inserts CRCRLF as space (with...
2007-10-19  Alex Villacís Lassoriched20: Single-line control must refuse to insert...
2007-09-28  Alex Villacís Lassoriched20: Minimal fix for WM_SETTEXT without ES_MULTILI...
2007-09-27  Francois Gougetriched20/tests: Add '\n's to ok() calls.
2007-09-27  Alex Villacís Lassoriched20: EM_SETCHARFORMAT must fail and return 0 with...
2007-09-27  Alex Villacís Lassoriched20: EM_SETCHARFORMAT must return 0, not assert...
2007-09-26  Alex Villacís Lassoriched20: EM_SETCHARFORMAT must return 1 on success...
2007-09-24  Alex Villacís Lassoriched20: Fix WM_GETTEXT to change \r to \r\n.
2007-09-24  Alex Villacís Lassoriched20: Tests show WM_GETTEXT change \r to \r\n.
2007-09-21  Clinton Stimpsonriched20: Only WM_CHAR respects text limit.
2007-09-20  Clinton Stimpsonriched20: Adjust event mask when sending EN_CHANGE...
2007-09-20  Clinton Stimpsonriched20: Add tests for text limit behavior.
2007-09-19  Clinton Stimpsonriched20: Add test for event masks and notifications.
2007-09-11  Lei Zhangriched20: Do not pass NULL lParam to ME_ToUnicode for...
2007-08-16  Huw Daviesriched20: Add some test for EM_GETTEXTLENGTHEX and...
2007-06-19  Lei Zhangriched20: Add tests for EM_FORMATRANGE.
2007-05-29  Francois GougetAssorted spelling fixes.
2007-05-07  Marcus Meissnerriched32: Avoid implicit time().
2007-05-02  Dmitry Timoshkovriched20: Add the tests for EM_SETTEXTEX/EM_GETTEXTEX...
2007-04-26  Clinton Stimpsonriched20: Set modify state when removing text.
2007-03-29  Clinton Stimpsonriched20: Fix text replacement with text limit.
2007-03-22  Dmitry Timoshkovriched20: Split unicode and ansi window procs, handle...
2007-03-21  Dmitry Timoshkovriched20: Add a test that shows that under Win9x RichEd...
2007-01-25  Matt Finnicumriched20: Create undos in StreamIn at the right times...
2007-01-24  Matt Finnicumriched20: Implement EM_LIMITTEXT and some simple tests.
2007-01-12  Clinton Stimpsonriched20: Fix crash undoing a paste.
2007-01-11  Clinton Stimpsonriched20: Fix modification state for several operations.
2006-12-04  Lei Zhangriched20: Fixes and additional conformance tests for...
2006-11-28  Matt Finnicumriched20: Make ME_StreamIn create undos properly.
2006-11-10  Mike McCormackriched20: Flush the clipboard before exiting the test.
2006-11-10  Mike McCormackriched20: Add missing void to parameter list.
2006-11-10  Mike McCormackriched20: Remember to close windows after tests.
2006-10-09  Michael Stefaniucriched20/tests: Win64 printf format warning fixes.
2006-10-02  Francois Gougetriched20: Tweak a buffer declaration to fix the compila...
2006-08-28  Brian Changriched20: EM_EXSETSEL fixes and conformance tests.
2006-08-23  Clinton Stimpsonriched20: Add tests for EM_GETMODIFY.
2006-08-21  Stefan HuehnerFix some -Wstrict-prototype warnings () -> (void).
2006-08-10  Matt Finnicumriched20: Add conformance tests for WM_SETFONT.
2006-08-10  Ken Myersriched20: Implement EM_EXLIMITTEXT, EM_GETLIMITTEXT...
2006-08-10  Clinton Stimpsonriched20: Fix crash with NULL lParam in EM_SETTEXTEX.
2006-08-05  Matt Finnicumriched20: Implement EM_SETPASSWORDCHAR and EM_GETPASSWO...
2006-08-03  Andrew Talbotriched20/tests: Write-strings warnings fix.
2006-07-31  Thomas Khoriched20: Implement EM_GETLINE.
2006-07-24  Andrew Talbotriched20: Write-strings warnings fix.
2006-06-16  Francois GougetAdd trailing '\n's to ok() calls.
2006-06-12  Alexandre Julliardriched20: Fix an uninitialized variable bug.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-17  Marcus Meissnerriched20: Removed useless double casts, just print...
2006-05-16  Matt Finnicumriched20: Implement EM_SETUNDOLIMIT and its conformance...
2006-05-08  Michael Jungriched20: Don't append '\r' to the last paragraph in...
2006-03-21  Lei Zhangriched20: Implements FR_WHOLEWORD for EM_FINDTEXT.
2006-03-02  Alexandre JulliardFixed some compiler warnings on old gcc versions.
2006-03-01  Brandon Woodmanseeriched20: Implement EM_AUTOURLDETECT & EM_GETAUTOURLDETECT.
2006-02-27  Andrew de los Reyesriched20: Implement EM_SCROLL and its tests.
2006-02-24  Francois GougetAdd trailing '\n's to ok() calls.
2006-02-22  Brian Changriched20: EM_SETOPTIONS/EM_GETOPTIONS base implementation.
2006-02-22  Lei Zhangriched20: Implement FR_MATCHCASE for EM_FINDTEXT.
2006-02-21  Lei Zhangriched20: Fix for EM_FINDTEXT input validation.
2006-02-20  Roger Hoangriched20: Implemented EM_SETTEXTMODE options TM_RICHTEX...
2006-02-16  Thomas Khoriched20: Implement EM_SCROLLCARET and EM_GETSCROLLPOS.
2006-02-15  Thomas Khoriched20: Extend EM_FINDTEXT conformance tests and...
2006-02-11  Thomas Khoriched20: Added tests for EM_FINDTEXT and EM_FINDTEXTEX...