kernel32: Fix uninitialised memory read in GetPrivateProfileStringA if GetPrivateProf...
[wine] / dlls / riched20 /
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...
2009-03-11  Dylan Smithrichedit: Count graphics towards line width.
2009-03-10  Michael Stefaniucinclude: Change long to LONG in tom.idl.
2009-03-09  Dylan Smithrichedit: Respect manually added links when autourldete...
2009-03-09  Francois GougetRemove spaces before '\n's.
2009-03-06  Dylan Smithrichedit: Avoid calling ITextHost_TxNotify with EN_MSGF...
2009-02-26  Dylan Smithrichedit: Avoid crashing if TxSendMessage is called...
2009-02-26  Dylan Smithrichedit: EM_SETOPTIONS modify format rect when selbar...
2009-02-24  Dylan Smithrichedit: Never wrap for single line controls.
2009-02-24  Dylan Smithrichedit: EM_SHOWSCROLLBAR hides scrollbars for less...
2009-02-24  Dylan Smithrichedit: Return FALSE for EM_LINESCROLL with single...
2009-02-24  Dylan Smithrichedit: Fixed scrollbar visiblility calculation after...
2009-02-24  Dylan Smithrichedit: Don't show vertical scrollbar for single...
2009-02-24  Dylan Smithrichedit: Added missing initialization of nAvailWidth...
2009-02-17  Dylan Smithrichedit: Removed unused ME_Document structure.
2009-02-11  Francois GougetAssorted spelling fixes.
2009-02-10  Dylan Smithrichedit: Store paragraph in cursors.
2009-02-09  Andrew Talbotriched20: Remove unused functions.
2009-02-09  Dylan Smithrichedit: Removed ME_StrRelPos, ME_StrRelPos2, & ME_Pos...
2009-02-09  Dylan Smithrichedit: Got rid of ME_GetCharFwd and ME_GetCharBack.
2009-02-09  Dylan Smithrichedit: Removed ME_StrLen and ME_StrVLen field access...
2009-02-09  Dylan Smithrichedit: Got rid of useless function ME_VPosToPos.
2009-02-09  Dylan Smithrichedit: Removed some conditions that are always taken.
2009-02-09  Dylan Smithrichedit: Avoid duplication in make string functions...
2009-02-09  Dylan Smithrichedit: Prevent string trunction due to NULL characters.
2009-02-09  Dylan Smithrichedit: Simplified ME_UpdateSelectionLinkAttribute.
2009-02-09  Dylan Smithrichedit: Directly get start and end of text on Ctrl...
2009-02-09  Dylan Smithrichedit: Wrap even when message says not to repaint.
2009-02-09  Michael Stefaniucriched20: Fix some Win64 compiler warnings.
2009-02-06  Dylan Smithrichedit: Avoided searching for adjacent paragraphs...
2009-02-06  Dylan Smithrichedit: Removed incorrect FIXME comment.
next