richedit: When returning position through wParam pointer, EM_POSFROMCHAR must return...
[wine] / dlls / riched20 / reader.c
2008-04-29  Alex Villacís Lassorichedit: Flip the big switch and encode actual CR...
2008-03-17  Eric Pouechrichedit: Allow reading an enhanced metafile from an...
2008-03-17  Eric Pouechrichedit: Correctly set the pitch and family for a...
2008-03-17  Eric Pouechrichedit: Store shift-enter (keyboard) and \line (rtf...
2007-12-20  Dmitry Timoshkovriched20: Remove a redundant parameter from trace.
2007-12-08  Michael Stefaniucriched20: Remove the RTFAlloc() wrapper around heap_all...
2007-12-08  Michael Stefaniucriched20: Rename the wrappers around HeapAlloc() &Co...
2007-08-15  Andrew Talbotriched20: Constify some variables.
2007-06-27  Michael Stefaniucjanitorial: Remove superfluous casts of void pointers...
2007-01-25  Matt Finnicumriched20: Remove excessive traces from reader.c.
2006-11-21  Mike McCormackriched20: Simplify an array size calculation.
2006-11-02  Mike McCormackriched20: Initialize and free the RTF lookup table...
2006-11-02  Mike McCormackriched20: Use WARN() not ERR() on unknown tokens.
2006-10-24  Mike McCormackriched20: Create macro functions for allocating and...
2006-09-26  Andrew Talbotriched20: Cast-qual warning fix.
2006-08-11  Phil Krylovriched20: Accept RTF group tokens inside colortbl desti...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-04  Phil Krylovriched20: Initial support for simple tables.
2005-12-31  Mike McCormackriched20: Add newlines to ERR macro output.
2005-11-02  Mike McCormackConvert all RTFPanic and RTFMsg calls to ERR calls.
2005-10-03  Krzysztof Foltman- Remove another potential sources of infinite loops...
2005-09-26  Krzysztof Foltman- Optional destinations in stylesheets are now skipped...
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-08-23  Phil KrylovFixed a RichEdit RTF reader bug which resulted in loss...
2005-08-22  Phil KrylovAutomatically set default font after parsing a font...
2005-08-22  Phil KrylovAdded handling of deff RTF control word.
2005-08-08  Phil KrylovFixed UTF-8 RTF parsing.
2005-04-13  Phil KrylovMake RTF reader fall back to simple text if a correct...
2005-03-22  Phil KrylovMade RTF reader and writer handle codepages mostly...
2005-03-21  Mike McCormackRemove casts and unused code.
2005-03-18  Phil KrylovFixed support for RTF documents using ANSI charset...
2005-03-17  Phil KrylovReplaced slow and outdated character set handling in...
2005-03-17  Krzysztof Foltman- RTF reader doesn't use RichEdit messages anymore...
2005-03-16  Krzysztof Foltman- Unknown destinations are now correctly skipped (so...
2005-03-15  Phil KrylovImplemented hash table lookup for RTF keywords in RTF...
2005-03-14  Phil KrylovAdded "generator" RTF destination handling.
2005-03-11  Krzysztof Foltman- EM_STREAMIN can now deal with undo in a reasonable...
2005-03-08  Krzysztof Foltman- Single quotes are now handled properly (previously...
2005-03-07  Mike McCormackPort the RTF parser to the richedit 2.0 control.