wined3d: Use ARB_internalformat_query2 for the other texture format caps too.
[wine] / dlls / oleaut32 / dispatch.c
2010-12-05  Michael Stefaniucoleaut32: Use an iface instead of a vtbl pointer in...
2009-12-07  James Hawkinsoleaut32: Report the parameter index for any failure...
2009-12-07  James Hawkinsoleaut32: Add tests for DispGetParam. Fix two issues...
2009-02-09  Michael Stefaniucoleaut32: Remove superfluous pointer casts.
2008-11-26  Francois Gougetoleaut32: Remove WINAPI on static functions where not...
2008-04-14  Austin Englisholeaut32: Spelling fixes.
2007-05-16  Andrew Talbotoleaut32: Exclude unused headers.
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-13  Hans Leidekkeroleaut32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-21  Francois GougetAssorted spelling fixes.
2005-09-22  Alexandre JulliardRemoved unused debug channels.
2005-07-11  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-06-01  Robert ShearmanDispInvoke is correct so there is no need to print...
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-10-05  Huw DaviesImplement CreateDispTypeInfo.
2004-09-24  Joris HuizerRef count increment/decrement cleanup.
2004-09-09  Alexandre JulliardGet rid 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-09-29  Francois GougetSome spelling fixes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-09  Robert Shearman- AddRef type info stored in StdDispatch.
2003-03-18  Jon GriffithsDocumentation updates.
2003-01-05  Alexandre JulliardFixed some issues caused by the new oaidl.h.
2002-12-23  Alexandre JulliardGet rid of ole.h.
2002-12-17  Robert ShearmanAdd standard dispatch implementation (CreateStdDispatch).
2002-12-12  Marcus MeissnerSeparated out 16bit sources for ole2disp.dll.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-10-01  Ove KaavenImplemented DispGetParam.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2001-02-12  Patrik StridvallDocumentation argument fixes.
2000-12-19  Francois JacquesImplementation of Dispatch API.