cabinet: Add initial tests for FDI.
[wine] / dlls / riched20 /
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.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-11  Matt Finnicumriched20: Rewrite of scrolling and some redrawing code.
2006-09-07  Hippocrates Sendoukasriched20: WM_CONTEXTMENU fix for custom context menus.
2006-09-07  Hippocrates Sendoukasriched20: ME_SetSelection -1 to -1 behavior fix.
2006-08-28  Brian Changriched20: EM_EXSETSEL fixes and conformance tests.
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-28  Matt Finnicumriched20: Remove two testing fixme's that were accident...
2006-08-23  Clinton Stimpsonriched20: Add tests for EM_GETMODIFY.
2006-08-22  Matthew Finnicumriched20: Make EM_EXLINEFROMCHAR handle special case...
2006-08-21  Matt Finnicumriched20: Swap two lines that were in wrong order ...
2006-08-21  Stefan HuehnerFix some -Wstrict-prototype warnings () -> (void).
2006-08-17  Matt Finnicumriched20: Send EN_LINK notifications. Properly underlin...
2006-08-11  Phil Krylovriched20: Accept RTF header without a version number.
2006-08-11  Phil Krylovriched20: Accept RTF group tokens inside colortbl desti...
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-09  Matt Finnicumriched20: Implement EM_SHOWSCROLLBAR, EM_SETSCROLLPOS...
2006-08-08  Matt Finnicumriched20: Modify ME_CharFromPoint to work properly...
2006-08-07  Krzysztof Foltmanriched20: New, clean, simple selection repaint logic...
2006-08-07  Krzysztof Foltmanriched20: Ensure text is wrapped before invalidating...
2006-08-05  Matt Finnicumriched20: Implement EM_SETPASSWORDCHAR and EM_GETPASSWO...
2006-08-03  Krzysztof Foltmanriched20: Make EM_LINELENGTH work correctly for non...
2006-08-03  Krzysztof Foltmanriched20: Make EM_GETLINE work properly in 1.0 emulatio...
2006-08-03  Krzysztof Foltmanriched20: Ctrl+A should be allowed in read-only control...
2006-08-03  Andrew Talbotriched20/tests: Write-strings warnings fix.
2006-08-03  Alexandre Julliardriched20: Fixed handling of window private data for...
2006-08-03  Krzysztof Foltmanriched20: Handle incorrect calls of window procedure.
2006-08-02  Krzysztof Foltmanriched20: Added short descriptions to functions in...
2006-07-31  Thomas Khoriched20: Implement EM_GETLINE.
2006-07-24  Andrew Talbotriched20: Write-strings warnings fix.
2006-07-17  Krzysztof Foltmanriched20: WM_SETFONT support.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-11  Juan Langriched20: Add stub implementation of ITextDocument.
next