wined3d: Use a lookup table in select_card_ati_binary().
[wine] / dlls / oleaut32 /
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...
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-17  Gerald Pfeiferoleaut32: Remove variable rOk which is not really used...
2010-05-10  Andrey Turkinoleaut32: Implement ICreateTypeInfo2::SetCustData method.
2010-05-10  Andrey Turkinoleaut32: Add handling of some more VARIANT types in...
2010-05-10  Huw Daviesoleaut32: Set the font to dirty when loading a new...
2010-05-10  Michael Stefaniucoleaut32: Avoid using long.
2010-05-10  Gerald Pfeiferoleaut32/tests: Remove variable changed which is not...
2010-05-08  André Hentscheloleaut32: Check if the delimiter is a date delimiter.
2010-05-03  Gerald Pfeiferoleaut32: Remove variable iLengthScanLineColor which...
2010-05-03  Gerald Pfeiferoleaut32/tests: Remove variable expectedhres which...
2010-04-22  Gerald Pfeiferoleaut32: Remove two variables that are not really...
2010-04-12  Paul Vriensoleau32/tests: Fix test failures on Win9x/WinMe by...
2010-04-09  Alexandre Julliardoleaut32: Use the x87 assembly code for rounding on...
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-07  Alexandre Julliardoleaut32: Fix a couple of typelib test failures on...
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-30  André Hentscheloleaut32: Add some spaces to the test output for better...
2010-03-29  Mikhail Maroukhineole: Fix compiler warnings with flag -Wcast-qual.
2010-03-29  Francois Gougetoleaut32/tests: Fix compilation on systems that don...
2010-03-23  Alistair Leslie... oleaut32: Add ISupportErrorInfo registry entry.
2010-03-22  Francois GougetAssorted spelling and case fixes.
2010-03-22  Vincent Povirkoleaut32: Allow named args to be combined with position...
2010-03-19  Alexandre Julliardoleaut32: Move variable declaration outside of the...
2010-03-18  Piotr Cabanoleaut32: Improve ITypeInfo2 GetRefTypeOfImplType imple...
next