atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / dxdiagn / container.c
2012-03-26  Michael Stefaniucdxdiagn: Print the debug string and not the pointer...
2011-08-22  Michael Stefaniucdxdiagn: COM cleanup for the IDxDiagContainer iface.
2011-06-15  Andrew Nguyendxdiagn: Unconditionally initialize the passed variant...
2011-03-16  Francois Gougetdxdiagn: Make IDxDiagContainerImpl_QueryInterface(...
2011-02-15  Andrew Nguyendxdiagn: Transition to the information tree by making...
2011-02-15  Andrew Nguyendxdiagn: Make the containers keep a reference to a...
2011-02-01  Andrew Nguyendxdiagn: Convert the property linked list to a standard...
2011-02-01  Andrew Nguyendxdiagn: Convert the container linked list to a standar...
2011-02-01  Andrew Nguyendxdiagn: Avoid zeroing memory in container functions.
2010-03-23  Andrew Nguyendxdiagn: Successfully copy to destination variants...
2010-03-23  Andrew Nguyendxdiagn: Fix return value of IDxDiagContainer::GetProp...
2010-03-15  Andrew Nguyendxdiagn: Fix string copy behavior with an excessively...
2010-03-15  Andrew Nguyendxdiagn: Fix return and output behavior of IDxDiagConta...
2010-03-15  Andrew Nguyendxdiagn: Fix dot parsing in IDxDiagContainer::GetChildC...
2010-03-15  Andrew Nguyendxdiagn: Initialize output pointer to NULL in IDxDiagCo...
2010-03-15  Andrew Nguyendxdiagn: Fix string copy behavior with an excessively...
2010-03-15  Andrew Nguyendxdiagn: Fix return and output behavior of IDxDiagConta...
2009-12-22  Andrew Nguyendxdiagn: Make the IDxDiag* interfaces conform to the...
2008-11-28  Francois Gougetdxdiagn: Remove WINAPI on static functions where not...
2008-10-08  Michael Stefaniucdxdiagn: Use FAILED instead of !SUCCEEDED.
2008-08-26  Andrew Talbotdxdiagn: Sign-compare warning fix.
2008-05-28  Vitaliy Margolendxdiagn: A number of FIXMEs can be replaced with TRACEs.
2008-01-07  Andrew Talbotdxdiagn: Remove unneeded casts.
2006-10-07  Michael Stefaniucdxdiagn: Win64 printf format warning fixes.
2006-06-10  Alexandre Julliarddxdiagn: Make the virtual table functions static where...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-02  Alexandre JulliardFixed some compiler warnings on old gcc versions.
2005-11-07  Raphael Junqueira- bug fixes on AddProp, AddContainer (stupid buffer...
2005-11-03  Raphael JunqueiraFill provider with some empty containers.
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-02-01  James HawkinsProperly implement DllCanUnloadNow ref counting.
2005-01-27  Raphael Junqueira- some fixes on sub containers support
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2004-09-06  Alexandre JulliardRemoved some uses 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-04-19  Raphael Junqueira- fix dxdiag.h (again)