kernel32: Print in the CopyFileW trace also fail_if_exists parameter.
[wine] / dlls / oleaut32 / typelib2.c
2011-10-08  Andrew Talbotoleaut32: Mark some fall-throughs in a switch statement.
2011-10-06  Nikolay Sivovoleaut32/typelib: Use BSTR for filename.
2011-10-06  Nikolay Sivovoleaut32/typelib: Properly handle allocation failure...
2011-09-02  Michael Stefaniucoleaut32: COM cleanup in typelib2.c.
2011-07-07  Alistair Leslie... oleaut32: Implement ICreateTypeInfo2 SetHelpStringContext.
2011-07-06  Alistair Leslie... oleaut32: COM Cleanup ICreateTypeLib2Imp.
2011-05-09  Marcus Meissneroleaut32: Fixed offset calculation (Coverity).
2011-01-31  Nikolay Sivovoleaut32: Fix default parameter variant leak (Valgrind).
2011-01-04  Nikolay Sivovoleaut32: Do nothing for TKIND_ALIAS types in ::LayOut().
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-03  Nikolay Sivovoleaut32: Use structure size instead of hardcoded values.
2010-12-31  Nikolay Sivovoleaut32: Implement ICreateTypeInfo2::SetVarDocString().
2010-12-31  Nikolay Sivovoleaut32: Update variable description and typeinfo...
2010-12-31  Nikolay Sivovoleaut32: Get function/variable description size with...
2010-12-30  Nikolay Sivovoleaut32: Get rid of useless comment lines.
2010-12-27  Nikolay Sivovoleaut32: Move common define to a header.
2010-12-27  Nikolay Sivovoleaut32: Get SYSKIND value with a helper.
2010-12-27  Nikolay Sivovoleaut32: Allow all property methods to have the same...
2010-12-27  Nikolay Sivovoleaut32: Add a helper to return INVOKEKIND flags value.
2010-12-24  Nikolay Sivovoleaut32: Hide variables and functions count storage...
2010-12-24  Nikolay Sivovoleaut32: Fix ICreateTypeInfo2::SetVarHelpContext(...
2010-12-23  Nikolay Sivovoleaut32: Fix null parameters handling in ICreateTypeLi...
2010-12-22  Nikolay Sivovoleaut32: Added ICreateTypeInfo2::SetVarHelpContext().
2010-12-22  Nikolay Sivovoleaut32: Basic parameter validation tests for some...
2010-08-23  Andrew Eikumoleaut32: Implement decoding for complex typedescs.
2010-08-23  Andrew Eikumoleaut32: Implement ITypeInfo2::GetFuncDesc.
2010-08-23  Andrew Eikumoleaut32: Improve MEMBERID assignment in ICreateTypeInf...
2010-08-23  Andrew Eikumoleaut32: Properly mask size from funcdesc typedata.
2010-08-23  Andrew Eikumoleaut32: Improve ITypeInfo::ReleaseTypeAttr.
2010-08-23  Andrew Eikumoleaut32: Implement ITypeInfo2::ReleaseFuncDesc.
2010-08-19  Andrew Eikumoleaut32: Implement ITypeInfo2::GetCustData.
2010-08-19  Andrew Eikumoleaut32: Ensure that CyclicList nodes have a type.
2010-08-19  Andrew Eikumoleaut32: Overwrite previous CustData segment.
2010-08-19  Andrew Eikumoleaut32: Use correct bitpattern if referenced type...
2010-07-28  Michael Stefaniucoleaut32: Use IsEqualGUID instead of memcmp to compare...
2010-07-20  Andrey Turkinoleaut32: Better handle secondary type when generating...
2010-07-20  Andrey Turkinoleaut32: Add support for const variables.
2010-07-20  Andrey Turkinoleaut32: Reuse existing function to encode custom...
2010-05-24  Andrey Turkinoleaut32: Don't rewrite name's hreftype.
2010-05-24  Andrey Turkinoleaut32: Store correct offset for imported files in...
2010-05-24  Andrey Turkinoleaut32: Fix ctl2_alloc_importfile offset calculations.
2010-05-17  Andrey Turkinoleaut32: Set flag for retval params in ICreateTypeInfo...
2010-05-17  Andrey Turkinoleaut32: Distinguish between variables and functions...
2010-05-17  Andrey Turkinoleaut32: Implement ICreateTypeInfo2::SetFuncCustData.
2010-05-17  Andrey Turkinoleaut32: Fix ICreateTypeLib2::SetFuncAndParamNames.
2010-05-17  Andrey Turkinoleaut32: Implement ITypeInfo::GetDocumentation.
2010-05-10  Andrey Turkinoleaut32: Implement ICreateTypeInfo2::SetCustData method.
2010-05-10  Andrey Turkinoleaut32: Add handling of some more VARIANT types in...
2010-04-07  Alexandre Julliardoleaut32: Fix a couple of typelib test failures on...
2010-03-19  Alexandre Julliardoleaut32: Move variable declaration outside of the...
2010-03-18  Piotr Cabanoleaut32: Improve ITypeInfo2 GetRefTypeOfImplType imple...
2010-03-18  Piotr Cabanoleaut32: Improve ICreateTypeInfo2 AddImplType implemen...
2010-03-18  Piotr Cabanoleaut32: Improve ITypeInfo2 GetTypeAttr implementation.
2010-03-17  Michael Stefaniucoleaut32: Plug some memleaks on error paths (Smatch).
2010-03-17  Michael Stefaniucoleaut32: Remove superfluous NULL check before HeapFree...
2010-03-16  Piotr Cabanoleaut32: Improve ICreateTypeInfo_LayOut implementation.
2010-03-16  Piotr Cabanoleaut32: Improved ICreateTypeInfo AddFuncDesc implemen...
2010-03-16  Piotr Cabanoleaut32: Use QueryPathOfRegTypeLib in ICreateTypeInfo2...
2010-03-16  Piotr Cabanoleaut32: Remove incorrect memid validation.
2010-03-16  Piotr Cabanoleaut32: Fix importinfo flags.
2010-03-16  Piotr Cabanoleaut32: Fix some reference leaks.
2010-03-16  Piotr Cabanoleaut32: Added ICreateTypeInfo2_SetFuncHelpContext...
2010-03-16  Piotr Cabanoleaut32: Improve dual interfaces creation in typelib.
2010-03-16  Piotr Cabanoleaut32: Improve TypeInfos with changed TypeKind handling.
2010-03-16  Piotr Cabanoleaut32: Simplify ICreateTypeInfo2_SetTypeFlags implem...
2010-03-01  Michael Stefaniucoleaut32: Remove superfluous NULL check before HeapFree...
2010-02-25  Piotr Cabanoleaut32: Update TypeInfo flags when object inherits...
2010-02-25  Piotr Cabanoleaut32: Added ITypeLib2_GetDocumentation implementation.
2010-02-25  Piotr Cabanoleaut32: Added ITypeLib2_GetLibAttr implementation.
2010-02-24  Piotr Cabanoleaut32: Added implementation of ITypeInfo2_GetRefType...
2010-02-24  Piotr Cabanoleaut32: Added implementation of ITypeInfo2_GetImplTyp...
2010-02-24  Piotr Cabanoleaut32: Improve TKIND_COCLASS handling while creating...
2010-02-24  Piotr Cabanoleaut32: Fix importfile searching in ctl2_alloc_import...
2010-02-24  Piotr Cabanoleaut32: Added implementation of ITypeInfo2_fnGetTypeAttr.
2010-02-23  Piotr Cabanoleaut32: Improved implementation of ICreateTypeInfo2_f...
2010-02-23  Piotr Cabanoleaut: Added ITypeInfo2_fnGetRefTypeInfo implementation.
2010-02-23  Piotr Cabanoleaut32: Improved ICreateTypeInfo2_AddRefTypeInfo...
2010-02-23  Piotr Cabanoleaut32: Improved ICreateTypeInfo2_SetFuncAndParamName...
2010-02-23  Piotr Cabanoleaut32: Added VT_BSTR handling to ctl2_add_default_value.
2010-02-23  Piotr Cabanoleaut32: Added more arguments with default values...
2010-02-23  Piotr Cabanoleaut32: Added partial ICreateTypeInfo2_AddFuncDesc...
2010-02-22  Piotr Cabanoleaut32: Added MEMBERID_NIL handling to ICreateTypeInf...
2010-02-22  Piotr Cabanoleaut32: Added TypeInfo validation in ICreateTypeInfo_...
2010-02-22  Piotr Cabanoleaut32: Improved ICreateTypeInfo2_fnAddFuncDesc imple...
2010-02-22  Piotr Cabanoleaut32: Added partial ICreateTypeInfo2_LayOut impleme...
2010-02-18  Piotr Cabanoleaut32: Store names in list.
2010-02-18  Piotr Cabanoleaut32: Store indices in list.
2010-02-18  Piotr Cabanoleaut32: Compute TypeInfo offsets while writing data.
2010-02-18  Piotr Cabanoleaut32: Store CreateTypeInfo->typedata in list.
2010-02-17  Piotr Cabanoleaut32: Return TYPE_E_NAMECONFLICT in ICreateTypeLib2...
2009-07-03  Alexandre Julliardoleaut32: Replace long and unsigned long by more approp...
2009-06-11  Huw Daviesoleaut32: Calling SetLcid with LOCALE_NEUTRAL is a...
2008-11-03  Andrew Talbotoleaut32: Sign-compare warnings fix.
2008-10-08  Michael Stefaniucoleaut32: Use FAILED instead of !SUCCEEDED.
2008-07-11  Andrew Talbotoleaut32: Remove unneeded address-of operators from...
2008-07-08  Jon Griffithsoleaut32: Implement ICreateTypeLib2::SetHelpStringConte...
2008-07-01  Jon Griffithsoleaut32: Implement ICreateTypeLib2_SetHelpContext.
2008-06-30  Jon Griffithsoleaut32: Null doc string params return E_INVALIDARG.
2008-06-30  Jon Griffithsoleaut32: ICreateTypeLib2_SetLcid sets both LCID's.
next