msvcrt: Added _set_fmode and _get_fmode implementation.
[wine] / dlls / riched20 / tests /
2012-11-30  Michael Stefaniucriched20/tests: Remove a superfluous function pointer...
2012-08-24  Nikolay Sivovriched20/tests: Use proper method macros.
2012-08-17  Qian Hongriched20: Added support for UTF8 BOM stream.
2012-08-16  Qian Hongriched20/tests: Fixed typo in test_EM_STREAMIN.
2012-08-16  Qian Hongriched20/tests: Added UTF8 BOM test.
2012-05-25  Michael Stefaniucriched20/tests: Check the correct return value.
2012-05-17  Michael Stefaniucriched20/tests: Remove duplicated ok() call.
2012-04-16  Michael Stefaniucriched20/tests: Don't cast NULL to an integer.
2012-03-28  Michael Stefaniucriched20/tests: Add COM aggregation tests for CreateTex...
2012-03-28  Michael Stefaniucriched20/tests: Get the CreateTextServices() pointer...
2012-01-23  Jason Edmeadesrichedit: v1.0 richedit uses CR and LF for enter.
2011-10-24  Thomas Faberriched20/tests: Test format rect adaption to window...
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-09-26  Dylan Smithriched20/tests: Remove unnecessary SetFocus calls.
2011-09-26  Dylan Smithriched20/tests: Avoid using flaky method of simulating...
2011-09-26  Dylan Smithrichedit: Return number of chars inserted for EM_STREAM...
2011-09-26  Dylan Smithrichedit: Return number of bytes read for EM_STREAMIN...
2011-08-24  Francois GougetAssorted spelling fixes.
2011-08-01  Dan Kegelriched20/tests: Fix test_EM_FINDWORDBREAK comments.
2011-07-20  Dan Kegelriched20/tests: Add test for WB_ISDELIMITER.
2011-07-05  Dylan Smithrichedit: Fix incorrect GUID values for ITextHost and...
2011-07-05  Dylan Smithriched20/tests: Test the text services IIDs.
2011-05-06  Marcus Meissnerriched20: Fixed some lParams with keycodes (Coverity).
2011-03-07  Francois Gougetriched20/tests: Add a '\n' to an ok() call.
2011-02-28  Austin Englishriched20/tests: Remove win9x hacks.
2011-02-09  Austin Englishriched20/tests: Make sure return value is used (LLVM...
2011-01-24  Greg Geldorpriched20/tests: Fix editor tests.
2011-01-19  Greg Geldorpriched20/tests: Skip some tests on non-English platforms.
2010-12-30  AndrĂ© Hentschelriched20/tests: Don't test function directly when repor...
2010-12-09  Michael Stefaniucriched20/tests: Use an iface instead of a vtbl pointer...
2010-10-13  Austin Lundriched20/tests: Cleaned up ITextServices::TxGetNaturalS...
2010-10-06  Austin Lundriched20/tests: Plug a few memory leaks and make failur...
2010-10-01  Alexandre Julliardriched20/tests: Make some variables static.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-30  Dylan Smithrichedit: Return correct values when EM_SETTEXTMODE...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-05-17  Michael Stefaniucriched20: Avoid using long.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-01  David Hedbergrichedit: GTL_PRECISE to GETTEXTLENGTHEX implies GTL_NU...
2010-02-22  Dylan Smithrichedit: Added some extra tests for EM_FORMATRANGE.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2009-12-28  Michael Stefaniucriched20: Remove some explicit LPARAM/WPARAM casts.
2009-11-30  Nikolay Sivovriched20/tests: Don't leak string in test.
2009-10-13  Sergey Khodychriched20: Implement handling of WM_KEYDOWN VK_TAB in...
2009-10-13  Sergey Khodychriched20: Implement handling of WM_KEYDOWN VK_ESCAPE...
2009-10-13  Sergey Khodychriched20: Implement handling of WM_KEYDOWN VK_RETURN...
2009-09-30  Dylan Smithrichedit: Handle to parent window is cached.
2009-09-30  Dylan Smithrichedit: Added test to show that handle to parent...
2009-08-12  Dylan Smithrichedit: Use ME_Cursor instead of offsets for ME_SetCh...
2009-07-13  Dylan Smithrichedit: Add more tests for WM_SETTEXT RTF support.
2009-06-03  Austin Lundriched20/test: Added a test for TxDraw.
2009-05-04  Francois GougetAssorted spelling fixes.
2009-04-27  Massimo Del Fedelerichedit20: Test for fonttbl streamout.
2009-04-20  Michael Stefaniucriched20/tests: Use better types than long.
2009-04-03  Paul Vriensriched20/tests: Remove the todo_wine logic where approp...
2009-03-24  Paul Vriensriched20/tests: Fix and extend EM_FORMATRANGE tests.
2009-03-23  Dylan Smithrichedit: Add bounds checks for EM_GETTEXTRANGE with...
2009-03-09  Francois GougetRemove spaces before '\n's.
2009-02-02  Dylan Smithrichedit: Use width from EM_SETTARGETDEVICE for wrapping.
2009-01-30  Michael Stefaniucriched20: Remove superfluous pointer casts.
2009-01-30  Alasdair Sinclairriched20/tests: Fix missing void in empty parameter...
2009-01-22  Dylan Smithrichedit: Added test for scroll position after EM_SETTE...
2009-01-22  Francois Gougetriched20/tests: Make test_TxGetNaturalSize() static.
2009-01-21  Dylan Smithrichedit: Implemented ITextServices TxGetText and TxSet...
2009-01-20  Paul Vriensriched20/tests: Fix a test failure on Win9x.
2009-01-19  Austin Lundriched20/tests: Added ITextServices::TxGetNaturalSize...
2009-01-19  Dylan Smithrichedit: Prevent sending Ctrl-C to console and ending...
2009-01-19  Dylan Smithrichedit: EM_SETTEXTEX detects ascii richtext with...
2009-01-19  Dylan Smithrichedit: Added test for detecting ascii rtf with Unico...
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-15  Dylan Smithrichedit: Implemented the horizontal scrollbar.
2009-01-14  Dylan Smithrichedit: Correct limitations on values for setting...
2009-01-14  Dylan Smithrichedit: Zoom in and out with mouse wheel with control...
2009-01-14  Dylan Smithrichedit: Added tests for zooming.
2009-01-12  Austin Lundriched20/tests: Added ITextServices::TxSetText test.
2009-01-12  Dylan Smithrichedit: Tested EM_CHARFROMPOS with position outside...
2009-01-12  Dylan Smithrichedit: Added tests for autoscrolling options based...
2009-01-12  Dylan Smithrichedit: Added tests to show that options are stored...
2009-01-08  Dylan Smithrichedit: Fixed implementation of WM_GETDLGCODE message.
2009-01-08  Dylan Smithrichedit: Added tests for WM_GETDLGCODE message.
2009-01-04  Alexandre Julliardriched20/tests: Move the itextServicesStdcallVtbl defin...
2008-12-19  Paul Vriensriched20/tests: Fix tests on Win9x by using A-calls.
2008-12-18  Dylan Smithrichedit: Made sure text is offset by formatting rectangle.
2008-12-18  Dylan Smithrichedit: Added tests for the formatting rectangle.
2008-12-18  Dylan Smithrichedit: Fixed ITextHostImpl return values for tests.
2008-12-16  Paul Vriensriched20/tests: Fix test failures on Win9x, WinMe and...
2008-12-15  Dylan Smithrichedit: Missing capitalization on TxGetScrollBars.
2008-12-15  Francois Gougetriched20/tests: Make keep_responsive() and customWordBr...
2008-12-10  Paul Vriensriched20/tests: Remove the todo_wine logic where approp...
2008-11-13  Dylan Smithrichedit: Initial testing of ITextServices methods.
2008-11-12  Dylan Smithrichedit: Created initial tests for windowless richedit...
2008-11-03  Michael Stefaniucriched20: Use MAKELPARAM instead of "(LPARAM) MAKELONG".
2008-11-03  Michael Stefaniucriched20: Do not cast NULL.
2008-10-29  Dylan Smithrichedit: Handle negative position given to EM_POSFROMCHAR.
2008-10-24  Paul Vriensriched20/tests: Skip some tests on Win9x and WinMe.
2008-10-23  Dylan Smithrichedit: Fixed the call to the EditWordBreakProc.
2008-10-23  Dylan Smithrichedit: Added test for correct behaviour for calling...
2008-10-23  Dylan Smithrichedit: Fixed pointer syntax in helper functions...
2008-10-22  Dylan Smithrichedit: Fixed EM_POSFROMCHAR for pos of text length.
next