richedit: Missing HeapFree in WM_IME_COMPOSITION. (Smatch).
[wine] / dlls / riched20 /
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...
2009-08-12  Dylan Smithrichedit: Add helpers for setting cursor to start/end...
2009-08-12  Dylan Smithrichedit: Created functions to move between runs and...
2009-08-12  Dylan Smithrichedit: Improve efficiency of ME_IsCandidateAnURL.
2009-08-12  Dylan Smithrichedit: ME_GetTextW must use source and destination...
2009-08-12  Dylan Smithrichedit: Added function to get selection cursors in...
2009-08-12  Dylan Smithrichedit: Make the ME_GetCursorOfs function more flexible.
2009-08-11  Dylan Smithrichedit: Update paragraph on saved cursor when inserti...
2009-08-10  Dylan Smithrichedit: Added missing style releases.
2009-08-10  Dylan Smithrichedit: Add closing actions for IRichEditOle_fnInsert...
2009-08-10  Dylan Smithrichedit: Use richedit class string macros from public...
2009-08-10  Dylan Smithrichedit: Remove header function declarations with...
2009-08-10  Dylan Smithrichedit: Implement ME_DITypesEqual using a switch...
2009-08-07  Dylan Smithrichedit: Avoid comparing padding in cursor structures...
2009-08-03  Dylan Smithrichedit: Prevent using uninitialized nAvailWidth in...
2009-08-03  Dylan Smithrichedit: Prevent buffer overflows in WM_GETTEXT.
2009-08-03  Dylan Smithrichedit: Handle NULL buffer or 0 buffer length in...
2009-07-22  Dylan Smithrichedit: Scrollinfo stored as 16-bit values externally.
2009-07-21  Dylan Smithrichedit: Added missing return to ME_EnsureVisible.
2009-07-20  Dylan Smithrichedit: Properly restore style after end of rtf group.
2009-07-17  Dylan Smithrichedit: Handle missing colours in rtf colour table.
2009-07-17  Dylan Smithrichedit: Keep scrollbars hidden without WS_HSCROLL...
2009-07-17  Dylan Smithrichedit: Initially disable scrollbars for ES_DISABLENO...
2009-07-17  Dylan Smithrichedit: Prevent autoscrolling without ES_AUTO[VH...
2009-07-13  Dylan Smithrichedit: Add more tests for WM_SETTEXT RTF support.
2009-07-13  Dylan Smithrichedit: Support ascii RTF in WM_SETTEXT even for...
2009-06-15  Alexandre Julliardriched20: Add appropriate stdcall decorations to assemb...
2009-06-13  Alexandre Julliardriched20: Move the textHostVtbl definition to work...
2009-06-03  Austin Lundriched20/test: Added a test for TxDraw.
2009-06-02  Austin Lundriched20: If DataObjectImpl_EnumFormatEtc returns E_NOT...
2009-05-26  Francois Gougetriched20: Make some functions static.
2009-05-26  Francois Gougetriched20: RTFPeekToken(), RTFExpandStyle() and RTFHexTo...
2009-05-26  Francois Gougetriched20: RTF{G,S}et{In,Out}putName() are unused so...
2009-05-26  Francois Gougetriched20: Make ME_GetCursorCoordinates() static and...
2009-05-15  Francois Gougetriched20: ME_MakeString() is unused so remove it.
2009-05-04  Francois GougetAssorted spelling fixes.
2009-04-27  Massimo Del Fedelerichedit20: Test for fonttbl streamout.
2009-04-27  Massimo Del Fedeleriched20: Fix placement of crlf on font table streamout.
2009-04-24  Dylan Smithrichedit: Null terminate streamed out rich text.
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-24  Dylan Smithrichedit: Properly handle lack of semicolon after font...
2009-03-23  Dylan Smithrichedit: Add bounds checks for EM_GETTEXTRANGE with...
next