richedit: Add tests for URL autodetection for EM_SETTEXTEX, make them pass under...
[wine] / dlls / riched20 / editor.c
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-05  Dylan Smithrichedit: The wrong bits were cleared from wBorders...
2008-05-01  Alex Villacís Lassorichedit: Add tests for EM_FINDTEXT in 1.0 emulation...
2008-04-30  Alex Villacís Lassorichedit: On failure to parse incoming text as RTF...
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: Fixups to move over to reliance on CR and...
2008-04-25  Eric Pouechrichedit: Ensure wrapping is done all the time after...
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  Andrew Talbotriched20: Remove unused variables.
2008-04-22  Alex Villacís Lassorichedit: Accept RTF stream that does not start with...
2008-04-21  Alex Villacís Lassoriched20: EM_SETTEXTEX supports RTF strings, with tests.
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 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: 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: Store shift-enter (keyboard) and \line (rtf...
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...
2008-03-14  Andrew Talbotriched20: Assign to structs instead of using memcpy...
2008-02-06  Francois Gougetriched20: Fix the name of the lpUsedDefChar field of...
2008-02-05  Eric Pouechriched20: Start implementing object reading out RTF...
2008-02-05  Eric Pouechriched20: Added support for image reading from RTF...
2008-02-05  Eric Pouechriched20: Support a couple of paragraphs attributes...
2008-01-21  Rob Shearmanriched20: Always treat the nCount variable in the EM_GE...
2008-01-21  Rob Shearmanriched20: The wParam parameter to WM_GETTEXT contains...
2008-01-17  Andrew Talbotriched20: Remove unneeded casts.
2008-01-15  Alexander Nicolays... riched20: Include selection bar size in POSFROMCHAR.
2008-01-07  Eric Pouechrichedit: Uniformly handle the bPitchAndFamily field...
2008-01-07  Eric Pouechrichedit: Initialize all the cursors at editor creation.
2008-01-02  Eric Pouechrichedit: Simplify first para style handling by creatin...
2008-01-02  Eric Pouechrichedit: Don't force repaint while the redraw flag...
2008-01-02  Eric Pouechrichedit: Simplified handling of background brush while...
2008-01-02  Eric Pouechrichedit: Extend the usage of underlinetype from charfo...
2008-01-02  Eric Pouechrichedit: Added support for some message (key, mouse...
2007-12-18  Maarten Lankhorstriched20: Fix bugs in EM_SETOPTIONS.
2007-12-17  Maarten Lankhorstriched20: Implement ECO/EM SELECTIONBAR.
2007-12-12  Alex Villacís Lassoriched32: Fix regression in WM_GETTEXTLENGTH on richedi...
2007-12-08  Michael Stefaniucriched20: Rename the wrappers around HeapAlloc() &Co...
2007-12-07  Alex Villacís Lassoriched20: WM_GETTEXTLENGTH should include CRLF conversi...
2007-12-07  Alex Villacís Lassoriched20: WM_GETTEXT should return 0 on overflow but...
2007-12-07  Alex Villacís Lassoriched20: EM_GETTEXTEX with GT_USECRLF should not leave...
2007-11-06  Alex Villacís Lassoriched20: EM_GETMODIFY should not report modification...
2007-10-22  Alex Villacís Lassoriched20: 2.0 and higher inserts CRCRLF as space (with...
2007-10-19  Alex Villacís Lassoriched20: Single-line control must refuse to insert...
2007-09-28  Alex Villacís Lassoriched20: Minimal fix for WM_SETTEXT without ES_MULTILI...
2007-09-27  Alex Villacís Lassoriched20: EM_SETCHARFORMAT must fail and return 0 with...
2007-09-27  Alex Villacís Lassoriched20: EM_SETCHARFORMAT must return 0, not assert...
2007-09-26  Alex Villacís Lassoriched20: EM_SETCHARFORMAT must return 1 on success...
2007-09-24  Alex Villacís Lassoriched20: Fix WM_GETTEXT to change \r to \r\n.
2007-09-21  Clinton Stimpsonriched20: Only WM_CHAR respects text limit.
2007-09-11  Lei Zhangriched20: Do not pass NULL lParam to ME_ToUnicode for...
2007-08-16  Lei Zhangriched20: Properly calculate control display height.
2007-08-13  Andrew Talbotriched20: Constify some variables.
2007-06-28  Aric Stewartriched20: Make richedit control IME aware.
2007-06-07  Francois GougetAssorted spelling fixes.
2007-06-06  Huw Daviesriched20: Don't mess with the caret if we don't have...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-18  Andrew Talbotriched20: Exclude unused headers.
2007-05-02  Dmitry Timoshkovriched20: Add the tests for EM_SETTEXTEX/EM_GETTEXTEX...
2007-03-22  Dmitry Timoshkovriched20: Split unicode and ansi window procs, handle...
2007-03-21  Dmitry Timoshkovriched20: Add a test that shows that under Win9x RichEd...
2007-02-15  Jason Greenriched20: If outside of the richedit window, return...
2007-01-25  Matt Finnicumriched20: Create undos in StreamIn at the right times...
2007-01-24  Matt Finnicumriched20: Use CharFromPos instead of FindPixelPos in...
2007-01-24  Matt Finnicumriched20: Implement EM_LIMITTEXT and some simple tests.
2007-01-12  Clinton Stimpsonriched20: Fix crash undoing a paste.
2007-01-11  Clinton Stimpsonriched20: Fix modification state for several operations.
2006-12-05  Lei Zhangriched20: Move EM_EXSETSEL fix into ME_SetSelection.
2006-12-04  Lei Zhangriched20: Fixes and additional conformance tests for...
2006-11-28  Matt Finnicumriched20: Make EM_SETPARAFORMAT use ME_RewrapRepaint...
2006-11-28  Matt Finnicumriched20: Make EM_SETCHARFORMAT call ME_RewrapRepaint...
2006-11-28  Matt Finnicumriched20: Make WM_SETFONT call RewrapRepaint instead...
2006-11-28  Matt Finnicumriched20: EM_EXLIMITTEXT: ignore wParam and properly...
2006-11-28  Matt Finnicumriched20: Make ME_StreamIn create undos properly.
2006-11-15  Clinton Stimpsonriched20: Fix key handling in dialogs.
2006-11-10  Mike McCormackriched20: Fix a memory leak.
2006-11-10  Mike McCormackriched20: Set the correct number of initialized cursors.
next