riched20: COM cleanup for the IOleClientSite iface.
[wine] / dlls / riched20 /
2011-05-19  Michael Stefaniucriched20: COM cleanup for the IOleClientSite iface.
2011-05-17  Michael Stefaniucriched20: COM cleanup for the ITextSelection iface.
2011-05-06  Marcus Meissnerriched20: Fixed some lParams with keycodes (Coverity).
2011-05-06  Marcus Meissnerriched20: Use correct flag name (Coverity).
2011-05-06  Marcus Meissnerriched20: Adjusted shift by 8 bits to 16 bits (Coverity).
2011-04-11  Michael Stefaniucriched20: COM cleanup for the ITextServices iface.
2011-04-11  Michael Stefaniucriched20: COM cleanup for the ITextHost iface.
2011-03-07  Francois Gougetriched20/tests: Add a '\n' to an ok() call.
2011-02-28  Austin Englishriched20/tests: Remove win9x hacks.
2011-02-23  Amine Khaldiriched20: Add a missing break.
2011-02-16  Amine Khaldiriched20: Fix a c89 conformance issue in ITextImpl...
2011-02-09  Maarten Lankhorstriched20: Do not call callback when no data needs to...
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.
2011-01-12  Dylan Smithrichedit: Clear non-default style when changing to...
2010-12-30  AndrĂ© Hentschelriched20/tests: Don't test function directly when repor...
2010-12-09  Michael Stefaniucriched20: Standardize the COM usage in clipboard.c.
2010-12-09  Michael Stefaniucriched20/tests: Use an iface instead of a vtbl pointer...
2010-10-18  Alexandre Julliardriched20: Use the correct resource id for the reverse...
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: Avoid redundant calls to ME_CalcRunExtent.
2010-07-30  Dylan Smithrichedit: Use ME_Cursor as parameter to ME_SplitRunSimple.
2010-07-30  Dylan Smithrichedit: Remove checks for converting internal CHARFOR...
2010-07-30  Dylan Smithrichedit: Check for bits instead of equality in EM_SETC...
2010-07-30  Dylan Smithrichedit: Don't change text mode with undo or redo...
2010-07-30  Dylan Smithrichedit: Return correct values when EM_SETTEXTMODE...
2010-07-29  Dylan Smithrichedit: Removed unused run flags values.
2010-07-29  Dylan Smithrichedit: Removed redundant variable ptLastSplittableRun.
2010-07-29  Dylan Smithrichedit: Invalidate without calling UpdateWindow in...
2010-07-29  Dylan Smithrichedit: Remove redundant commit and repaint in ME_Str...
2010-07-29  Dylan Smithrichedit: EN_UPDATE notification is sent on WM_PAINT.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-19  Dylan Smithrichedit: Fix streaming rtf with table at the start...
2010-07-19  Dylan Smithrichedit: Don't break when streaming out a table, just...
2010-07-08  Austin Lundriched20: Process messages which arrive before WM_NCCREATE.
2010-06-07  Dylan Smithrichedit: Keep default char format on WM_SETFONT in...
2010-05-25  Dylan Smithrichedit: Fix assignment to wrong variable (LLVM/Clang).
2010-05-24  Dylan Smithrichedit: Simplify redundant code in WM_IME_COMPOSITION.
2010-05-24  Dylan Smithrichedit: Commit undo items after modifications in...
2010-05-24  Dylan Smithrichedit: Missing HeapFree in WM_IME_COMPOSITION. ...
2010-05-19  Dylan Smithrichedit: Send EN_SELCHANGE after wrapping but before...
2010-05-19  Dylan Smithrichedit: Revert commit that caused a regression. ...
2010-05-17  Michael Stefaniucriched20: Avoid using long.
2010-05-17  Gerald Pfeiferriched20: Remove variables yprev and ys which are not...
2010-05-17  Dylan Smithrichedit: Avoid notifying parent window in improper...
2010-05-10  Gerald Pfeiferriched20: Remove variable pCell which is not really...
2010-05-10  Gerald Pfeiferriched20: Remove variable ys which is not really used...
2010-05-03  Gerald Pfeiferriched20: Remove variable di which is not really used...
2010-05-03  Gerald Pfeiferriched20: Remove variable changed which is not really...
2010-05-03  Gerald Pfeiferriched20: Remove variable yprev which is not really...
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-03-01  Dylan Smithrichedit: Make zooming affect all pictures.
2010-03-01  Dylan Smithrichedit: Documented paragraph border widths are in...
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...
2010-02-18  Dylan Smithrichedit: Prevent crash on word selection at end of...
2010-02-10  Dylan Smithrichedit: Move function ME_GetParaLineSpace to make...
2010-02-05  Dylan Smithrichedit: Removed unused local variable yStart.
2010-02-04  Michael Stefaniucriched20: Don't print the function name twice in ERR...
2010-01-25  Dylan Smithrichedit: Initialize fields for windowless richedit...
2010-01-25  Dylan Smithrichedit: Prevent uninitialized value from being used.
2010-01-11  Michael StefaniucGrammar fixes "is doesn't" => "doesn't".
2009-12-28  Michael Stefaniucriched20: Remove some explicit LPARAM/WPARAM casts.
2009-12-16  Huw Daviesriched20: Initialise window size.
2009-12-15  Huw Daviesriched20: Initialise the style flags.
2009-12-14  Huw Daviesriched20: Fix a memory leak.
2009-12-03  Marcus Meissnerriched20: Check for NULL in rtf reader (Coverity).
2009-11-30  Nikolay Sivovriched20/tests: Don't leak string in test.
2009-11-09  Eric Pouechrichedit: When inserting an OLE object from an RTF...
2009-11-09  Eric Pouechrichedit: Only increment objects' reference by one...
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-10-13  Sergey Khodychriched20: Enable the dialog mode after receiving WM_GET...
2009-10-13  Sergey Khodychriched20: Cache ES_WANTRETURN style.
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-09-28  Dylan Smithrichedit: Use ITextHost interface in ME_LinkNotify.
2009-09-24  Dylan Smithrichedit: Silence fixme for WM_STYLECHANGING & WM_STYLE...
2009-09-08  Dmitry Timoshkovriched20: Make vtables const.
2009-08-26  Alexandre Julliardriched20: Make sure we have a valid ITextHost vtable...
2009-08-26  Francois Gougetriched20: Make ME_SetCursorToEnd() static.
2009-08-17  Dylan Smithrichedit: Fixed check for nOffset at the end of the...
2009-08-13  Dylan Smithrichedit: Use ME_MoveCursorChars in ME_FindText to...
2009-08-13  Dylan Smithrichedit: Use ME_Cursor instead of offsets for stream...
2009-08-13  Dylan Smithrichedit: Replace offsets arg with ME_Cursor for ME_Int...
2009-08-13  Dylan Smithrichedit: Removed ME_InsertRun since it uses character...
2009-08-13  Dylan Smithrichedit: Use ME_Cursor instead of offsets for ME_CharF...
2009-08-13  Dylan Smithrichedit: Use ME_Cursor instead of offsets for copying...
2009-08-13  Dylan Smithrichedit: Use ME_Cursor instead of offsets for ME_Updat...
2009-08-13  Dylan Smithrichedit: Modified ME_MoveCursorsChars to move multiple...
2009-08-13  Dylan Smithrichedit: Fixed regression in ME_SetCharFormat.
2009-08-12  Dylan Smithrichedit: Use ME_Cursor instead of offsets for ME_GetTe...
2009-08-12  Dylan Smithrichedit: Use ME_Cursor instead of offsets for ME_SetCh...
2009-08-12  Dylan Smithrichedit: Use ME_Cursor instead of offsets for ME_GetCh...
next