wined3d: Use dst_fbo to do the depth blit.
[wine] / dlls / riched20 /
2008-07-01  Dylan Smithrichedit: Added missing DestroyWindow in a test.
2008-07-01  Juan Langrichedit: Only send update events in 1.0 emulation...
2008-06-30  Dylan Smithrichedit: Calculate tab positions relative to end of...
2008-06-30  Dylan Smithrichedit: Clicking below end of text now selects closes...
2008-06-27  Dylan Smithrichedit: Ensure caret is seen if moved past end of...
2008-06-27  Dylan Smithrichedit: Caret size must match font size characters...
2008-06-27  Dylan Smithrichedit: Fixed mistake that didn't cause a bug.
2008-06-27  Dylan Smithrichedit: Set error codes and stop parsing for some...
2008-06-27  Dylan Smithrichedit: Removed redundant code for getting the insert...
2008-06-26  Dylan Smithrichedit: Implemented undo coalescing to group typing...
2008-06-26  Dylan Smithrichedit: Make cursor visible when selecting via mouse...
2008-06-26  Dylan Smithrichedit: Fixed bug preventing bold from being set...
2008-06-26  Dylan Smithrichedit: Corrected the conversion used for the initial...
2008-06-26  Dylan Smithrichedit: Moved function declarations in header to...
2008-06-26  Dylan Smithrichedit: Added tests reveal a problem with EM_SETCHARF...
2008-06-26  Dylan Smithrichedit: Fixed a bug preventing NULL pointers from...
2008-06-26  Dylan Smithrichedit: Fixed the forward word movement bug.
2008-06-26  Dylan Smithrichedit: Prevented an assertion error on startup when...
2008-06-26  Dylan Smithrichedit: Prevented NULL value from being used to avoid...
2008-06-26  Dylan Smithrichedit: Show caret after pasting or streaming in...
2008-06-26  Dylan Smithrichedit: Null pointer check missing on optional parameter.
2008-06-26  Dan Hipschmanriched20: Implement ITextDocument_fnGetSelection.
2008-06-26  Alex Villacís Lassorichedit: Fix failing EM_GETCHARFORMAT test on all...
2008-06-25  Dylan Smithrichedit: Tests for undo coalescing.
2008-06-25  Dylan Smithrichedit: bCaretAtEnd should not be reset from rewrappi...
2008-06-25  Dylan Smithrichedit: Trailing spaces should not affect alignment...
2008-06-25  Dylan Smithrichedit: Allow cursor to move over trailing spaces...
2008-06-25  Alex Villacís Lassorichedit: Revert patch that introduced a test that...
2008-06-24  Alex Villacís Lassorichedit: EM_POSFROMCHAR should take into account scrol...
2008-06-24  Alex Villacís Lassorichedit: When returning position through wParam pointe...
2008-06-23  Dan Hipschmanriched20/tests: Add a test for creating ITextDocument.
2008-06-23  Dan Hipschmanriched20/tests: Add tests for OLE interface.
2008-06-21  Michael Stefaniucriched20: Remove redundant NULL check before heap_free...
2008-06-20  Andrew Talbotriched20: Constify some variables.
2008-06-19  Alex Villacís Lassorichedit: Empty text should result in a scroll range...
2008-06-19  Alex Villacís Lassorichedit: Insertion style must NOT be cleared unless...
2008-06-19  Alex Villacís Lassorichedit: Add tests for URL autodetection for EM_REPLAC...
2008-06-19  Alex Villacís Lassorichedit: Add tests for URL autodetection for EM_SETTEX...
2008-06-19  Alex Villacís Lassorichedit: Fix for the semantics of the flags for some...
2008-06-19  Alex Villacís Lassorichedit: Add more tests for URL autodetection on WM_CH...
2008-06-19  Alex Villacís Lassorichedit: WM_SETTEXT must immediately autodetect URLs...
2008-06-19  Alex Villacís Lassorichedit: Fix misreporting of match offset for EM_FINDT...
2008-05-06  Francois GougetAssorted spelling fixes.
2008-05-05  Dylan Smithrichedit: The wrong bits were cleared from wBorders...
2008-05-05  Dylan Smithrichedit: Removed useless code.
2008-05-02  Alexandre Julliardrichedit: Avoid strlen in traces.
2008-05-01  Dylan Smithrichedit: Updated editor.h to reflect the contents...
2008-05-01  Alex Villacís Lassorichedit: Add tests for EM_FINDTEXT in 1.0 emulation...
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-30  Alex Villacís Lassorichedit: On failure to parse incoming text as RTF...
2008-04-29  Alex Villacís Lassorichedit: Paragraph may have multiple rows, which shoul...
2008-04-29  Alex Villacís Lassorichedit: Private movement of cursors in text insertion...
2008-04-29  Alex Villacís Lassorichedit: WM_SETTEXT - Clear modify step flag before...
2008-04-29  Alex Villacís Lassorichedit: Fix modify step setting in EM_SETCHARFORMAT.
2008-04-29  Alex Villacís Lassorichedit: Only notify selection change when selection...
2008-04-29  Alex Villacís Lassorichedit: Implement rule that in 1.0 emulation, a singl...
2008-04-29  Alex Villacís Lassorichedit: Flip the big switch and encode actual CR...
2008-04-29  Alex Villacís Lassorichedit: Remove indication for bCRLF, now that ME_GetT...
2008-04-29  Alex Villacís Lassorichedit: Modify ME_GetTextW() to honor CR and LF encod...
2008-04-29  Alex Villacís Lassorichedit: EM_LINELENGTH: honor CR and LF counters.
2008-04-29  Alex Villacís Lassorichedit: EM_GETLINE: honor CR and LF counters.
2008-04-29  Alex Villacís Lassorichedit: Remove reliance on bEmulateVersion10 for...
2008-04-29  Alex Villacís Lassorichedit: Fixups to move over to reliance on CR and...
2008-04-29  Alex Villacís Lassorichedit: Add support for encoding number of CR and...
2008-04-25  Eric Pouechrichedit: Ensure wrapping is done all the time after...
2008-04-25  Eric Pouechrichedit: Properly handle the background in case of...
2008-04-24  Alex Villacís Lassoriched20: Reject RTF that is recognized as invalid.
2008-04-24  Alex Villacís Lassoriched20: Implement ignoring of last \par for EM_STREAM...
2008-04-24  Alex Villacís Lassoriched20: Implement ignoring of last \par for EM_STREAMIN.
2008-04-24  James Hawkinsriched20: Fix a few tests that fail in XP and up.
2008-04-24  Andrew Talbotriched20: Remove unused variables.
2008-04-24  Alex Villacís Lassoriched20: Yet more tests for EM_STREAMIN.
2008-04-22  Alex Villacís Lassorichedit: Accept RTF stream that does not start with...
2008-04-22  Alex Villacís Lassorichedit: EM_STREAMIN tests for richedit 2.0.
2008-04-21  Alex Villacís Lassoriched32: Implement a portion of suggested interpretati...
2008-04-21  Alex Villacís Lassoriched20: EM_SETTEXTEX supports RTF strings, with tests.
2008-04-21  Alex Villacís Lassoriched20: Fix behavior of EM_REPLACESEL with painting...
2008-04-21  Austin EnglishSpelling fixes.
2008-04-17  Austin EnglishSpelling fixes.
2008-04-14  Eric Pouechrichedit: Force window update when the word wrap option...
2008-03-24  Eric Pouechrichedit: For setting word wrapping, native only uses...
2008-03-24  Eric Pouechrichedit: Fixed a bogus computation of paragraph indent...
2008-03-24  Eric Pouechrichedit: Fixed the initialization of the word wrap...
2008-03-24  Eric Pouechrichedit: Added missing fields to be reinitialized...
2008-03-17  Eric Pouechrichedit: Allow reading an enhanced metafile from an...
2008-03-17  Eric Pouechrichedit: Don't force cursor change when it's not needed.
2008-03-17  Eric Pouechrichedit: Fixed object leaks generated by context creat...
2008-03-17  Eric Pouechrichedit: Added support for EM_SETTARGETDEVICE with...
2008-03-17  Eric Pouechrichedit: Use the FW_ constants instead of the raw...
2008-03-17  Eric Pouechrichedit: In RTF reader, set both bold and weight attri...
2008-03-17  Eric Pouechrichedit: Correctly set the pitch and family for a...
2008-03-17  Eric Pouechrichedit: Pass left margin around when computing the...
2008-03-17  Eric Pouechrichedit: Assign equivalent structures instead of copyi...
2008-03-17  Eric Pouechrichedit: Store shift-enter (keyboard) and \line (rtf...
2008-03-17  Eric Pouechrichedit: Added support for end of line inside paragraphs.
2008-03-17  Eric Pouechrichedit: Fixed typo in bitmap scaling (for OLE objects).
2008-03-17  Eric Pouechrichedit: When handling \pard in RTF stream, really...
2008-03-17  Eric Pouechrichedit: Fix reading paragraph left & first indentatio...
2008-03-17  Eric Pouechrichedit: Added support for reading DI bitmaps in RTF...
2008-03-17  Eric Pouechrichedit: Properly set the border width while parsing...
next