advapi32/tests: Remove superfluous pointer casts.
[wine] / dlls / riched20 /
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...
2008-12-16  Dylan Smithrichedit: Removed some unnecessary SendMessage calls...
2008-12-16  Dylan Smithrichedit: Move implementation of EM_GETTEXTEX to its...
2008-12-16  Dylan Smithrichedit: Move implementation of EM_GETTEXTRANGE to...
2008-12-16  Paul Vriensriched20/tests: Fix test failures on Win9x, WinMe and...
2008-12-15  Dylan Smithrichedit: Missing capitalization on TxGetScrollBars.
2008-12-15  Dylan Smithrichedit: Removed unused hwndEdit variable for the...
2008-12-15  Dylan Smithrichedit: Removed an unnecessary call to GetScrollInfo.
2008-12-15  Dylan Smithrichedit: Compare editor rather than hWnd in ME_Calcula...
2008-12-15  Dylan Smithrichedit: Use ME_EnsureVisible to implement EM_SCROLLCARET.
2008-12-15  Francois Gougetriched20/tests: Make keep_responsive() and customWordBr...
2008-12-10  Paul Vriensriched20/tests: Remove the todo_wine logic where approp...
2008-11-26  Francois GougetStraighten out some ellipses.
2008-11-17  Dylan Smithrichedit: Removed useless lines in ME_GetDefaultCharFormat.
2008-11-17  Dylan Smithrichedit: Removed unused ME_AutoURLDetect function.
2008-11-17  Dylan Smithrichedit: Update strings and comments regarding IME...
2008-11-17  Dylan Smithrichedit: Removed comment in header for non-existent...
2008-11-13  Dylan Smithrichedit: Initial testing of ITextServices methods.
2008-11-12  Dylan Smithrichedit: Created initial tests for windowless richedit...
2008-11-06  Andrew Talbotriched20: Sign-compare warnings fix.
2008-11-04  Michael Stefaniucriched20: Remove superflous casts.
2008-11-03  Michael Stefaniucriched20: Use MAKELPARAM instead of "(LPARAM) MAKELONG".
2008-11-03  Michael Stefaniucriched20: Do not cast NULL.
2008-10-29  Dylan Smithrichedit: Handle negative position given to EM_POSFROMCHAR.
2008-10-27  Dylan Smithrichedit: Fixed initial word wrap setting when emulatin...
2008-10-24  Paul Vriensriched20/tests: Skip some tests on Win9x and WinMe.
2008-10-23  Dylan Smithrichedit: Fixed the call to the EditWordBreakProc.
2008-10-23  Dylan Smithrichedit: Added test for correct behaviour for calling...
2008-10-23  Dylan Smithrichedit: Fixed pointer syntax in helper functions...
2008-10-22  Dylan Smithrichedit: Fixed EM_POSFROMCHAR for pos of text length.
2008-10-22  Dylan Smithrichedit: Added tests for EM_POSFROMCHAR for pos around...
2008-10-22  Dylan Smithrichedit: Handle ctrl-key shortcuts on WM_KEYDOWN.
2008-10-22  Dylan Smithrichedit: Added tests for ctrl-key shortcut handling...
2008-10-20  Francois Gougetriched20/tests: Add a trailing '\n' to an ok() call.
2008-10-20  Dylan Smithrichedit: Use the DefWindowProc to implement WM_SETREDRAW.
2008-10-20  Dylan Smithrichedit: Prevent EN_UPDATE notifications when window...
2008-10-20  Dylan Smithrichedit: Test to see if WM_SETREDRAW removes the windo...
2008-10-20  Dylan Smithrichedit: Test for EN_UPDATE notification when window...
2008-10-18  Dylan Smithrichedit: Scroll cursor into view even with redraw...
2008-10-18  Dylan Smithrichedit: Test changes in scrollbar's visibility with...
2008-10-18  Dylan Smithrichedit: Test to see if wrapping happens with redraw...
2008-10-18  Dylan Smithrichedit: Tests for notifications while redraw is disabled.
2008-10-18  Dylan Smithrichedit: Added test for auto scroll behaviour with...
2008-10-16  Michael Stefaniucriched20: Remove superfluous backslashes at end of...
2008-10-13  Dylan Smithrichedit: Fixed centering and right align with word...
2008-10-13  Dylan Smithrichedit: Account for selection bar in calculating...
2008-10-13  Andrey Turkinriched20: Add spare area to ITextServicesImpl to work...
2008-10-13  Dylan Smithrichedit: Added test for word wrapping behaviour.
2008-10-13  Dylan Smithrichedit: Moved optional message loop in tests to its...
2008-10-13  Dylan Smithrichedit: Added DestroyWindow call to clean up the...
2008-10-13  Dylan Smithrichedit: Added EM_SETMARGINS to the list of unsupporte...
2008-10-06  Dylan Smithrichedit: Show arrow cursor over scrollbar.
2008-10-06  Dylan Smithrichedit: ES_AUTOHSCROLL window style disables word...
2008-10-06  Dylan Smithrichedit: Use RTF reader for text starting with {\urtf.
2008-10-06  Dylan Smithrichedit: Unsigned cast char to avoid EOF equality.
2008-10-06  Dylan Smithrichedit: Removed invalid assertion.
2008-10-06  Dylan Smithrichedit: Avoided testing for undocumented behaviour...
2008-10-06  Dylan Smithrichedit: Swapped the expected and destination buffers...
2008-10-02  Dylan Smithrichedit: Print hex string for strcmp test failing...
2008-10-01  Dylan Smithrichedit: Made sure table row gap/offset is copied...
2008-10-01  Dylan Smithrichedit: Fixed a bug preventing streaming out nested...
2008-10-01  Dylan Smithrichedit: Added code to stream out table border properties.
2008-10-01  Dylan Smithrichedit: Prevent assertion failure when streaming...
2008-10-01  Dylan Smithrichedit: Prevent font or colour buffer overflow on...
2008-10-01  Dylan Smithrichedit: Make sure border properties are saved for...
2008-09-30  Dylan Smithrichedit: Fixed test failing on windows version with...
2008-09-30  Dylan Smithrichedit: Fixed test failure that happend on older...
2008-09-22  Dylan Smithrichedit: Removed space in front of function signature.
2008-09-19  Detlef Riekenbergdlls: Do not use __WINE_ALLOC_SIZE between void and *.
2008-09-19  Dylan Smithrichedit: Removed a redundant condition.
2008-09-18  Dylan Smithrichedit: Avoid unconditionally rewrapping text on...
next