atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / mshtml / conpoint.c
2012-02-01  Piotr Cabanmshtml: Make cookie parameter optional in ConnectionPoi...
2011-03-08  Thomas Mullalymshtml: Correctly forward IHTMLWindow's IHTMLDocument...
2011-01-03  Michael Stefaniucmshtml: COM cleanup for the IConnectionPoint* ifaces.
2010-10-25  Nikolay Sivovmshtml: Remove useless initialization.
2010-01-04  Jacek Cabanmshtml: Make sure that event listeners of connection...
2010-01-04  Jacek Cabanmshtml: Store ConnectionPointContainer pointer in Conne...
2009-11-24  Jacek Cabanmshtml: Added support for connection point HTML notific...
2009-11-24  Jacek Cabanmshtml: Share connection points between HTMLDocumentObj...
2008-10-20  Andrew Talbotmshtml: Sign-compare warnings fix.
2008-04-07  Jacek Cabanmshtml: Remove unneeded includes.
2008-03-06  Andrew Talbotmshtml: Assign to structs instead of using memcpy.
2007-12-06  Michael Stefaniucmshtml: Rename the wrappers around HeapAlloc() &Co...
2007-12-05  Jacek Cabanmshtml: Improve debug traces.
2007-12-04  Jacek Cabanmshtml: Make IConnectionPointContainer more flexible.
2007-06-29  Jacek Cabanmshtml: Make connection points container independent.
2007-06-29  Jacek Cabanmshtml: Move IConnectionPointContainer to the separated...
2007-06-29  Jacek Cabanmshtml: Store connection point as a list.
2007-06-29  Jacek Cabanmshtml: Don't use dynamic allocation for connection...
2006-10-06  Jacek Cabanmshtml: Win64 printf format warning fixes.
2006-08-23  Jacek Cabanmshtml: Use IPropertyNotifySink connection point.
2006-08-18  Jacek Cabanmshtml: Fix Advise implementation for IPropertyNotifySink.
2006-07-20  Jacek Cabanmshtml: Wrap remaining Heap* functions by inline functions.
2006-06-26  Jacek Cabanmshtml: Added Unadvise implementation.
2006-06-26  Jacek Cabanmshtml: Destroy connection points.
2006-06-26  Jacek Cabanmshtml: Added Advise implementation.
2006-06-23  Jacek Cabanmshtml: Fix a typo.
2006-06-20  Jacek Cabanmshtml: Added IPropertyNotifySink connection point.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Jacek Cabanmshtml: Added GetConnectionInterface implementation.
2006-05-05  Jacek Cabanmshtml: Added GetConnectionPointContainer implementation.
2006-05-05  Jacek Cabanmshtml: Added stub implementation of connection points.
2006-05-05  Jacek Cabanmshtml: Added IConnectionPointContainer stub implementa...