winedbg: When filling an imagehlp frame information, also do the stack field, it...
[wine] / dlls / oleaut32 /
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...
2010-03-18  Piotr Cabanoleaut32: Improve ICreateTypeInfo2 AddImplType implemen...
2010-03-18  Piotr Cabanoleaut32: Fix ITypeInfo GetImplTypeFlags for dispinterf...
2010-03-18  Piotr Cabanoleaut32/tests: Make tests working on older systems...
2010-03-18  Piotr Cabanoleaut32: Improve ITypeInfo2 GetTypeAttr implementation.
2010-03-17  Michael Stefaniucoleaut32: Plug some memleaks on error paths (Smatch).
2010-03-17  Michael Stefaniucoleaut32: Remove superfluous NULL check before HeapFree...
2010-03-17  Vincent Povirkoleaut32: Always use DISPID_PROPERTYPUT to fill in...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-16  Piotr Cabanoleaut32: Set parameter to NULL in GetMops stub.
2010-03-16  Piotr Cabanoleaut32: Improve ICreateTypeInfo_LayOut implementation.
2010-03-16  Piotr Cabanoleaut32: Improved ICreateTypeInfo AddFuncDesc implemen...
2010-03-16  Piotr Cabanoleaut32: Use QueryPathOfRegTypeLib in ICreateTypeInfo2...
2010-03-16  Piotr Cabanoleaut32: Remove incorrect memid validation.
2010-03-16  Piotr Cabanoleaut32: Fix importinfo flags.
2010-03-16  Piotr Cabanoleaut32: Fix some reference leaks.
2010-03-16  Piotr Cabanoleaut32: Added ICreateTypeInfo2_SetFuncHelpContext...
2010-03-16  Piotr Cabanoleaut32: Improve dual interfaces creation in typelib.
2010-03-16  Piotr Cabanoleaut32: Improve TypeInfos with changed TypeKind handling.
2010-03-16  Piotr Cabanoleaut32: Simplify ICreateTypeInfo2_SetTypeFlags implem...
2010-03-15  Vincent Povirkoleaut32: Return type mismatch errors in ITypeLibComp_f...
2010-03-15  André Hentscheloleaut32/tests: Remove a todo_wine from a dead test.
2010-03-15  Paul Vriensoleaut32/tests: Don't add typelib information to the...
2010-03-04  André Hentscheloleaut32: Fix FormatString (valgrind).
2010-03-04  André Hentscheloleaut32: Fix localized date and time parsing.
2010-03-04  André Hentscheloleaut32: Fix localized date parsing.
2010-03-02  Huw Daviesoleaut32: Add a test for non-oleautomation error handling.
2010-03-01  Michael Stefaniucoleaut32: Remove superfluous NULL check before HeapFree...
2010-03-01  André Hentscheloleaut32: Fix fractional calculation.
2010-02-25  Piotr Cabanoleaut32: Update TypeInfo flags when object inherits...
2010-02-25  Piotr Cabanoleaut32: Added ITypeLib2_GetDocumentation implementation.
2010-02-25  Piotr Cabanoleaut32: Added ITypeLib2_GetLibAttr implementation.
2010-02-25  Huw Daviesoleaut32: Correctly marshal NULL interface ptrs.
2010-02-25  André Hentscheloleaut32/tests: Add some tests.
2010-02-24  Piotr Cabanoleaut32: Added implementation of ITypeInfo2_GetRefType...
2010-02-24  Piotr Cabanoleaut32: Added implementation of ITypeInfo2_GetImplTyp...
2010-02-24  Piotr Cabanoleaut32/tests: Remove incorrect test.
2010-02-24  Piotr Cabanoleaut32: Improve TKIND_COCLASS handling while creating...
2010-02-24  Piotr Cabanoleaut32: Fix importfile searching in ctl2_alloc_import...
2010-02-24  Piotr Cabanoleaut32: Added implementation of ITypeInfo2_fnGetTypeAttr.
2010-02-23  Piotr Cabanoleaut32/tests: Added more typelib creation tests.
2010-02-23  Piotr Cabanoleaut32: Improved implementation of ICreateTypeInfo2_f...
2010-02-23  Piotr Cabanoleaut: Added ITypeInfo2_fnGetRefTypeInfo implementation.
2010-02-23  Piotr Cabanoleaut32: Improved ICreateTypeInfo2_AddRefTypeInfo...
2010-02-23  Piotr Cabanoleaut32/tests: Added VT_PTR tests in function arguments.
2010-02-23  Piotr Cabanoleaut32: Improved ICreateTypeInfo2_SetFuncAndParamName...
2010-02-23  Piotr Cabanoleaut32: Added VT_BSTR handling to ctl2_add_default_value.
2010-02-23  Piotr Cabanoleaut32: Added more arguments with default values...
2010-02-23  Piotr Cabanoleaut32: Added partial ICreateTypeInfo2_AddFuncDesc...
2010-02-23  André Hentscheloleaut32: Reorder some code to make it easier to read...
2010-02-22  Piotr Cabanoleaut32: Added MEMBERID_NIL handling to ICreateTypeInf...
2010-02-22  Piotr Cabanoleaut32: Added TypeInfo validation in ICreateTypeInfo_...
2010-02-22  Piotr Cabanoleaut32: Improved ICreateTypeInfo2_fnAddFuncDesc imple...
2010-02-22  Piotr Cabanoleaut32: Added partial ICreateTypeInfo2_LayOut impleme...
2010-02-22  André Hentscheloleaut32: Fix rounding.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-18  Piotr Cabanoleaut32: Store names in list.
2010-02-18  Piotr Cabanoleaut32: Store indices in list.
2010-02-18  Piotr Cabanoleaut32: Compute TypeInfo offsets while writing data.
2010-02-18  Piotr Cabanoleaut32: Store CreateTypeInfo->typedata in list.
2010-02-17  Piotr Cabanoleaut32: Return TYPE_E_NAMECONFLICT in ICreateTypeLib2...
2010-02-17  Piotr Cabanoleaut32: Fix crash in LoadTypeLib if typelib name...
2010-02-10  Michael Stefaniucoleaut32: Avoid using HIWORD on string pointers.
2010-02-08  André Hentscheloleaut32: Fix formula.
2010-02-05  André Hentscheloleaut32/tests: Use testvalues from VarDateFromUdate...
2010-02-04  André Hentscheloleaut32: Fix year 0.
2010-02-04  André Hentscheloleaut32: Fix day rolling.
2010-02-02  Huw Daviesoleaut32: If the font name property is changed, don...
2010-02-02  Huw Daviesoleaut32: Realize the font in getter functions.
2010-02-02  André Hentscheloleaut32: Rewrite RollUdate to be easier to change...
2010-02-01  Huw Daviesoleaut32: Fix font handle lifetimes.
2010-02-01  Huw Daviesoleaut32: Add tests to explore the lifetime of font...
2010-02-01  Huw Daviesoleaut32: Fix an ole font leak.
2010-02-01  Michael Stefaniucoleaut32: The Ukrainian translation is in UTF8.
2010-01-29  Igor Paliychukoleaut32: Add Ukrainian translations.
2010-01-28  André Hentscheloleaut32/tests: Add tests for backrolled time.
2010-01-28  André Hentscheloleaut32/tests: Add a test for DosTime.
2010-01-25  André Hentscheloleaut32: Fix a crash in VB6.
2010-01-20  Aric Stewartoleaut32: Do not crash in logging if string is NULL.
2010-01-07  Nikolay Sivovoleaut32/tests: Fix some leaks in safearray tests.
2009-12-18  Huw Daviesoleaut32: Fix several memory leaks in the tests.
2009-12-18  Jeremy Whiteoleaut32/tests: Adjust new tests to pass on win9x platf...
2009-12-16  Piotr Cabanoleaut32: Fix SysReAllocStringLen implementation.
2009-12-16  Huw Daviesoleaut32: Fix a memory leak.
2009-12-16  Huw Daviesoleaut32: Fix memory leaks in the tests.
2009-12-15  Huw Daviesoleaut32: Fix a leak in the tests.
2009-12-15  Huw Daviesoleaut32: Fix a memory leak in the tests.
2009-12-14  Francois Gougetoleaut32/tests: Make test_DispGetParam() static.
2009-12-14  Huw Daviesoleaut32: Fix a memory leak in the tests.
2009-12-11  Jeremy Whiteoleaut32: Use wire sizes for marshaled safe arrays...
2009-12-11  Jeremy Whiteoleaut32/tests: Check the actual size of safe arrays...
2009-12-11  Jeremy Whiteoleaut32/tests: Avoid a memory leak; spotted by Valgrind.
2009-12-11  Huw Daviesoleaut32: Fix double-free in tests.
next