include: Assorted spelling fixes.
[wine] / dlls / ole32 / oleobj.c
2012-08-13  Jacek Cabanole32: Use proper helpers for iface calls.
2011-01-05  Huw Daviesole32: Store the ole advise sinks in a STATDATA array.
2011-01-05  Huw Daviesole32: Reimplement SendOnDataChange using the connectio...
2010-12-20  Huw Daviesole32: Standardize the COM usage.
2010-12-20  Huw Daviesole32: Implement IDataAdviseHolder_EnumAdvise.
2010-12-20  Huw Daviesole32: Allow the EnumSTATDATA constructor to take a...
2010-12-20  Huw Daviesole32: Use a STATDATA array to hold the connection...
2010-12-20  Huw Daviesole32: Remove some useless comments.
2010-12-17  Huw Daviesole32: Rewrite the OleAdviseHolder's STATDATA enumerato...
2010-12-05  Michael Stefaniucole32: Use an iface instead of a vtbl pointer in EnumOl...
2010-07-23  Michael Stefaniucole32: Use IsEqualIID instead of memcmp to compare...
2009-02-11  Michael Stefaniucole32: Remove superfluous pointer casts.
2008-06-23  Rob Shearmanole32: Include compobj_private.h in oleobj.c to type...
2008-03-11  Andrew Talbotole32: Assign to structs instead of using memcpy.
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-09-07  Robert Shearmanole32: Allocate memory for a copy of the ptd member...
2006-09-07  Robert Shearmanole32: Don't send data changes in DataAdviseHolder_Advi...
2006-08-09  Robert Shearmanole32: Zero stg in case ADVF_NODATA is specified.
2006-08-07  Robert Shearmanole32: Finish off delegate notifications in the data...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-02  Alexandre JulliardFixed some compiler warnings on old gcc versions.
2006-01-11  Robert Shearmanole: Implement IEnumSTATDATA for the Ole Advise Holder.
2005-11-28  Robert ShearmanDelegate advises to the remote object to enable the...
2005-07-05  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-23  Mike McCormackRemove forward declarations.
2005-03-21  Mike McCormackEliminate casts of the return value of HeapAlloc.
2005-01-09  Paul Vriens- use Interlocked* functions in AddRef and Release.
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-24  Joris HuizerRef count increment/decrement cleanup.
2004-09-09  Alexandre JulliardGet rid of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2003-09-11  Dave MillerRemoved ordinals from comments.
2003-09-09  Alexandre JulliardFixed a few more headers dependency issues.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-06-21  Vincent BéronFixed some various comparisons wrt signedness.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-08-03  Alexandre JulliardMoved GUID definitions to their respective dll.
2000-07-08  Huw D M DaviesImplement IDataAdviseHolder.
2000-01-30  Francois GougetThe COM virtual tables must use the
1999-10-31  Francois GougetGeneralized the use of the new ICOM_VFIELD and ICOM_VTB...
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.