msvcr90: Add a WinSxS manifest resource.
[wine] / dlls / oleaut32 /
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: Fix GetLibAttr for null argument, plus error...
2010-12-22  Nikolay Sivovoleaut32: Basic parameter validation tests for some...
2010-12-22  Nikolay Sivovoleaut32/tests: Test return value without macros.
2010-12-21  Michael Stefaniucoleaut32: Standardize the COM usage in tmarshal.c.
2010-12-21  Michael Stefaniucoleaut32/tests: Standardize the COM usage in tmarshal.c.
2010-12-20  Nikolay Sivovoleaut32/varformat: Fix day string representation forma...
2010-12-16  Michael Stefaniucoleaut32: Use ifaces instead of vtbl pointers in OLEFon...
2010-12-14  Michael Stefaniucoleaut32/tests: Use an iface instead of an vtbl pointer...
2010-12-13  Michael Stefaniucoleaut32: Standardize the COM usage in connpt.c.
2010-12-10  Michael Stefaniucoleaut32: Use ifaces instead of vtbl pointers in OLEPic...
2010-12-05  Michael Stefaniucoleaut32: Use an iface instead of a vtbl pointer in...
2010-12-05  Michael Stefaniucoleaut32: Use an iface instead of a vtbl pointer in...
2010-12-05  Michael Stefaniucoleaut32: Use an iface instead of a vtbl pointer in...
2010-12-05  Michael Stefaniucoleaut32: Use an iface instead of a vtbl pointer in...
2010-12-03  Alexandre Julliardresources: Define a generic mechanism for adding extra...
2010-12-02  Alexandre Julliardoleaut32: Use widl to generate the coclasses registrations.
2010-11-30  Alexandre Julliardoleaut32: Create dll registration resources.
2010-11-29  Nikolay Sivovoleaut32/tests: Some VarDateFromStr() tests.
2010-11-24  Alexandre Julliardoleaut32: Convert dll registration to the new IRegistra...
2010-11-17  Alexandre Julliardoleaut32: Fix the overflow check in VarNumFromParseNum.
2010-11-17  Adam Martinsonoleaut32/tests: Test VT_BSTR => VT_UI8 at upper limit.
2010-11-15  Jacek Cabanoleaut32: Added LoadTypeLib failure test.
2010-11-11  Alexandre Julliardoleaut32: Get rid of the ICOM_THIS_MULTI macro.
2010-11-10  Andrew Eikumoleaut32: Search inherited interfaces again in ITypeCom...
2010-11-03  Paul Vriensoleaut32: Add the Serbian (Latin and Cyrillic) translation.
2010-11-02  Francois GougetAssorted spelling fixes.
2010-10-29  Eric Pouecholeaut32: Fix invalid cast.
2010-10-25  Nikolay Sivovoleaut32: Fix properties type conversion on property...
2010-10-25  Nikolay Sivovoleaut32: Remove some useless null checks.
2010-10-19  Nikolay Sivovoleaut32: Fix multidimensional SAFEARRAY marshalling.
2010-10-18  Trygve Veaoleaut32: Updated Norwegian translation.
2010-10-12  Dmitry Timoshkovoleaut32: Handle VT_DATE in serialize_param()/deseriali...
2010-10-07  Jeremy Drakeoleaut32: Fix handling of negative fractional variant...
2010-10-07  Jeremy Drakeoleaut32/tests: Test conversion of ambiguous DATE values.
2010-10-04  Jeremy Drakeoleaut32/tests: Added tests for negative fractional...
2010-09-28  Luca Bennatioleaut32: Update Italian translation.
2010-09-27  Piotr Cabanoleaut32: Set dialog size in dialog box units in OleCre...
2010-09-27  Piotr Cabanoleaut32: Added OleCreatePropertyFrameIndirect implemen...
2010-09-27  Piotr Cabanoleaut32: Execute OleCreatePropertyFrameIndirect in...
2010-09-27  Piotr Cabanoleaut32: Rename stubs.c file.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-07  Michael Stefaniucoleaut32: The function pointer should be const and...
2010-09-01  Alexandre Julliardoleaut32/tests: Fix a pointer cast warning.
2010-08-31  Alexandre Julliardoleaut32: Use float instead of long in the spec file...
2010-08-31  Alexandre Julliardoleaut32: Use int64 in the spec file for 64-bit integers.
2010-08-30  Francois Gougetoleaut32/tests: Fix compilation on systems that don...
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-25  Nikolay Sivovoleaut32/olepicture: Remove out pointer check in OleCre...
2010-08-25  Nikolay Sivovoleaut32/olepicture: Fix a typo in height conversion.
2010-08-24  Francois GougetAssorted spelling fixes.
2010-08-23  Nikolay Sivovoleaut32/olepicture: No need to check interface pointer...
2010-08-23  Nikolay Sivovoleaut32/olepicture: Fix assumptions about S_OK value.
2010-08-23  Nikolay Sivovoleaut32/olepicture: Properly round while performing...
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-20  Jacek Cabanoleaut32: Try both SYS_WIN64 and SYS_WIN32 syskind...
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-30  Andrew Nguyenoleaut32/tests: Test typelib registration in the user...
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-28  Michael Stefaniucoleaut32: Use IsEqualGUID instead of memcmp to compare...
2010-07-23  Michael Stefaniucoleaut32/tests: Use IsEqualIID instead of memcmp to...
2010-07-22  Michael Stefaniucoleaut32: Remove the ignored common resource attributes.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
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-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-07-19  Vincent Povirkoleaut32: Add test for dibs vs. ddbs in IPicture.
2010-07-05  Ken Sharpoleaut32: Add Welsh resource.
2010-06-24  Francois GougetAssorted typo and spelling fixes.
2010-06-08  Alexandre Julliardoleaut32: Fix handling of 'c' format for non-date varia...
2010-06-01  Nikolay Sivovoleaut32: Copy bytes instead of WCHARs in VarBstrCat.
2010-05-25  Gerald Pfeiferoleaut32/tests: Remove variable rValid which is not...
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-20  Andrew Nguyenoleaut32/tests: Update a comment about PNG support...
2010-05-20  Andrew Nguyenoleaut32: Implicitly initialize COM in OleLoadPicturePath.
2010-05-20  Andrew Nguyenoleaut32: Convert file URLs to DOS paths for special...
2010-05-20  Andrew Nguyenoleaut32: Improve parameter validation in OleLoadPictur...
next