dmsynth: Dump data passed to Download method.
[wine] / dlls / riched20 / reader.c
2012-12-05  Huw Daviesriched20: Flush the output buffer before a codepage...
2010-02-04  Michael Stefaniucriched20: Don't print the function name twice in ERR...
2009-12-03  Marcus Meissnerriched20: Check for NULL in rtf reader (Coverity).
2009-07-20  Dylan Smithrichedit: Properly restore style after end of rtf group.
2009-07-17  Dylan Smithrichedit: Handle missing colours in rtf colour table.
2009-05-26  Francois Gougetriched20: RTFPeekToken(), RTFExpandStyle() and RTFHexTo...
2009-05-26  Francois Gougetriched20: RTF{G,S}et{In,Out}putName() are unused so...
2009-03-24  Dylan Smithrichedit: Properly handle lack of semicolon after font...
2009-01-30  Michael Stefaniucriched20: Remove superfluous pointer casts.
2009-01-29  Marcus Meissnerriched20: Handle more missing allocs gracefully (Coverity).
2009-01-29  Marcus Meissnerriched20: Handle NULL fp more gracefully (Coverity).
2009-01-29  Marcus Meissnerriched20: Handle cp NULL more gracefully (Coverity).
2009-01-29  Marcus Meissnerriched20: Exit the loop instead of crashing (Coverity).
2009-01-19  Andrew Talbotriched20: Declare some functions static.
2008-11-06  Andrew Talbotriched20: Sign-compare warnings fix.
2008-11-03  Michael Stefaniucriched20: Do not cast NULL.
2008-10-06  Dylan Smithrichedit: Unsigned cast char to avoid EOF equality.
2008-09-12  Dylan Smithrichedit: Fixed bugs in handling unterminated nested...
2008-09-12  Dylan Smithrichedit: Make sure the nested tables' RTF properties...
2008-09-11  Dylan Smithrichedit: Avoid acting on control words in skipped...
2008-08-18  Dylan Smithrichedit: Borders are now drawn for tables and nested...
2008-08-18  Dylan Smithrichedit: Added in support for streaming in and out...
2008-08-05  Dylan Smithrichedit: Use tabstops to store cell positions.
2008-06-27  Dylan Smithrichedit: Fixed mistake that didn't cause a bug.
2008-06-27  Dylan Smithrichedit: Set error codes and stop parsing for some...
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.