wininet/tests: Prefer winehq.org over winehq.com.
[wine] / dlls / riched20 /
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.
2009-02-06  Dylan Smithrichedit: Add paragraph field to wrap context to avoid...
2009-02-06  Dylan Smithrichedit: Accept paragraph as parameter for ME_CharOfsF...
2009-02-06  Dylan Smithrichedit: Get the paragraph with ME_RunOfsFromCharOfs.
2009-02-06  Dylan Smithrichedit: Properly destroy context in two places.
2009-02-06  Dylan Smithrichedit: Removed unnecessary calls to ME_WrapMarkedPar...
2009-02-06  Dylan Smithrichedit: Simplified the character length delete protec...
2009-02-02  Dylan Smithrichedit: Fixed EM_FINDTEXT to pass todo tests.
2009-02-02  Dylan Smithrichedit: Implement EM_GETTEXTMODE.
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-29  Marcus Meissnerriched20: Handle more missing allocs gracefully (Coverity).
2009-01-29  Marcus Meissnerriched20: Handle NULL fp more gracefully (Coverity).
2009-01-29  Marcus Meissnerriched20: Handle cp NULL more gracefully (Coverity).
2009-01-29  Marcus Meissnerriched20: Exit the loop instead of crashing (Coverity).
2009-01-29  Marcus Meissnerriched20: Removed unneeded NULL check (Coverity).
2009-01-28  Marcus Meissnerriched20: rcUpdate cannot be NULL in ME_PaintContent...
2009-01-28  Dylan Smithrichedit: Updated internal style flags on EM_SHOWSCROLLBAR.
2009-01-28  Dylan Smithrichedit: Suppress scrollbar if missing WS_[VH]SCROLL...
2009-01-28  Dylan Smithrichedit: Actually store end of line string for end...
2009-01-27  Dylan Smithrichedit: Removed redundant ME_FindItemAtOffset using...
2009-01-27  Dylan Smithrichedit: Handle starting in EOL sequence in EM_GETTEXT...
2009-01-27  Dylan Smithrichedit: Handle case for EM_LINELENGTH when offset...
2009-01-27  Dylan Smithrichedit: End of line sequence limited to 2 carriage...
2009-01-22  Nikolay Sivovrichedit: Update EM_GETOLEINTERFACE documentation status.
2009-01-22  Dylan Smithrichedit: Implemented ITextServices_TxGetVScroll &...
2009-01-22  Dylan Smithrichedit: Removed some unused invalidation code.
2009-01-22  Dylan Smithrichedit: Typing is ignored while mouse is captured.
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-22  Alistair Leslie... riched20: Return a long in fnGetObjectCount.
2009-01-21  Dylan Smithrichedit: Implemented ITextServices TxGetText and TxSet...
2009-01-21  Dylan Smithrichedit: Implemented ITextServices_TxSendMessage.
2009-01-21  Dylan Smithrichedit: Prevented using NULL hwnd for certain operations.
2009-01-21  Dylan Smithrichedit: Used ITextHost methods to avoid using window...
2009-01-21  Dylan Smithrichedit: Implemented ITextHost for windowed richedit...
2009-01-20  Paul Vriensriched20/tests: Fix a test failure on Win9x.
2009-01-19  Austin Lundriched20/tests: Added ITextServices::TxGetNaturalSize...
2009-01-19  Andrew Talbotriched20: Declare some functions static.
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  Michael Stefaniucriched20: Fix a typo (stray address of operator).
2009-01-16  Dylan Smithrichedit: Respect the cbSize field on EM_GETPARAFORMAT.
2009-01-16  Dylan Smithrichedit: Prevent copying PARAFORMAT2 fields from PARAF...
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-16  Dylan Smithrichedit: Fix implementation of handling Page Up/Down...
2009-01-15  Dylan Smithrichedit: Implemented the horizontal scrollbar.
2009-01-15  Dylan Smithrichedit: Clip painting to formatting rectangle.
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-14  Andrew Talbotriched20: Declare some functions static.
2009-01-13  Andrew Talbotriched20: Declare some functions static.
2009-01-12  Austin Lundriched20/tests: Added ITextServices::TxSetText test.
2009-01-12  Dylan Smithrichedit: Store mouse captured state rather than callin...
2009-01-12  Dylan Smithrichedit: Prevent an unsigned integer underflow.
2009-01-12  Dylan Smithrichedit: Set bEmulateVersion10 initially to avoid...
2009-01-12  Dylan Smithrichedit: Pressing enter adds newline on WM_KEYDOWN...
2009-01-12  Dylan Smithrichedit: Tested EM_CHARFROMPOS with position outside...
2009-01-12  Dylan Smithrichedit: Added tests for autoscrolling options based...
next