richedit: Keep default char format on WM_SETFONT in plain text mode.
[wine] / dlls / riched20 / writer.c
2009-08-13  Dylan Smithrichedit: Use ME_Cursor instead of offsets for stream...
2009-08-12  Dylan Smithrichedit: Created functions to move between runs and...
2009-08-12  Dylan Smithrichedit: Added function to get selection cursors in...
2009-04-27  Massimo Del Fedeleriched20: Fix placement of crlf on font table streamout.
2009-04-24  Dylan Smithrichedit: Null terminate streamed out rich text.
2009-02-09  Dylan Smithrichedit: Removed ME_StrLen and ME_StrVLen field access...
2009-02-06  Dylan Smithrichedit: Get the paragraph with ME_RunOfsFromCharOfs.
2009-01-28  Dylan Smithrichedit: Actually store end of line string for end...
2009-01-27  Dylan Smithrichedit: Removed redundant ME_FindItemAtOffset using...
2008-11-06  Andrew Talbotriched20: Sign-compare warnings fix.
2008-10-01  Dylan Smithrichedit: Fixed a bug preventing streaming out nested...
2008-10-01  Dylan Smithrichedit: Added code to stream out table border properties.
2008-10-01  Dylan Smithrichedit: Prevent assertion failure when streaming...
2008-10-01  Dylan Smithrichedit: Prevent font or colour buffer overflow on...
2008-08-18  Dylan Smithrichedit: Adjust table spacing with horizontal gap...
2008-08-18  Dylan Smithrichedit: Added in support for streaming in and out...
2008-08-18  Dylan Smithrichedit: Each cell can contain multiple paragraphs...
2008-08-05  Dylan Smithrichedit: Use tabstops to store cell positions.
2008-07-09  Dylan Smithrichedit: PFE_TABLE flag is now used instead of private...
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.