riched20: Make EM_EXLINEFROMCHAR handle special case of lParam == -1.
[wine] / dlls / riched20 / editor.c
2006-08-22  Matthew Finnicumriched20: Make EM_EXLINEFROMCHAR handle special case...
2006-08-21  Matt Finnicumriched20: Swap two lines that were in wrong order ...
2006-08-17  Matt Finnicumriched20: Send EN_LINK notifications. Properly underlin...
2006-08-11  Phil Krylovriched20: Accept RTF header without a version number.
2006-08-10  Matt Finnicumriched20: Add conformance tests for WM_SETFONT.
2006-08-10  Ken Myersriched20: Implement EM_EXLIMITTEXT, EM_GETLIMITTEXT...
2006-08-10  Clinton Stimpsonriched20: Fix crash with NULL lParam in EM_SETTEXTEX.
2006-08-09  Matt Finnicumriched20: Implement EM_SHOWSCROLLBAR, EM_SETSCROLLPOS...
2006-08-07  Krzysztof Foltmanriched20: New, clean, simple selection repaint logic...
2006-08-05  Matt Finnicumriched20: Implement EM_SETPASSWORDCHAR and EM_GETPASSWO...
2006-08-03  Krzysztof Foltmanriched20: Make EM_LINELENGTH work correctly for non...
2006-08-03  Krzysztof Foltmanriched20: Make EM_GETLINE work properly in 1.0 emulatio...
2006-08-03  Krzysztof Foltmanriched20: Ctrl+A should be allowed in read-only control...
2006-08-03  Alexandre Julliardriched20: Fixed handling of window private data for...
2006-08-03  Krzysztof Foltmanriched20: Handle incorrect calls of window procedure.
2006-07-31  Thomas Khoriched20: Implement EM_GETLINE.
2006-07-24  Andrew Talbotriched20: Write-strings warnings fix.
2006-07-17  Krzysztof Foltmanriched20: WM_SETFONT support.
2006-06-22  Krzysztof Foltmanriched20: Fix message range for get_msg_name.
2006-06-16  Francois GougetAssorted spelling fixes.
2006-06-12  Alexandre Julliardriched20: Fix an uninitialized variable bug.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-16  Matt Finnicumriched20: Implement EM_SETUNDOLIMIT and its conformance...
2006-05-08  Michael Jungriched20: Don't append '\r' to the last paragraph in...
2006-04-12  Phil Krylovriched20: Allow inheriting table cell definitions from...
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-23  Kevin Koltzauriched20: Call GetClipboardData callback on cut/copy.
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-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-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.
next