richedit: WM_SETTEXT must immediately autodetect URLs, without waiting for a WM_CHAR.
[wine] / dlls / riched20 / editor.h
2008-06-19  Alex Villacís Lassorichedit: WM_SETTEXT must immediately autodetect URLs...
2008-05-01  Dylan Smithrichedit: Updated editor.h to reflect the contents...
2008-04-29  Alex Villacís Lassorichedit: Add support for encoding number of CR and...
2008-03-17  Eric Pouechrichedit: Fixed object leaks generated by context creat...
2008-03-17  Eric Pouechrichedit: Pass left margin around when computing the...
2008-03-17  Eric Pouechrichedit: Store shift-enter (keyboard) and \line (rtf...
2008-02-05  Eric Pouechriched20: Make use of the size info in REOBJECT if...
2008-02-05  Eric Pouechriched20: Start handling OLE objects inside richedit.
2008-01-02  Eric Pouechrichedit: Simplify first para style handling by creatin...
2008-01-02  Eric Pouechrichedit: Optimizations for the style selection.
2008-01-02  Eric Pouechrichedit: Don't recreate the DC all the time, but use...
2008-01-02  Eric Pouechrichedit: Rewrote FindPixelPos so that it always return...
2008-01-02  Eric Pouechrichedit: Added support for intra-paragraph line space.
2008-01-02  Eric Pouechrichedit: Now drawing the paragraph borders (if any...
2008-01-02  Eric Pouechrichedit: Fix the para computation when zoom is used.
2008-01-02  Eric Pouechrichedit: Simplified handling of background brush while...
2007-12-14  Maarten Lankhorstriched20: Make some functions static.
2007-12-08  Michael Stefaniucriched20: Rename the wrappers around HeapAlloc() &Co...
2007-08-17  Andrew Talbotriched20: Constify some variables.
2007-08-16  Andrew Talbotriched20: Constify some variables.
2007-08-14  Andrew Talbotriched20: Constify some variables.
2007-08-13  Andrew Talbotriched20: Constify some variables.
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...
2006-12-05  Lei Zhangriched20: Move EM_EXSETSEL fix into ME_SetSelection.
2006-10-24  Mike McCormackriched20: Create macro functions for allocating and...
2006-09-11  Matt Finnicumriched20: Rewrite of scrolling and some redrawing code.
2006-08-17  Matt Finnicumriched20: Send EN_LINK notifications. Properly underlin...
2006-08-07  Krzysztof Foltmanriched20: New, clean, simple selection repaint logic...
2006-08-05  Matt Finnicumriched20: Implement EM_SETPASSWORDCHAR and EM_GETPASSWO...
2006-07-17  Krzysztof Foltmanriched20: WM_SETFONT support.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-01  Brandon Woodmanseeriched20: Implement EM_AUTOURLDETECT & EM_GETAUTOURLDETECT.
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  Lei Zhangriched20: Implement FR_MATCHCASE for EM_FINDTEXT.
2006-02-05  Kevin Koltzauriched20: Add method to stream data based on a range.
2006-02-04  Phil Krylovriched20: Initial support for simple tables.
2006-02-04  Phil Krylovriched20: Removed an unused parameter.
2006-01-31  Phil Krylovriched20: Added support for hidden text.
2006-01-13  Phil Krylovriched20: Select word on double click.
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-10  Phil Krylovriched20: Speed up text insertion.
2005-11-03  Phil KrylovAdded support for EM_REQUESTRESIZE message, EN_REQUESTR...
2005-09-29  Krzysztof Foltman- Reimplementation of EM_LINELENGTH.
2005-07-26  Phil KrylovImplemented EM_CHARFROMPOS RichEdit message.
2005-07-24  Phil KrylovAdded EM_GETZOOM and EM_SETZOOM RichEdit message handlers.
2005-07-06  Phil KrylovFixed EM_LINEINDEX handler and added EM_LINEFROMCHAR...
2005-07-06  Phil KrylovImplemented EM_EXLINEFROMCHAR, EM_LINEINDEX, EM_FINDTEXT,
2005-06-28  Phil KrylovImplemented EM_GETTEXTLENGTHEX RichEdit message.
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
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-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-21  Krzysztof Foltman- PageUp key support.
2005-03-19  Krzysztof Foltman- made string operations consistent wrt whitespace...
2005-03-17  Krzysztof Foltman- RTF reader doesn't use RichEdit messages anymore...
2005-03-16  Jason EdmeadesCorrect memory allocation macro.
2005-03-14  Phil KrylovInitial implementation of EM_STREAMOUT and RTF writer.
2005-03-09  Krzysztof Foltman- Optimized repaint of the area below the text.
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-05  Krzysztof FoltmanInitial implementation of riched20.