shdocvw: Move connection points to DocHost object.
[wine] / dlls / riched20 /
2006-04-12  Phil Krylovriched20: Allow inheriting table cell definitions from...
2006-03-27  Huw Daviesriched20: Take a ref on text host.
2006-03-22  Mike McCormackriched20: Add a version resource.
2006-03-21  Lei Zhangriched20: Implements FR_WHOLEWORD for EM_FINDTEXT.
2006-03-02  Alexandre JulliardFixed some compiler warnings on old gcc versions.
2006-03-01  Brandon Woodmanseeriched20: Implement EM_AUTOURLDETECT & EM_GETAUTOURLDETECT.
2006-02-27  Andrew de los Reyesriched20: Implement EM_SCROLL and its tests.
2006-02-27  Hamza Lakhaniriched20: EM_HIDESELECTION implementation.
2006-02-24  Phil Krylovriched20: Added a comment to make life easier.
2006-02-24  Francois GougetAdd trailing '\n's to ok() calls.
2006-02-23  Kevin Koltzauriched20: Call GetClipboardData callback on cut/copy.
2006-02-23  Kevin Koltzauriched20: Enable retrieving data through the ole interface.
2006-02-23  Kevin Koltzauriched20: Ensure copied text is terminated with a null.
2006-02-23  Kevin Koltzauriched20: EM_GETOLEINTERFACE is not a stub.
2006-02-23  Kevin Koltzauriched20: Store reference to editor in ole interface.
2006-02-23  Kevin Koltzauriched20: Allocate proper amount of memory for formatet...
2006-02-22  Kevin Koltzauriched20: Add IDataObject implementation and use it...
2006-02-22  Brian Changriched20: EM_SETOPTIONS/EM_GETOPTIONS base implementation.
2006-02-22  Lei Zhangriched20: Implement FR_MATCHCASE for EM_FINDTEXT.
2006-02-21  Lei Zhangriched20: Fix for EM_FINDTEXT input validation.
2006-02-20  Roger Hoangriched20: Implemented EM_SETTEXTMODE options TM_RICHTEX...
2006-02-16  Thomas Khoriched20: Implement EM_SCROLLCARET and EM_GETSCROLLPOS.
2006-02-15  Thomas Khoriched20: Extend EM_FINDTEXT conformance tests and...
2006-02-14  Phil Krylovriched20: Support RTF text in WM_SETTEXT.
2006-02-11  Thomas Khoriched20: Fixed bounds error when finding text forward.
2006-02-11  Thomas Khoriched20: Added tests for EM_FINDTEXT and EM_FINDTEXTEX...
2006-02-06  Kevin Koltzauriched20: Don't use EM_STREAMIN for paste.
2006-02-05  Kevin Koltzauriched20: Separate stream state from editor state.
2006-02-05  Kevin Koltzauriched20: Add method to stream data based on a range.
2006-02-05  Kevin Koltzauriched20: Don't use EM_STREAMOUT for copy/cut.
2006-02-05  Phil Krylovriched20: Empty undo stack after EM_STREAMIN without...
2006-02-04  Phil Krylovriched20: Initial support for simple tables.
2006-02-04  Phil Krylovriched20: Removed an unused parameter.
2006-02-04  Phil Krylovriched20: Simplified ME_InsertGraphicsFromCursor()...
2006-02-04  Phil Krylovriched20: Fixed undo stack corruption.
2006-02-02  Kevin Koltzauriched20: Handle context menu.
2006-02-01  Kevin Koltzauriched20: Implement EM_SETOLECALLBACK.
2006-02-01  Maarten Lankhorstriched20: Implement CreateTextServices.
2006-02-01  Phil Krylovriched20: Fixed font cache corruption.
2006-01-31  Phil Krylovriched20: Added support for hidden text.
2006-01-31  Phil Krylovriched20: Paint the selection while it's being extended...
2006-01-30  Maarten Lankhorstriched20: Make CreateTextServices use ITextHost.
2006-01-27  Alexandre Julliardriched20: Remove a couple of no longer used functions.
2006-01-26  Phil Krylovriched20: EM_STREAMIN should send a EN_UPDATE notification.
2006-01-26  Phil Krylovriched20: Selection painting fixes.
2006-01-24  Dmitry TimoshkovMake more arrays const.
2006-01-13  Phil Krylovriched20: Select word on double click.
2006-01-13  Phil Krylovriched20: TODO list update.
2006-01-13  Phil Krylovriched20: Fixed some selection painting bugs.
2006-01-12  Phil Krylovriched20: Initial support for word break callback proce...
2006-01-12  Phil Krylovriched20: Removed a useless check in painting code.
2006-01-11  Phil Krylovriched20: Added \n to trace output.
2006-01-10  Phil Krylovriched20: Reduced screen flicker by using proper update...
2006-01-10  Phil Krylovriched20: Allow NUL characters.
2006-01-10  Phil Krylovriched20: Speed up text insertion.
2006-01-09  Phil Krylovriched20: Fixed calculation of left indent and first...
2006-01-09  Phil Krylovriched20: Simplified logic in ME_StrRelPos().
2005-12-31  Mike McCormackriched20: Add newlines to ERR macro output.
2005-12-14  Ulrich Czekallariched20: Reset selection when text is reset.
2005-12-05  Cihan Altinayriched20: register ListBox & ComboBox classes
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-03  Phil KrylovCache background color brush instead of recreating...
2005-11-03  Phil KrylovAdded support for EM_REQUESTRESIZE message, EN_REQUESTR...
2005-11-02  Mike McCormackConvert all RTFPanic and RTFMsg calls to ERR calls.
2005-10-19  Krzysztof Foltman- Bugfix in EM_GETTEXTEX
2005-10-13  Krzysztof FoltmanFix unnecessary (and harmful) repeated statement.
2005-10-12  Krzysztof Foltman- Style trace information is written to different debug...
2005-10-11  Phil KrylovFixed encoding of non-ASCII chars.
2005-10-10  Krzysztof FoltmanRemoved buffer overrun error (incrementing output point...
2005-10-10  Krzysztof FoltmanThe previous implementation was a workaround for off...
2005-10-10  Krzysztof FoltmanFixed EOL detection in ME_RunOfsFromCharOfs in 1.0...
2005-10-10  Krzysztof FoltmanFix a bug in 1.0 emulation mode in EM_LINELENGTH (which...
2005-10-10  Krzysztof FoltmanFix 1.0 emulation mode in ME_GetTextW.
2005-10-08  Krzysztof FoltmanSend verbose info to different debug channels (richedit...
2005-10-03  Krzysztof Foltman- Remove another potential sources of infinite loops...
2005-10-03  Krzysztof FoltmanImplemented EM_GETFIRSTVISIBLELINE and EM_POSFROMCHAR...
2005-10-03  Krzysztof FoltmanFixed another case of misunderstanding MSDN wrt StreamI...
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-29  Krzysztof Foltman- Reimplementation of EM_LINELENGTH.
2005-09-26  Rein KlazesWhen scrolling, first update the new position of the...
2005-09-26  Krzysztof Foltman- Optional destinations in stylesheets are now skipped...
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-09-12  Alexandre JulliardFixed gcc 4.0 warnings.
2005-08-23  Phil KrylovFixed a RichEdit RTF reader bug which resulted in loss...
2005-08-23  Phil KrylovFixed EM_EXLINEFROMCHAR to work for last row of a parag...
2005-08-23  Phil KrylovAdded support for backward search to RichEdit EM_FINDTE...
2005-08-22  Phil KrylovFixed EM_SETEVENTMASK RichEdit message handler to retur...
2005-08-22  Phil KrylovAutomatically set default font after parsing a font...
2005-08-22  Phil KrylovAdded handling of deff RTF control word.
2005-08-22  Phil KrylovAdded common keyboard shortcuts for Select All, Undo...
2005-08-15  Phil KrylovAdded EM_SETRECT, EM_SETRECTNP, and WM_SETREDRAW messag...
2005-08-11  Phil KrylovFixed a bug in EM_STREAMOUT RichEdit message handler...
2005-08-08  Phil KrylovFixed UTF-8 RTF parsing.
2005-08-03  Mike McCormackgcc 4.0 warning fixes for Interlocked* functions.
2005-07-26  Phil KrylovImplemented EM_CHARFROMPOS RichEdit message.
2005-07-26  Phil KrylovGenerate ending \par in RTF output of RichEdit when...
2005-07-24  Phil KrylovAdded EM_GETZOOM and EM_SETZOOM RichEdit message handlers.
2005-07-22  Phil KrylovFixed EM_GETCHARFORMAT for selection containing a singl...
2005-07-22  Phil KrylovFixed an off-by-one error in EM_STREAMOUT handler for...
2005-07-22  Phil KrylovAdded some missing but useful items to the TODO list.
next