mshtml: Added partial IHTMLDocument2::put_designMode implementation.
[wine] / dlls / avifil32 / wavfile.c
2009-03-10  Francois Gougetavifil32: Add missing AddRefs in IAVIFile_QueryInterface().
2009-01-27  Michael Stefaniucavifil32: Remove superfluous pointer casts.
2008-10-18  Alexandre Julliardavifil32: Convert source files to utf-8.
2008-02-15  Rob Shearmanavifil32: Pass the number of characters to LoadStringW...
2008-02-12  Andrew Talbotavifil32: Assign to structs instead of using memcpy.
2008-01-18  Austin EnglishMisc spelling fixes.
2007-04-03  Andrew Talbotavifil32: Constify some variables.
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-10  Michael Stefaniucavifil32: Win64 printf format warning fixes.
2006-06-13  Michael StefaniucYet another round of redundant NULL checks before HeapFree.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-11  Mike McCormackavifil32: Fix a regression caused by patch removing...
2006-03-10  Mike McCormackavifil32: Use CoTaskMemAlloc when allocating memory...
2006-03-10  Mike McCormackavifil32: Fix some gcc 4.1 warnings cause by windowsx...
2005-07-05  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-05-27  Dmitry TimoshkovMake some of the OLE interface vtables const.
2005-01-14  Paul Vriens- use Interlocked* functions in AddRef and Release.
2004-12-20  Francois GougetAssorted spelling fixes.
2004-10-05  Francois GougetReplace some IUnknown_QueryInterface() calls with the...
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.
2004-07-04  Mike McCormackFix string conversion bugs.
2003-11-26  Michael GünnewigFixed multiple bugs in FindSample implementation of...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-21  Michael Günnewig- Added support for Sun Audio files in wave-file handler.
2003-06-23  Michael Günnewig- Fixed some signed/unsigned mismatches.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-10-19  Michael Günnewig- Fixed loading of wave files.
2002-10-18  Michael Günnewig- Add wavefile handler.