riched20: Implement EM_AUTOURLDETECT & EM_GETAUTOURLDETECT.
[wine] / dlls / riched20 / editor.h
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.