server: I/O completion ports can only be used with overlapped I/O.
[wine] / dlls / riched20 /
2007-12-17  Maarten Lankhorstriched20: Implement ECO/EM SELECTIONBAR.
2007-12-14  Alexandre Julliardriched20/tests: Avoid using size_t in traces.
2007-12-14  Maarten Lankhorstriched20: Make some functions static.
2007-12-12  Alex Villacís Lassoriched32: Fix regression in WM_GETTEXTLENGTH on richedi...
2007-12-08  Michael Stefaniucriched20: Remove the RTFAlloc() wrapper around heap_all...
2007-12-08  Michael Stefaniucriched20: Rename the wrappers around HeapAlloc() &Co...
2007-12-08  Alex Villacís Lassoriched20: Invalidate all the text on bogus last selection.
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-12-06  Alexandre JulliardRemoved some unneeded imports.
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-23  Francois GougetAssorted spelling fixes.
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-17  Alex Villacís Lassoriched20: Prevent overflow on richedit debug channel.
2007-09-11  Lei Zhangriched20: Do not pass NULL lParam to ME_ToUnicode for...
2007-08-17  Andrew Talbotriched20: Constify some variables.
2007-08-16  Andrew Talbotriched20: Constify some variables.
2007-08-16  Lei Zhangriched20: Add missing scroll bar update.
2007-08-16  Lei Zhangriched20: Properly calculate control display height.
2007-08-16  Huw Daviesriched20: Add some test for EM_GETTEXTLENGTHEX and...
2007-08-15  Andrew Talbotriched20: Constify some variables.
2007-08-14  Andrew Talbotriched20: Constify some variables.
2007-08-13  Andrew Talbotriched20: Constify some variables.
2007-06-28  Aric Stewartriched20: Make richedit control IME aware.
2007-06-27  Michael Stefaniucjanitorial: Remove superfluous casts of void pointers...
2007-06-22  Michael Stefaniucriched20: Do not use wide character constants.
2007-06-19  Lei Zhangriched20: Add tests for EM_FORMATRANGE.
2007-06-07  Francois GougetAssorted spelling fixes.
2007-06-06  Huw Daviesriched20: Don't mess with the caret if we don't have...
2007-05-29  Francois GougetAssorted spelling fixes.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-18  Andrew Talbotriched20: Exclude unused headers.
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-03-12  Jan Zerebeckiriched20: Add DebugInfo to critical sections.
2007-02-15  Jason Greenriched20: If outside of the richedit window, return...
2007-02-09  Marcus Meissnerriched20: Removed more dead code.
2007-02-06  Marcus Meissnerriched20: Fixed wrong condition (Coverity).
2007-01-25  Matt Finnicumriched20: Create undos in StreamIn at the right times...
2007-01-25  Matt Finnicumriched20: Remove excessive traces from reader.c.
2007-01-24  Andrew Talbotriched20: Declare some functions static.
2007-01-24  Matt Finnicumriched20: Use CharFromPos instead of FindPixelPos in...
2007-01-24  Matt Finnicumriched20: Implement EM_LIMITTEXT and some simple tests.
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2007-01-12  Clinton Stimpsonriched20: Fix crash undoing a paste.
2007-01-11  Clinton Stimpsonriched20: Fix modification state for several operations.
2006-12-05  Lei Zhangriched20: Move EM_EXSETSEL fix into ME_SetSelection.
2006-12-04  Lei Zhangriched20: Fixes and additional conformance tests for...
2006-11-29  Dmitry Timoshkovriched20: Make some data const.
2006-11-28  Matt Finnicumriched20: Make EM_SETPARAFORMAT use ME_RewrapRepaint...
2006-11-28  Matt Finnicumriched20: Make EM_SETCHARFORMAT call ME_RewrapRepaint...
2006-11-28  Matt Finnicumriched20: Make WM_SETFONT call RewrapRepaint instead...
2006-11-28  Matt Finnicumriched20: EM_EXLIMITTEXT: ignore wParam and properly...
2006-11-28  Matt Finnicumriched20: Make ME_StreamIn create undos properly.
2006-11-27  Clinton Stimpsonriched20: Only send EN_CHANGE when it is supposed to...
2006-11-21  Mike McCormackriched20: Simplify an array size calculation.
2006-11-15  Clinton Stimpsonriched20: Fix key handling in dialogs.
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-11-10  Mike McCormackriched20: Fix a memory leak.
2006-11-10  Mike McCormackriched20: Set the correct number of initialized cursors.
2006-11-10  Mike McCormackriched20: Fix an uninitialized variable.
2006-11-06  Mike McCormackriched20: Fix a leak in the undo stack.
2006-11-06  Mike McCormackriched20: Fix one more memory leak.
2006-11-06  Mike McCormackriched20: Don't access memory after freeing it.
2006-11-06  Mike McCormackriched20: Fixed memory leaks.
2006-11-02  Mike McCormackriched20: Initialize and free the RTF lookup table...
2006-11-02  Mike McCormackriched20: Use WARN() not ERR() on unknown tokens.
2006-10-24  Mike McCormackriched20: Create macro functions for allocating and...
2006-10-24  Mike McCormackriched20: Make sure to use GlobalAlloc with GlobalFree.
2006-10-14  Hans Leidekkerriched20: Win64 printf format warning fixes.
2006-10-09  Mike McCormackriched20: Don't crash if a colour isn't found.
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-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-26  Andrew Talbotriched20: Cast-qual warning fix.
next