include: Assorted spelling fixes.
[wine] / dlls / oleaut32 /
2012-12-10  Nikolay Sivovoleaut32: Use correct allocation length (Coverity).
2012-11-30  Alistair Leslie... oleaut32: Fail if we cannot find the TYPELIB resource.
2012-11-26  Dmitry Timoshkovoleaut32: Add support for saving an empty picture.
2012-11-26  Dmitry Timoshkovoleaut32: Add a test for loading/saving an empty picture.
2012-11-14  Michael Stefaniucoleaut32: Remove a superfluous TRUE:FALSE conditional...
2012-11-13  André Hentscheloleaut32: Fix remaining memory leak (coverity).
2012-11-02  Andrew Eikumoleaut32: helpcontext is not an offset.
2012-10-29  André Hentscheloleaut32: Don't leak memory allocated by heap_alloc_zer...
2012-10-29  André Hentscheloleaut32: Don't leak SafeArray (coverity).
2012-10-18  Alexandre Julliardoleaut32/tests: Delete the correct object in the icon...
2012-10-01  Marcus Meissneroleaut2: Pass up errors on typelib writeout (Coverity).
2012-09-24  Francois Gougetoleaut32/tests: Fix compilation on systems that don...
2012-09-19  Jacek Cabanoleaut32: Properly handle TKIND_ALIAS when looking...
2012-09-18  Charles Davisoleaut32/tests: Don't use a C99 keyword as a method...
2012-09-18  Charles Davisoleaut32/tests: Don't take the size of a pointer (Clang).
2012-09-04  Nikolay Sivovoleaut32: Added some VT_DECIMAL rounding tests.
2012-08-29  Alistair Leslie... oleaut32: Add VT_BSTR to VT_UI2|VT_ARRAY test.
2012-08-24  Roman Dadkovoleaut32: Fix VectorFromBstr call in VARIANT_CoerceArray.
2012-08-22  Roman Dadkovoleaut32: Record DocString field in ITypeInfoImpl struc...
2012-08-20  Jacek Cabanoleaut32: Added more tests.
2012-08-20  Jacek Cabanoleaut32: Ensure that the right interface is passed...
2012-08-13  Jacek Cabanoleaut32/tests: Use proper helpers for iface calls.
2012-07-27  Jacek Cabanoleaut32: Use proper helpers for iface calls.
2012-06-29  Huw Daviesoleaut32: If the records' guids are equal then the...
2012-06-26  Huw Daviesoleaut32: Add support for boolean strings in VarNot.
2012-06-21  Francois Gougetoleaut32: Use the CSTR_XXX macros instead of numeric...
2012-06-11  Thomas Faberoleaut32: Fix build with MSVC.
2012-06-01  Dmitry Timoshkovoleaut32: Add a test for saving an icon into a stream.
2012-06-01  Dmitry Timoshkovoleaut32: Always write header to stream when saving...
2012-06-01  Dmitry Timoshkovoleaut32: Simplify bitmap saving code.
2012-06-01  Dmitry Timoshkovoleaut32: Explicitly initialize idReserved field in...
2012-06-01  Dmitry Timoshkovoleaut32: Recognize icon and cursor in the being loaded...
2012-05-25  Alexandre Julliardoleaut32/tests: Fix handle sign extension on 64-bit.
2012-05-17  Dmitry Timoshkovoleaut32: Add a test for saving bitmap data into a...
2012-05-17  Dmitry Timoshkovoleaut32: OLEPictureImpl_Save should load bitmap data...
2012-05-17  Dmitry Timoshkovoleaut32: OleCreatePictureIndirect should set loadtime_...
2012-05-17  Dmitry Timoshkovoleaut32: Move OLEPicture implementation into its own...
2012-05-17  Dmitry Timoshkovoleaut32: Call OleCreatePictureIndirect directly.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-07  Daniel Jelinskioleaut32: Added support for loading cursors in OLEPicture.
2012-05-02  Jacek Cabanoleaut32: Added warn+heap support for cached BSTRs.
2012-05-02  Jacek Cabanoleaut32: Use a struct for internal BSTR representation...
2012-05-01  Jacek Cabanoleaut32: SysStringByteLen code clean up.
2012-05-01  Jacek Cabanoleaut32: SysStringLen code clean up.
2012-04-30  Jacek Cabanoleaut32: Added BSTR cache implementation.
2012-04-19  Daniel Lehmanoleaut32: Treat years 0 to 29 as 2000 to 2029 in VARIAN...
2012-04-16  Michael Stefaniucoleaut32/tests: Compare the correct variants.
2012-03-16  Alessandro Pignottioleaut32: Avoid converting variants if it is not needed.
2012-02-17  Huw Daviesoleaut32: Zero-init [out] only parameters.
2012-02-15  Jeremy Whiteoleaut32: When marshalling VT_CARRAY, only marshall...
2012-02-07  Huw Daviesoleaut32: [restricted] members with negative dispids...
2012-01-26  Nikolay Sivovoleaut32: Some tests for ITypeLib::FindName(), correcte...
2012-01-23  Alexandre Julliardoleaut32/tests: Use a better invalid color for the...
2012-01-17  Hans Leidekkeroleaut32: Handle negative offsets into the custom data...
2012-01-09  Francois Gougetoleaut32/tests: Dynamically load some functions that...
2012-01-09  Francois Gougetoleaut32/tests: Skip the VarBstrCat() tests when that...
2012-01-09  Francois Gougetoleaut32/tests: Once we have a function pointer, use...
2012-01-09  Francois Gougetoleaut32/tests: Skip some tests when OleLoadPictureEx...
2012-01-09  Francois Gougetoleaut32/tests: Fix the olepicture START_TEST() indenta...
2012-01-09  Francois Gougetoleaut32/tests: Use win_skip() when detecting an API...
2011-12-16  Alexandre Julliardoleaut32: Fix IPicture::SelectPicture to not try to...
2011-11-23  Frédéric Delanoyoleaut32: Avoid hardcoding array lengths.
2011-11-21  Frédéric Delanoyoleaut32: Avoid harcoding array lengths.
2011-11-14  Marcus Meissneroleaut32: Use correct variable (Coverity).
2011-10-08  Andrew Talbotoleaut32: Mark some fall-throughs in a switch statement.
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-10-06  Nikolay Sivovoleaut32/typelib: Use BSTR for filename.
2011-10-06  Nikolay Sivovoleaut32/typelib: Properly handle allocation failure...
2011-09-26  Michael Stefaniucoleaut32/tests: Use FAILED instead of !SUCCEEDED.
2011-09-21  Octavian Voicuoleaut32: Add tmarshal test with variant array and...
2011-09-02  Michael Stefaniucoleaut32: COM cleanup in typelib2.c.
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: 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.
next