wpp: Add explicit casts when mixing unsigned and signed integers.
[wine] / dlls / oleaut32 /
2011-02-25  Nikolay Sivovoleaut32: Fix sizeof() usage (Coverity).
2011-02-25  Austin Englisholeaut32/tests: Fix a couple of todo_wine's.
2011-02-25  Austin Englisholeaut32/tests: Remove win9x hacks.
2011-02-24  Huw Daviesoleaut32: Fix the typelib marshaler when the vtbl has...
2011-02-24  Huw Daviesoleaut32: Mask off the lsb from the vtbl offset. This...
2011-02-22  Peter Schellenbacholeaut32: Fixed short time & medium time named formats.
2011-02-22  Alistair Leslie... oleaut32: Implement ITypeInfo_GetNames Stub/Proxy.
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-11  Huw Daviesoleaut32: Implement proxy / stub for ITypeLib2_GetDocum...
2011-02-11  Huw Daviesoleaut32: Implement proxy / stub for ITypeLib_GetDocume...
2011-02-11  Huw Daviesoleaut32: Implement proxy / stub for ITypeInfo2_GetDocu...
2011-02-11  Huw Daviesoleaut32: Implement proxy / stub for ITypeInfo_GetDllEntry.
2011-02-10  Huw Daviesoleaut32: Rewrite ITypeInfo_GetDocumentation proxy...
2011-02-10  Austin Englisholeaut32/tests: Make sure return value is used (LLVM...
2011-02-09  André Hentscheloleaut32: Remove an unneeded error.
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-31  Nikolay Sivovoleaut32: Fix default parameter variant leak (Valgrind).
2011-01-24  Nikolay Sivovoleaut32: Fix a couple of leaks on typeinfo release...
2011-01-24  Nikolay Sivovoleaut32: Unmarshalled safearray is always unlocked.
2011-01-24  Nikolay Sivovoleaut32/tests: Fix safearray leaks, test return value...
2011-01-20  Nikolay Sivovoleaut32: Fix a stream leak on failure.
2011-01-19  Nikolay Sivovoleaut32/tests: Fix a dead path in test (Valgrind).
2011-01-18  Vincent Povirkoleaut32: Deserialize VT_BOOL as 2 bytes, not 4.
2011-01-17  Nikolay Sivovoleaut32/tests: Fix a string leak (Valgrind).
2011-01-17  Nikolay Sivovoleaut32/safearray: Fix allocation error check for...
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-06  Alexandre Julliardoleaut32: Convert translations to po files.
2011-01-04  Nikolay Sivovoleaut32: Do nothing for TKIND_ALIAS types in ::LayOut().
2011-01-04  Nikolay Sivovoleaut32: Use VARENUM members instead of hardcoded...
2011-01-04  Nikolay Sivovoleaut32: Use alloc/free helpers for typelib creation...
2011-01-04  Nikolay Sivovoleaut32: Use IDispatch vtable size instead of hardcode...
2011-01-04  Nikolay Sivovoleaut32: Use implementation pointer to avoid casts.
2011-01-03  Nikolay Sivovoleaut32: Use alloc/free helpers for all typelib parse...
2011-01-03  Nikolay Sivovoleaut32/tests: Cleanup some test macros.
2011-01-03  Nikolay Sivovoleaut32: Use structure size instead of hardcoded values.
2010-12-31  Hwang YunSongoleaut32: Update Korean resource.
2010-12-31  Nikolay Sivovoleaut32: Implement ICreateTypeInfo2::SetVarDocString().
2010-12-31  Nikolay Sivovoleaut32: Update variable description and typeinfo...
2010-12-31  Nikolay Sivovoleaut32: Get function/variable description size with...
2010-12-30  Nikolay Sivovoleaut32: Get rid of useless comment lines.
2010-12-29  Michael Stefaniucoleaut32/tests: COM cleanup for usrmarshal.c.
2010-12-28  Nikolay Sivovoleaut32: Use function description layout instead of...
2010-12-27  Nikolay Sivovoleaut32: Get rid of some magic offset values, use...
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...
next