mshtml: HTMLWindow_item code clean up.
[wine] / dlls / oleaut32 / tests /
2011-10-08  Michael Stefaniucoleaut32/tests: Cleanup the EXPECTRES macros.
2011-10-08  Michael Stefaniucoleaut32/tests: Make the EXPECT_* macros that take...
2011-10-08  Michael Stefaniucoleaut32: Fix some VarCyFrom* tests.
2011-09-26  Michael Stefaniucoleaut32/tests: Use FAILED instead of !SUCCEEDED.
2011-09-21  Octavian Voicuoleaut32: Add tmarshal test with variant array and...
2011-08-26  Octavian Voicuoleaut32: Fix leak in typelib marshaler when invoking...
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: FONTDESC size field value is not important...
2011-08-22  Nikolay Sivovoleaut32/tests: Clean result value checks.
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-01  André Hentscheloleaut32/tests: Only use interface if we succeeded...
2011-05-19  Alexandre Julliardoleaut32/tests: Remove some unnecessary constants.
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-18  Michael Stefaniucoleaut32/tests: COM cleanup in vartype.c.
2011-03-15  Michael Stefaniucoleaut32/tests: COM cleanup in olepicture.c.
2011-03-10  Peter Schellenbacholeaut32: Fixed initial cyLogical value in IFont constr...
2011-02-25  Austin Englisholeaut32/tests: Fix a couple of todo_wine's.
2011-02-25  Austin Englisholeaut32/tests: Remove win9x hacks.
2011-02-22  Peter Schellenbacholeaut32: Fixed short time & medium time named formats.
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-10  Austin Englisholeaut32/tests: Make sure return value is used (LLVM...
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-24  Nikolay Sivovoleaut32: Unmarshalled safearray is always unlocked.
2011-01-24  Nikolay Sivovoleaut32/tests: Fix safearray leaks, test return value...
2011-01-19  Nikolay Sivovoleaut32/tests: Fix a dead path in test (Valgrind).
2011-01-17  Nikolay Sivovoleaut32/tests: Fix a string leak (Valgrind).
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-03  Nikolay Sivovoleaut32/tests: Cleanup some test macros.
2010-12-31  Nikolay Sivovoleaut32: Implement ICreateTypeInfo2::SetVarDocString().
2010-12-29  Michael Stefaniucoleaut32/tests: COM cleanup for usrmarshal.c.
2010-12-27  Nikolay Sivovoleaut32: Allow all property methods to have the same...
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: 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/tests: Standardize the COM usage in tmarshal.c.
2010-12-20  Nikolay Sivovoleaut32/varformat: Fix day string representation forma...
2010-12-14  Michael Stefaniucoleaut32/tests: Use an iface instead of an vtbl pointer...
2010-11-29  Nikolay Sivovoleaut32/tests: Some VarDateFromStr() tests.
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-10  Andrew Eikumoleaut32: Search inherited interfaces again in ITypeCom...
2010-10-25  Nikolay Sivovoleaut32: Remove some useless null checks.
2010-10-19  Nikolay Sivovoleaut32: Fix multidimensional SAFEARRAY marshalling.
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-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-01  Alexandre Julliardoleaut32/tests: Fix a pointer cast warning.
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  Nikolay Sivovoleaut32/olepicture: Remove out pointer check in OleCre...
2010-08-24  Francois GougetAssorted spelling fixes.
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-20  Jacek Cabanoleaut32: Try both SYS_WIN64 and SYS_WIN32 syskind...
2010-08-19  Andrew Eikumoleaut32: Implement ITypeInfo2::GetCustData.
2010-07-30  Andrew Nguyenoleaut32/tests: Test typelib registration in the user...
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  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-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-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: Fix ICreateTypeLib2::SetFuncAndParamNames.
2010-05-17  Andrey Turkinoleaut32: Implement ITypeInfo::GetDocumentation.
2010-05-10  Andrey Turkinoleaut32: Implement ICreateTypeInfo2::SetCustData method.
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/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-07  Alexandre Julliardoleaut32: Fix a couple of typelib test failures on...
next