richedit: Fixed typo in bitmap scaling (for OLE objects).
[wine] / dlls / riched20 / rtf.h
2008-02-05  Eric Pouechriched20: Added support for image reading from RTF...
2008-01-03  Austin EnglishSpelling fixes.
2007-12-08  Michael Stefaniucriched20: Remove the RTFAlloc() wrapper around heap_all...
2007-10-23  Francois GougetAssorted spelling fixes.
2007-08-15  Andrew Talbotriched20: Constify some variables.
2006-11-02  Mike McCormackriched20: Initialize and free the RTF lookup table...
2005-11-02  Mike McCormackConvert all RTFPanic and RTFMsg calls to ERR calls.
2005-08-22  Phil KrylovAdded handling of deff RTF control word.
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-07  Mike McCormackPort the RTF parser to the richedit 2.0 control.