riched20: Don't use EM_STREAMIN for paste.
[wine] / dlls / riched20 / editor.c
2006-02-06  Kevin Koltzauriched20: Don't use EM_STREAMIN for paste.
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-02  Kevin Koltzauriched20: Handle context menu.
2006-02-01  Kevin Koltzauriched20: Implement EM_SETOLECALLBACK.
2006-02-01  Maarten Lankhorstriched20: Implement CreateTextServices.
2006-01-31  Phil Krylovriched20: Added support for hidden text.
2006-01-30  Maarten Lankhorstriched20: Make CreateTextServices use ITextHost.
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-12  Phil Krylovriched20: Initial support for word break callback proce...
2006-01-10  Phil Krylovriched20: Reduced screen flicker by using proper update...
2006-01-09  Phil Krylovriched20: Fixed calculation of left indent and first...
2005-12-14  Ulrich Czekallariched20: Reset selection when text is reset.
2005-12-05  Cihan Altinayriched20: register ListBox & ComboBox classes
2005-11-03  Phil KrylovCache background color brush instead of recreating...
2005-11-03  Phil KrylovAdded support for EM_REQUESTRESIZE message, EN_REQUESTR...
2005-10-19  Krzysztof Foltman- Bugfix in EM_GETTEXTEX
2005-10-13  Krzysztof FoltmanFix unnecessary (and harmful) repeated statement.
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 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-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  Krzysztof Foltman- Reimplementation of EM_LINELENGTH.
2005-09-26  Rein KlazesWhen scrolling, first update the new position of the...
2005-09-12  Alexandre JulliardFixed gcc 4.0 warnings.
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 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-07-26  Phil KrylovImplemented EM_CHARFROMPOS RichEdit message.
2005-07-24  Phil KrylovAdded EM_GETZOOM and EM_SETZOOM RichEdit message handlers.
2005-07-22  Phil KrylovAdded some missing but useful items to the TODO list.
2005-07-21  Phil KrylovAdded some useful TRACEs.
2005-07-21  Phil KrylovAllow NULL parameter for WM_SETTEXT in RichEdit.
2005-07-21  Phil KrylovImplemented EM_LINELENGTH RichEdit message.
2005-07-21  Phil KrylovAdded emulation of RichEdit 1.0 behaviour when the...
2005-07-20  Daniel RemenakBasic handling of EM_SETTEXTEX.
2005-07-11  Felix NawothnigCheck structure size and fix return values in EM_GETCHA...
2005-07-06  Phil KrylovFixed EM_LINEINDEX handler and added EM_LINEFROMCHAR...
2005-07-06  Phil KrylovImplemented EM_EXLINEFROMCHAR, EM_LINEINDEX, EM_FINDTEXT,
2005-07-05  Stefan HuehnerFix -Wmissing-declarations warnings.
2005-06-30  Phil KrylovImplemented EM_GETLINECOUNT RichEdit message.
2005-06-29  Aric StewartImplementation for EM_GETTEXTEX.
2005-06-28  Phil KrylovFixed a comment about EM_STREAMIN.
2005-06-28  Phil KrylovImplemented EM_GETTEXTLENGTHEX RichEdit message.
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-20  Vitaly LipatovAllow null pointers for EM_GETSEL message (as MSDN...
2005-06-13  Robert ShearmanRichedit classes should be global.
2005-06-12  Krzysztof Foltman- added support for \ulnone (turning underline off)
2005-05-23  Hannu Valtonen- Implement EM_LINESCROLL message handling
2005-05-16  Vincent BéronProvide minimal API documentation in advapi/eventlog...
2005-05-13  Krzysztof FoltmanAdded stubs for a couple of missing 2.0 and 3.0 messages.
2005-04-20  Phil KrylovFixed an error in my previous commit which caused an...
2005-04-16  Krzysztof Foltman- removed trailing spaces from some files
2005-04-13  Phil KrylovMake RTF reader fall back to simple text if a correct...
2005-04-11  Hannu ValtonenAdded mousewheel support.
2005-04-11  Krzysztof Foltman- EM_CANPASTE implemented
2005-03-22  Phil KrylovMade RTF reader and writer handle codepages mostly...
2005-03-21  Vincent BéronUse "" for Windows includes in dlls, instead of <>.
2005-03-21  Krzysztof Foltman- PageUp key support.
2005-03-19  Krzysztof Foltman- made string operations consistent wrt whitespace...
2005-03-18  Phil KrylovFixed support for RTF documents using ANSI charset...
2005-03-17  Phil KrylovReplaced slow and outdated character set handling in...
2005-03-17  Krzysztof Foltman- RTF reader doesn't use RichEdit messages anymore...
2005-03-16  Krzysztof Foltman- Unknown destinations are now correctly skipped (so...
2005-03-15  Krzysztof Foltman- WM_COPY (and WM_CUT) can now put both Unicode and...
2005-03-14  Phil KrylovInitial implementation of EM_STREAMOUT and RTF writer.
2005-03-11  Krzysztof Foltman- EM_STREAMIN can now deal with undo in a reasonable...
2005-03-09  Krzysztof Foltman- Optimized repaint of the area below the text.
2005-03-09  Phil KrylovChanged buffer size for EM_STREAMIN message to 4096...
2005-03-09  Krzysztof FoltmanThe meaning of the rewrap flag got inverted (MEPF_REWRA...
2005-03-08  Krzysztof Foltman- specialized handler for SF_TEXT (ANSI or Unicode...
2005-03-08  Aric StewartImplement EM_GETOLEINTERFACE.
2005-03-08  Krzysztof FoltmanOld font management replaced by the cache-based one...
2005-03-07  Mike McCormackPort the RTF parser to the richedit 2.0 control.
2005-03-07  Alexandre JulliardFixed DLL_PROCESS_DETACH handler to actually unregister...
2005-03-05  Krzysztof FoltmanInitial implementation of riched20.