riched20: Use ME_PointFromChar to calculate the caret position.
[wine] / dlls / ole32 / errorinfo.c
2012-07-19  Jacek Cabanole32: Use proper allocators for storing help file...
2012-07-19  Jacek Cabanole32: Use proper allocators for storing description...
2012-07-19  Jacek Cabanole32: Use proper allocators for storing source in...
2012-07-17  Nikolay Sivovole32: Fix QueryInterface for IErrorInfo to return...
2012-07-17  Nikolay Sivovole32: COM cleanup for IErrorInfo.
2009-12-09  Huw Daviesole32: Release the error info strings.
2009-06-09  Alexandre Julliardole32: Get rid of line feeds and tabs in traces.
2009-02-11  Michael Stefaniucole32: Remove superfluous pointer casts.
2008-11-26  Francois Gougetole32: Remove WINAPI on static functions where not...
2008-03-11  Andrew Talbotole32: Assign to structs instead of using memcpy.
2007-05-08  Rob Shearmanole32: Add documentation for error info functions.
2007-01-19  Andrew Talbotole32: Declare some functions static.
2007-01-11  Rob Shearmanole32: Add tests for error info functions.
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-10-14  Jeff Latimerole32: Remove dead code in errorinfo.c (Coverity).
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-12  Robert ShearmanCreateErrorInfo trace fix.
2005-09-06  Eric PouechFixes for function prototypes without arguments.
2005-07-27  Alexandre JulliardReplace the _ICOM_THIS_From macros by inline functions...
2005-07-05  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-21  Mike McCormackEliminate casts of the return value of HeapAlloc.
2005-02-14  Marcus MeissnerOutput some more informations.
2005-01-09  Paul Vriens- use Interlocked* functions in AddRef and Release.
2005-01-05  Mike Hearn- Make apartment access thread-safe by introducing...
2004-11-29  Mike HearnTrace the OLE error info strings.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-02-10  Robert Shearman- CoSetState info should be thread local.
2004-01-06  Francois GougetAssorted spelling fixes.
2003-09-11  Dave MillerRemoved ordinals from comments.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-04  Ove KaavenPreliminary support for COM apartments.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-10-22  Francois GougetSpelling, grammar and a bit of comment formatting fixes.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-09-22  Damyan OgnyanoffIErrorInfo is now derived from IUnknown.
2000-08-03  Juergen SchmiedImplemented the ErrorInfo interfaces.
2000-06-12  Juergen Schmied- implemented Get/SetThreadLocale
2000-02-26  Alexandre JulliardErrorInfo functions need to be in ole32, not oleaut32.