d3dxof: Cleanup IDirectXFileImpl_CreateEnumObject a bit.
[wine] / dlls / riched20 /
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...
2009-01-12  Dylan Smithrichedit: Added tests to show that options are stored...
2009-01-10  Juan Langriched20: Add stub IOleClientSite interface.
2009-01-09  Dylan Smithrichedit: Missing condition for inserting newline befor...
2009-01-08  Dylan Smithrichedit: Fixed implementation of WM_GETDLGCODE message.
2009-01-08  Dylan Smithrichedit: Added tests for WM_GETDLGCODE message.
2009-01-06  Dylan Smithrichedit: Avoid rewrapping all text for isolated format...
2009-01-06  Dylan Smithrichedit: Prevent redundant rewraps when scrollbar...
2009-01-06  Dylan Smithrichedit: Scroll up with less than page of text with...
2009-01-06  Dylan Smithrichedit: Use 32-bit rather than 16-bit trackbar value...
2009-01-04  Dylan Smithrichedit: Mask window id on WM_COMMAND notifications.
2009-01-04  Alexandre Julliardriched20/tests: Move the itextServicesStdcallVtbl defin...
2009-01-03  Dylan Smithrichedit: Fix unicode truncation on EM_GETLINE message.
2008-12-27  Dylan Smithrichedit: Prevented a dereference of a freed pointer.
2008-12-23  Maarten Lankhorstriched20: Fix cast for dwCookie.
2008-12-22  Andrew Talbotriched20: Remove unused Wine debug channel.
2008-12-20  Dylan Smithrichedit: Move message handling to function callable...
2008-12-20  Dylan Smithrichedit: Avoid re-calculating positions found in wrapp...
2008-12-20  Dylan Smithrichedit: Removed redundant editor height variables...
2008-12-19  Paul Vriensriched20/tests: Fix tests on Win9x by using A-calls.
2008-12-18  Dylan Smithrichedit: Made sure text is offset by formatting rectangle.
2008-12-18  Dylan Smithrichedit: Added tests for the formatting rectangle.
2008-12-18  Dylan Smithrichedit: Fixed ITextHostImpl return values for tests.
2008-12-16  Dylan Smithrichedit: Move implementation of WM_CHAR to its own...
next