richedit: Fixed pointer syntax in helper functions for tests.
[wine] / dlls / riched20 / tests / editor.c
2008-10-23  Dylan Smithrichedit: Fixed pointer syntax in helper functions...
2008-10-22  Dylan Smithrichedit: Fixed EM_POSFROMCHAR for pos of text length.
2008-10-22  Dylan Smithrichedit: Added tests for EM_POSFROMCHAR for pos around...
2008-10-22  Dylan Smithrichedit: Handle ctrl-key shortcuts on WM_KEYDOWN.
2008-10-22  Dylan Smithrichedit: Added tests for ctrl-key shortcut handling...
2008-10-20  Francois Gougetriched20/tests: Add a trailing '\n' to an ok() call.
2008-10-20  Dylan Smithrichedit: Use the DefWindowProc to implement WM_SETREDRAW.
2008-10-20  Dylan Smithrichedit: Prevent EN_UPDATE notifications when window...
2008-10-20  Dylan Smithrichedit: Test to see if WM_SETREDRAW removes the windo...
2008-10-20  Dylan Smithrichedit: Test for EN_UPDATE notification when window...
2008-10-18  Dylan Smithrichedit: Scroll cursor into view even with redraw...
2008-10-18  Dylan Smithrichedit: Test changes in scrollbar's visibility with...
2008-10-18  Dylan Smithrichedit: Test to see if wrapping happens with redraw...
2008-10-18  Dylan Smithrichedit: Tests for notifications while redraw is disabled.
2008-10-18  Dylan Smithrichedit: Added test for auto scroll behaviour with...
2008-10-16  Michael Stefaniucriched20: Remove superfluous backslashes at end of...
2008-10-13  Dylan Smithrichedit: Added test for word wrapping behaviour.
2008-10-13  Dylan Smithrichedit: Moved optional message loop in tests to its...
2008-10-13  Dylan Smithrichedit: Added DestroyWindow call to clean up the...
2008-10-06  Dylan Smithrichedit: Use RTF reader for text starting with {\urtf.
2008-10-06  Dylan Smithrichedit: Avoided testing for undocumented behaviour...
2008-10-06  Dylan Smithrichedit: Swapped the expected and destination buffers...
2008-10-02  Dylan Smithrichedit: Print hex string for strcmp test failing...
2008-09-30  Dylan Smithrichedit: Fixed test failing on windows version with...
2008-09-30  Dylan Smithrichedit: Fixed test failure that happend on older...
2008-09-09  James Hawkinsriched20: Fix two typos that cause a failing test.
2008-09-08  Reece Dunnrichedit20: Fixed building the tests on msvc.
2008-09-08  James Hawkinsriched20: Fix several failing test across several platf...
2008-09-03  James Hawkinsriched20: Trace the result of a failing test.
2008-08-18  Dylan Smithrichedit: EM_[SG]ETPARAFORMAT returned the wrong value.
2008-07-29  Dustin Brodyriched20: EM_SETTEXTTEX obeys ST_SELECTION with RTF...
2008-07-23  Alex Villacís Lassorichedit: Do not read actual scrollbar state for scroll...
2008-07-23  Alex Villacís Lassorichedit: Tests for WM_SIZE/scrollbar recursion bug...
2008-07-23  Alex Villacís Lassorichedit: More tests for visibility behavior of richedi...
2008-07-23  Alex Villacís Lassorichedit: Tests for visibility behavior of richedit...
2008-07-22  Alex Villacís Lassorichedit: Shorten EM_AUTOURLDETECT tests.
2008-07-14  Dylan Smithrichedit: Cannot undo setting of default character...
2008-07-14  Aurimas Fischerrichedit: Spelling fixes.
2008-07-10  Francois GougetAssorted spelling fixes.
2008-07-03  Dylan Smithrichedit: Fixed simulated keyboard events on tests.
2008-07-01  Dylan Smithrichedit: Added missing DestroyWindow in a test.
2008-06-30  Dylan Smithrichedit: Clicking below end of text now selects closes...
2008-06-26  Dylan Smithrichedit: Implemented undo coalescing to group typing...
2008-06-26  Dylan Smithrichedit: Added tests reveal a problem with EM_SETCHARF...
2008-06-26  Dylan Smithrichedit: Fixed a bug preventing NULL pointers from...
2008-06-26  Dylan Smithrichedit: Fixed the forward word movement bug.
2008-06-26  Alex Villacís Lassorichedit: Fix failing EM_GETCHARFORMAT test on all...
2008-06-25  Dylan Smithrichedit: Tests for undo coalescing.
2008-06-25  Alex Villacís Lassorichedit: Revert patch that introduced a test that...
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-06-19  Alex Villacís Lassorichedit: Empty text should result in a scroll range...
2008-06-19  Alex Villacís Lassorichedit: Insertion style must NOT be cleared unless...
2008-06-19  Alex Villacís Lassorichedit: Add tests for URL autodetection for EM_REPLAC...
2008-06-19  Alex Villacís Lassorichedit: Add tests for URL autodetection for EM_SETTEX...
2008-06-19  Alex Villacís Lassorichedit: Fix for the semantics of the flags for some...
2008-06-19  Alex Villacís Lassorichedit: Add more tests for URL autodetection on WM_CH...
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.
next