mshtml: HTMLWindow_item code clean up.
[wine] / dlls / msdmo / dmoreg.c
2010-11-29  Alexandre Julliardmsdmo: Don't use an interface pointer for an internal...
2010-11-29  Michael Stefaniucmsdmo: Use an iface instead of a vtbl pointer in IEnumD...
2009-01-23  Michael Stefaniucmsdmo: Remove superfluous pointer casts.
2008-10-18  Alexandre Julliardmsdmo: Convert source files to utf-8.
2008-10-13  Marcus MeissnerFixed RegEnumKey(Ex)W buffer sizes.
2008-04-10  Andrew Talbotmsdmo: Fix calculation of array size in bytes.
2008-04-08  Andrew Talbotmsdmo: Array parameter is passed to function as pointer...
2007-10-29  Aric Stewartmsdmo: Fix to DMOEnum to properly enumerate the keys...
2007-10-15  Francois Gougetmsdmo: Fix the DMOGetName() prototype.
2007-10-15  Francois Gougetmsdmo: Fix a winapi_check documentation warning and...
2007-10-11  Aric Stewartmsdmo: Improve registration and reading of codecs.
2007-10-05  Aric Stewartmsdmo: Implement DMOGetTypes.
2007-06-13  Francois Gougetmsdmo: Improve the prototypes Win64 compatibility by...
2007-05-29  Andrew Talbotmsdmo: Constify some variables.
2007-01-12  Andrew Talbotmsdmo: Declare a function static.
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-06  Michael Stefaniucmsdmo: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-02  Marcus MeissnerDrop duplicate definition of IID_IEnumDMO.
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-30  Eric PouechConst correctness fixes.
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
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-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2003-11-25  Ulrich CzekallaImplemented DMORegister, DMOUnregister, DMOGetName...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-21  Michael Günnewig- Implemented Mo* methods.
2002-03-22  Hidenori TakeshimaRemoved some code because of concerns over the Microsof...
2002-03-20  Hidenori TakeshimaImplemented some APIs.