msvcr90: Add a WinSxS manifest resource.
[wine] / dlls / oleaut32 /
2011-08-25  Marcus Meissneroleaut32: Fixed buffer size to MBtoWC.
2011-08-23  Jacek Cabanoleaut32: Correctly test VARIANT_BOOL value in VarCat.
2011-08-22  Nikolay Sivovoleaut32: Use type names and sizeof() instead of hardco...
2011-08-22  Nikolay Sivovoleaut32: Use strdupW to duplicate strings.
2011-08-22  Nikolay Sivovoleaut32: FONTDESC size field value is not important...
2011-08-22  Nikolay Sivovoleaut32/tests: Clean result value checks.
2011-08-22  Nikolay Sivovoleaut32: Get rid of duplicated condition check.
2011-08-22  Nikolay Sivovoleaut32: Clean QueryInterface() method, turn impl...
2011-08-22  Nikolay Sivovoleaut32: Remove some useless comments and initializers.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-04  André Hentscheloleaut32/tests: Skip tests if typelib can't be registered.
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-03  Francois Gougetoleaut32: Fix the spelling of an internal structure...
2011-08-02  Alexandre Julliardoleaut32: Generate a few more coclass registrations...
2011-08-02  Alexandre Julliardoleaut32: Remove typelib registrations.
2011-08-01  Alexandre Julliardoleaut32: Specify the PSFactoryBuffer class in the...
2011-08-01  André Hentscheloleaut32/tests: Only use interface if we succeeded...
2011-07-20  Alistair Leslie... oleaut32: Dont filter out VT_RECORD|VT_REF type in...
2011-07-12  Alistair Leslie... oleaut32: Correct ISupportErrorInfo clsid value.
2011-07-07  Alistair Leslie... oleaut32: Implement ICreateTypeInfo2 SetHelpStringContext.
2011-07-06  Alistair Leslie... oleaut32: COM Cleanup ICreateTypeLib2Imp.
2011-06-27  Marcus Meissneroleaut32: Unshadow cmp to make code work (Coverity).
2011-06-13  Francois Gougetoleaut32: Fix a typo in a documentation comment.
2011-05-31  David Hedbergoleaut32: Don't crash in wrapper if variant resides...
2011-05-26  André Hentscheloleaut32: Update OaBuildVersion.
2011-05-19  Alexandre Julliardoleaut32/tests: Remove some unnecessary constants.
2011-05-18  Alexandre Julliardoleaut32: Reallocate in BSTR_UserUnmarshal to avoid...
2011-05-09  Marcus Meissneroleaut32: Fixed offset calculation (Coverity).
2011-05-04  Huw Daviesoleaut32/tests: Skip the named time tests for locales...
2011-04-26  John Fremlinoleau32: Stop incorrectly parsing dates in bogus YDM...
2011-03-28  Michael Stefaniucoleaut32/tests: Use a proper static COM object.
2011-03-28  Michael Stefaniucoleaut32: COM cleanup for the IPropertyPageSite iface.
2011-03-18  Michael Stefaniucoleaut32/tests: COM cleanup in vartype.c.
2011-03-16  Andrew Eikumoleaut32: Convert ITypeLibImpl to use standard linked...
2011-03-16  Andrew Eikumoleaut32: Convert TLBImpLib to use standard linked...
2011-03-15  Michael Stefaniucoleaut32/tests: COM cleanup in olepicture.c.
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-10  Peter Schellenbacholeaut32: Fixed initial cyLogical value in IFont constr...
2011-03-09  Austin Englisholeaut32: Avoid shadowing a parameter.
2011-03-07  Peter Schellenbacholeaut32: Corrected registration flag inversion in...
2011-03-07  Andrew Eikumoleaut32: Convert TLBFuncDesc to be stored as an array.
2011-03-07  Andrew Eikumoleaut32: Store ITypeInfoImpls in an array.
2011-03-04  Marcus Meissneroleaut32: Local variable goes out of scope via pointer...
2011-02-25  Nikolay Sivovoleaut32: Fix sizeof() usage (Coverity).
2011-02-25  Austin Englisholeaut32/tests: Fix a couple of todo_wine's.
2011-02-25  Austin Englisholeaut32/tests: Remove win9x hacks.
2011-02-24  Huw Daviesoleaut32: Fix the typelib marshaler when the vtbl has...
2011-02-24  Huw Daviesoleaut32: Mask off the lsb from the vtbl offset. This...
2011-02-22  Peter Schellenbacholeaut32: Fixed short time & medium time named formats.
2011-02-22  Alistair Leslie... oleaut32: Implement ITypeInfo_GetNames Stub/Proxy.
2011-02-15  Austin Englisholeaut32/tests: Don't check return values inside of...
2011-02-15  Austin Englisholeaut32/tests: Remove dead assignments (LLVM/Clang).
2011-02-15  Austin Englisholeaut32/tests: Make sure return values are used (LLVM...
2011-02-15  Austin Englisholeaut32/tests: Make sure return values are used (LLVM...
2011-02-15  Austin Englisholeaut32/tests: Make sure a return value is used (LLVM...
2011-02-15  Austin Englisholeaut32/tests: Don't check return values inside of...
2011-02-11  Huw Daviesoleaut32: Implement proxy / stub for ITypeLib2_GetDocum...
2011-02-11  Huw Daviesoleaut32: Implement proxy / stub for ITypeLib_GetDocume...
2011-02-11  Huw Daviesoleaut32: Implement proxy / stub for ITypeInfo2_GetDocu...
2011-02-11  Huw Daviesoleaut32: Implement proxy / stub for ITypeInfo_GetDllEntry.
2011-02-10  Huw Daviesoleaut32: Rewrite ITypeInfo_GetDocumentation proxy...
2011-02-10  Austin Englisholeaut32/tests: Make sure return value is used (LLVM...
2011-02-09  André Hentscheloleaut32: Remove an unneeded error.
2011-02-08  Austin Englisholeaut32/tests: Make sure return values are used (LLVM...
2011-02-08  André Hentscheloleaut32/tests: Add more safearray tests.
2011-02-01  Nikolay Sivovoleaut32/tests: Fix a safearray leak (Valgrind).
2011-02-01  Nikolay Sivovoleaut32/tests: Fix a IRecordInfo leak (Valgrind).
2011-01-31  Nikolay Sivovoleaut32: Fix default parameter variant leak (Valgrind).
2011-01-24  Nikolay Sivovoleaut32: Fix a couple of leaks on typeinfo release...
2011-01-24  Nikolay Sivovoleaut32: Unmarshalled safearray is always unlocked.
2011-01-24  Nikolay Sivovoleaut32/tests: Fix safearray leaks, test return value...
2011-01-20  Nikolay Sivovoleaut32: Fix a stream leak on failure.
2011-01-19  Nikolay Sivovoleaut32/tests: Fix a dead path in test (Valgrind).
2011-01-18  Vincent Povirkoleaut32: Deserialize VT_BOOL as 2 bytes, not 4.
2011-01-17  Nikolay Sivovoleaut32/tests: Fix a string leak (Valgrind).
2011-01-17  Nikolay Sivovoleaut32/safearray: Fix allocation error check for...
2011-01-11  Nikolay Sivovoleaut32/tests: Test for return value directly.
2011-01-11  David Hedbergoleaut32: Make ITypeComp::BindType case-insensitive.
2011-01-11  David Hedbergoleaut32: Handle NULL arguments to ITypeComp::BindType.
2011-01-07  Michael Stefaniucoleaut32/tests: COM cleanup for vartest.c.
2011-01-06  Alexandre Julliardoleaut32: Convert translations to po files.
2011-01-04  Nikolay Sivovoleaut32: Do nothing for TKIND_ALIAS types in ::LayOut().
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...
2011-01-03  Nikolay Sivovoleaut32/tests: Cleanup some test macros.
2011-01-03  Nikolay Sivovoleaut32: Use structure size instead of hardcoded values.
2010-12-31  Hwang YunSongoleaut32: Update Korean resource.
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-29  Michael Stefaniucoleaut32/tests: COM cleanup for usrmarshal.c.
2010-12-28  Nikolay Sivovoleaut32: Use function description layout instead of...
2010-12-27  Nikolay Sivovoleaut32: Get rid of some magic offset values, use...
next