richedit: WM_SETTEXT - Clear modify step flag before any notifications can be sent.
[wine] / dlls / riched20 / writer.c
2008-04-29  Alex Villacís Lassorichedit: Fixups to move over to reliance on CR and...
2008-03-17  Eric Pouechrichedit: Store shift-enter (keyboard) and \line (rtf...
2008-02-04  Bang Jun-youngriched20: Include wine/port.h for vsnprintf().
2007-09-17  Alex Villacís Lassoriched20: Prevent overflow on richedit debug channel.
2007-08-17  Andrew Talbotriched20: Constify some variables.
2006-11-29  Dmitry Timoshkovriched20: Make some data const.
2006-10-14  Hans Leidekkerriched20: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
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-04  Phil Krylovriched20: Initial support for simple tables.
2005-10-11  Phil KrylovFixed encoding of non-ASCII chars.
2005-09-12  Alexandre JulliardFixed gcc 4.0 warnings.
2005-08-11  Phil KrylovFixed a bug in EM_STREAMOUT RichEdit message handler...
2005-07-26  Phil KrylovGenerate ending \par in RTF output of RichEdit when...
2005-07-22  Phil KrylovFixed an off-by-one error in EM_STREAMOUT handler for...
2005-07-21  Stefan HuehnerChange some char* to const char* to fix warnigns.
2005-07-21  Phil KrylovAdded emulation of RichEdit 1.0 behaviour when the...
2005-07-05  Phil KrylovFixed another couple of EM_STREAMOUT bugs.
2005-07-05  Phil KrylovRemoved junk from UTF-8 RTF output.
2005-06-20  Krzysztof Foltman- Fix a warning caused by the TAB patch.
2005-06-12  Krzysztof FoltmanEmit \tx for user-defined TABs.
2005-03-24  Phil KrylovFixed \u keyword to output signed 16-bit values. Also...
2005-03-22  Phil KrylovMade RTF reader and writer handle codepages mostly...
2005-03-16  Phil KrylovImproved RTF export.
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.