atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / devenum / mediacatenum.c
2012-06-19  Detlef Riekenbergdevenum: Do not fail with a IBindCtx (with tests).
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-04-03  Michael Stefaniucdevenum: Don't use DEVENUM_IPropertyBag_AddRef method...
2012-04-03  Michael Stefaniucdevenum: COM cleanup for IMoniker (MediaCatMoniker).
2012-04-03  Michael Stefaniucdevenum: COM cleanup for IEnumMoniker.
2010-12-05  Michael Stefaniucdevenum: Use an iface instead of an vtbl pointer in...
2010-01-14  Michael Stefaniucdevenum: Avoid newlines inside FIXME messages.
2009-01-13  Michael Stefaniucdevenum: Remove superfluous pointer casts.
2008-12-08  Christian Costadevenum: Fix traces and fixmes.
2008-07-11  Maarten Lankhorstdevenum: Call VariantInit instead of VariantClear.
2008-06-25  Alexander Dorofeyevdevenum: Update type when reading binary data to VT_EMP...
2008-01-07  Peter Dons Tychsendevenum: Fix the implementation of IEnumMoniker::Skip...
2007-05-02  Andrew Talbotdevenum: Exclude unused header.
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2006-10-09  Michael Stefaniucdevenum: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-07-27  Alexandre JulliardReplace the ICOM_THIS_From macros by inline functions.
2005-07-11  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-05-30  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-05-18  Maarten LankhorstPass property bag to IPersistPropertyBag, if supported.
2005-04-26  Maarten LankhorstFixed a reference leak.
2005-01-10  Paul Vriens- use Interlocked* functions in AddRef and Release.
2005-01-09  Christian CostaFixed error handling in Graphbuilder_RenderFile.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-09  Christian CostaInitialize the hkey member when creating the propery...
2004-12-07  Robert ShearmanClean up devenum and properly implement DllCanUnloadNow...
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-06-14  Robert ShearmanAvoid crash by passing pointer to RegSetValueEx.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2003-12-30  Robert Shearman- Fixed buffer overflow in IFilterMapper2::RegisterFilter.
2003-08-05  Robert ShearmanMake IPropertBag_Read use a dynamically allocated array...
2003-07-22  Marcus MeissnerFix some small pointer aliasing problems.
2003-07-01  Robert ShearmanImplemented DevEnum dll.