wined3d: Use ARB_internalformat_query2 for the other texture format caps too.
[wine] / dlls / oleaut32 / typelib.c
2013-02-22  Andrew Talbotoleaut32: Avoid signed-unsigned integer comparisons.
2013-02-12  Jacek Cabanoleaut32: Return error if VT_HRESULT is used as return...
2013-02-12  Jacek Cabanoleaut32: COM clean up of ITypeLib2 interface implement...
2012-12-20  Alistair Leslie... oleaut32: Don't output an error when the typelib cannot...
2012-11-30  Alistair Leslie... oleaut32: Fail if we cannot find the TYPELIB resource.
2012-11-13  André Hentscheloleaut32: Fix remaining memory leak (coverity).
2012-11-02  Andrew Eikumoleaut32: helpcontext is not an offset.
2012-10-29  André Hentscheloleaut32: Don't leak memory allocated by heap_alloc_zer...
2012-10-29  André Hentscheloleaut32: Don't leak SafeArray (coverity).
2012-09-19  Jacek Cabanoleaut32: Properly handle TKIND_ALIAS when looking...
2012-08-22  Roman Dadkovoleaut32: Record DocString field in ITypeInfoImpl struc...
2012-08-20  Jacek Cabanoleaut32: Ensure that the right interface is passed...
2012-07-27  Jacek Cabanoleaut32: Use proper helpers for iface calls.
2012-03-16  Alessandro Pignottioleaut32: Avoid converting variants if it is not needed.
2012-02-07  Huw Daviesoleaut32: [restricted] members with negative dispids...
2012-01-26  Nikolay Sivovoleaut32: Some tests for ITypeLib::FindName(), correcte...
2012-01-17  Hans Leidekkeroleaut32: Handle negative offsets into the custom data...
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-03-16  Andrew Eikumoleaut32: Convert ITypeLibImpl to use standard linked...
2011-03-16  Andrew Eikumoleaut32: Convert TLBImpLib to use standard linked...
2011-03-14  Andrew Eikumoleaut32: Convert CustData to use standard linked lists.
2011-03-14  Andrew Eikumoleaut32: Use helper function to get CustData by GUID.
2011-03-11  Andrew Eikumoleaut32: Convert TLBVarDesc to be stored as an array.
2011-03-11  Andrew Eikumoleaut32: Convert TLBImplType to be stored as an array.
2011-03-07  Andrew Eikumoleaut32: Convert TLBFuncDesc to be stored as an array.
2011-03-07  Andrew Eikumoleaut32: Store ITypeInfoImpls in an array.
2011-02-24  Huw Daviesoleaut32: Mask off the lsb from the vtbl offset. This...
2011-01-24  Nikolay Sivovoleaut32: Fix a couple of leaks on typeinfo release...
2011-01-11  David Hedbergoleaut32: Make ITypeComp::BindType case-insensitive.
2011-01-11  David Hedbergoleaut32: Handle NULL arguments to ITypeComp::BindType.
2011-01-04  Nikolay Sivovoleaut32: Use VARENUM members instead of hardcoded...
2011-01-04  Nikolay Sivovoleaut32: Use alloc/free helpers for typelib creation...
2011-01-04  Nikolay Sivovoleaut32: Use IDispatch vtable size instead of hardcode...
2011-01-04  Nikolay Sivovoleaut32: Use implementation pointer to avoid casts.
2011-01-03  Nikolay Sivovoleaut32: Use alloc/free helpers for all typelib parse...
2010-12-31  Nikolay Sivovoleaut32: Update variable description and typeinfo...
2010-12-28  Nikolay Sivovoleaut32: Use function description layout instead of...
2010-12-27  Nikolay Sivovoleaut32: Get rid of some magic offset values, use...
2010-12-27  Nikolay Sivovoleaut32: Move common define to a header.
2010-12-22  Nikolay Sivovoleaut32: Fix GetLibAttr for null argument, plus error...
2010-12-22  Nikolay Sivovoleaut32: Basic parameter validation tests for some...
2010-11-10  Andrew Eikumoleaut32: Search inherited interfaces again in ITypeCom...
2010-09-07  Michael Stefaniucoleaut32: The function pointer should be const and...
2010-08-26  Alexandre Julliardoleaut32: Add tests for DispCallFunc and fix a number...
2010-08-25  Alexandre Julliardoleaut32: Implement DispCallFunc for x86_64.
2010-08-25  Alexandre Julliardoleaut32: Simplify the i386 implementation of DispCallFunc.
2010-08-20  Jacek Cabanoleaut32: Try both SYS_WIN64 and SYS_WIN32 syskind...
2010-07-30  Andrew Nguyenoleaut32: Partially implement UnRegisterTypeLibForUser.
2010-07-30  Andrew Nguyenoleaut32: Partially implement RegisterTypeLibForUser.
2010-07-29  Huw Daviesoleaut32: Don't invoke a function that has the restrict...
2010-07-20  Alexandre Goujonoleaut32/typelib: Fix ITypeInfo_Invoke with restricted...
2010-07-19  Andrew Eikumoleaut32: Don't fail if member is missing in ITypeComp...
2010-05-10  Michael Stefaniucoleaut32: Avoid using long.
2010-04-09  Alexandre Julliardoleaut32: Query the path of the correct kind of typelib...
2010-04-07  Alexandre Julliardoleaut32: Fix some pointer conversion warnings on 64...
2010-04-07  Vincent Povirkoleaut32: Limit the number of arguments traced.
2010-04-01  Huw Daviesoleaut32: Only unregister those types that were registered.
2010-04-01  Huw Daviesoleaut32: Only oleautomation interfaces as well as...
2010-03-22  Vincent Povirkoleaut32: Allow named args to be combined with position...
2010-03-18  Piotr Cabanoleaut32: Fix ITypeInfo GetImplTypeFlags for dispinterf...
2010-03-17  Vincent Povirkoleaut32: Always use DISPID_PROPERTYPUT to fill in...
2010-03-16  Piotr Cabanoleaut32: Set parameter to NULL in GetMops stub.
2010-03-15  Vincent Povirkoleaut32: Return type mismatch errors in ITypeLibComp_f...
2010-02-17  Piotr Cabanoleaut32: Fix crash in LoadTypeLib if typelib name...
2010-02-10  Michael Stefaniucoleaut32: Avoid using HIWORD on string pointers.
2009-11-29  Rob Shearmanoleaut32: Free the correct pointer on error in TLB_Allo...
2009-11-19  Rob Shearmanoleaut32: Fix memory leak of name in ITypeLib2_Construc...
2009-11-19  Rob Shearmanoleaut32: Fix circular reference counting in typelibs...
2009-11-18  Rob Shearmanoleaut32: Fix memory leaks in ITypeInfo_fnInvoke.
2009-11-10  Sunil Mohan Adapaoleaut32: Do no check for dispatchable flag on dual...
2009-11-10  Sunil Mohan Adapaoleaut32: Fix SLTG parser so that dual interfaces are...
2009-11-10  Sunil Mohan Adapaoleaut32: Fix SLTG parser so that dispatch interface...
2009-10-26  Jeremy Whiteoleaut32: Implement the ability to marshall VT_CARRAY...
2009-10-06  Alexandre Julliardoleaut32: Use an assembly wrapper to implement DispCall...
2009-09-16  Vincent Povirkoleaut32: Use DISPATCH_HREF_MASK even for non-dual...
2009-09-10  Vincent Povirkoleaut32: Implement ITypeLibComp::BindType.
2009-09-02  Vincent Povirkoleaut32: Handle LCID arguments in ITypeInfo::Invoke.
2009-09-01  Austin Englisholeaut32: Avoid a NULL pointer dereference.
2009-08-26  Vincent Povirkoleaut32: Make ITypeInfo2::GetCustData succeed when...
2009-08-20  Vincent Povirkoleaut32: Map INT and UINT typedesc's to VT_I4 and...
2009-08-18  Sunil Mohanoleaut32: Fix SLTG_ReadString to null terminate.
2009-07-03  Alexandre Julliardoleaut32: Replace long and unsigned long by more approp...
2009-06-09  Huw Daviesoleaut32: TLibAttr.lcid is read from the second lcid...
2009-05-21  Alexandre Julliardoleaut32: Add support for registering 64-bit typelibs.
2009-04-13  Dmitry Timoshkovoleaut32: Add some additional tests for QueryPathOfRegT...
2009-04-01  Alexandre Julliardoleaut32: Don't use 16-bit headers.
2009-02-09  Michael Stefaniucoleaut32: Remove superfluous pointer casts.
2009-02-02  Marcus Meissneroleaut32: Removed useless NULL ptr check (Coverity).
2009-01-29  Rob Shearmanoleaut32: Fix the typelib tests on 64-bit platforms.
2009-01-12  Rob Shearmanoleaut32: Dump MSFT format typeinfos upon loading.
2008-12-02  Alexandre Julliardoleaut32: Make some functions static.
2008-11-26  Francois Gougetoleaut32: Remove WINAPI on static functions where not...
2008-11-26  Huw Daviesoleaut32: Add support for loading typelibs from NE...
2008-11-03  Andrew Talbotoleaut32: Sign-compare warnings fix.
2008-10-08  Michael Stefaniucoleaut32: Use FAILED instead of !SUCCEEDED.
2008-09-23  Detlef Riekenbergoleaut32: Remove redundant NULL check before SysFreeString.
2008-09-16  Huw Daviesoleaut32: Use V_INT instead of V_UNION.
2008-09-16  Huw Daviesoleaut32: Add support for VT_INT and VT_UINT constants.
2008-09-15  Mikołaj Zalewskioleaut32: Make _argsize and _xsize receive the full...
2008-09-05  Marcus MeissnerAnnotate with allocation size attribute.
next