include: Assorted spelling fixes.
[wine] / dlls / ole32 /
2011-07-13  Francois Gougetole32: Fix a handle leak in local_server_thread().
2011-07-11  Frédéric Delanoyole32/tests: Remove dead assignment (Clang).
2011-06-27  Marcus Meissnerole32: Access the array entry, not the array (Coverity).
2011-06-21  Michael Stefaniucole32: COM cleanup for the static object ComCatMgrImpl.
2011-06-08  Adam Martinsonole32: Don't call IDropTarget::QueryInterface() in...
2011-06-03  Vincent Povirkole32: Avoid opening source storage in IStorage::CopyTo.
2011-05-30  David Hedbergole32: Add ManualResetEvent implementation.
2011-05-26  Alexandre Julliardole32: Delete the transacted storage scratch file on...
2011-05-20  Adam Martinsonole32/tests: IDropTarget::QueryInterface() shouldn...
2011-05-20  Alexandre Julliardole32: Don't continue to wait for a local server if...
2011-05-02  Nicolas Le Camole32/tests: Fix large integer overflow warnings.
2011-04-28  David Hedbergoleaut32: Fix CLSIDToString behaviour when passed an...
2011-04-25  Marcus Meissnerole32: Mark internal symbols has hidden visibility.
2011-04-15  Dmitry Timoshkovole32: Replace a spurious FIXME by a TRACE.
2011-04-13  Austin Englishole32: Remove extraneous parentheses (LLVM/Clang).
2011-04-08  Nikolay Sivovole32: Handle null argument in OleIsRunning().
2011-02-17  Austin Englishole32/tests: Make sure to use a return value (LLVM...
2011-02-14  Austin Englishole32/tests: Make sure to use return values (LLVM/Clang).
2011-02-14  Austin Englishole32/tests: Make sure to use a return value (LLVM...
2011-02-14  Austin Englishole32/tests: Make sure to use return values (LLVM/Clang).
2011-02-10  Austin Englishole32/tests: Make sure to use return values (LLVM/Clang).
2011-02-07  Austin Englishole32/tests: Remove unused assignment (LLVM/Clang).
2011-01-31  Alexander Scott... ole32: Fix error handling in get_data_from_metafilepict...
2011-01-28  Alexander Scott... ole32: Add support for rendering HBITMAP clipboard...
2011-01-28  Alexander Scott... ole32: Add support for rendering METAFILEPICT clipboard...
2011-01-21  Alexandre Julliardole32: Cleanup return value handling in CoWaitForMultip...
2011-01-21  Maarten Lankhorstole32: Handle alertable wait in CoWaitForMultipleHandles.
2011-01-11  Nikolay Sivovole32/tests: Test for return value directly without...
2011-01-07  Michael Stefaniucole32: COM cleanup for the IMalloc iface.
2011-01-05  Huw Daviesole32: Store the ole advise sinks in a STATDATA array.
2011-01-05  Huw Daviesole32: Reimplement SendOnDataChange using the connectio...
2011-01-04  Michael Stefaniucole32: COM cleanup for the IEnumSTATSTG iface.
2011-01-03  Greg Geldorpole32/tests: Disable target device clipboard tests.
2011-01-03  Greg Geldorpole32/tests: Fix crashes in usrmarshal.
2010-12-31  André Hentschelole32/tests: Don't test function directly when reportin...
2010-12-23  Michael Stefaniucole32: Standardize the COM usage in defaulthandler.c.
2010-12-23  Michael Stefaniucole32: Use ifaces instead of vtbl pointers in DataCache.
2010-12-22  Michael Stefaniucole32: Standardize the COM usage in git.c.
2010-12-20  Huw Daviesole32: Standardize the COM usage.
2010-12-20  Huw Daviesole32: Implement IDataAdviseHolder_EnumAdvise.
2010-12-20  Huw Daviesole32: Allow the EnumSTATDATA constructor to take a...
2010-12-20  Huw Daviesole32: Use a STATDATA array to hold the connection...
2010-12-20  Huw Daviesole32: Remove some useless comments.
2010-12-17  Huw Daviesole32: Rewrite the OleAdviseHolder's STATDATA enumerato...
2010-12-16  Michael Stefaniucole32: Standardize the COM usage in clipboard.c.
2010-12-15  Michael Stefaniucole32: Standardize the COM usage in moniker.c.
2010-12-15  Michael Stefaniucole32: Use ifaces instead of vtbl pointers in FTMarshal...
2010-12-14  Michael Stefaniucole32/tests: Standardize the COM usage in clipboard.c.
2010-12-09  Michael Stefaniucole32: Use an iface instead of a vtbl pointer in Pointe...
2010-12-09  Michael Stefaniucole32: Use ifaces instead of vtbl pointers in Context.
2010-12-09  Michael Stefaniucole32: Use an iface instead of a vtbl pointer in BindCt...
2010-12-09  Michael Stefaniucole32: Use an iface instead of a vtbl pointer in FileLo...
2010-12-09  Michael Stefaniucole32: Use an iface instead of a vtbl pointer in RemUnk...
2010-12-08  Michael Stefaniucole32: Use an iface instead of a vtbl pointer in Proper...
2010-12-05  Michael Stefaniucole32: Use an iface instead of a vtbl pointer in EnumOL...
2010-12-05  Michael Stefaniucole32/tests: Use an iface instead of a vtbl pointer...
2010-12-05  Michael Stefaniucole32: Use an iface instead of a vtbl pointer in EnumOl...
2010-12-03  Alexandre Julliardole32: Convert dll registration to the IRegistrar mecha...
2010-12-03  Alexandre Julliardresources: Define a generic mechanism for adding extra...
2010-12-01  Andrew Bogottole32: Fix the test for arbitrary property ids.
2010-12-01  Andrew Bogottole32: Fix an off-by-one error that broke reading of...
2010-12-01  Andrew Bogottole32: Revert "ole32: Only read known format ids when...
2010-11-23  David Hedbergole32: Avoid unneccessary stream conversion.
2010-11-18  Andrew Bogottole32/tests: Added a couple of simple tests for StgCrea...
2010-11-18  Andrew Bogottole32: Use default values if options passed to StgCreat...
2010-11-16  Vincent Povirkole32: Cache the contents of one extended big block...
2010-11-16  Jacek Cabanole32: Skip more tests on win9x.
2010-11-11  Alexandre Julliardole32: Get rid of the ICOM_THIS_MULTI macro.
2010-11-04  Vincent Povirkole32: Cache all extended big block depot locations.
2010-11-01  Huw Daviesole32: Implement OnRun and OnStop.
2010-11-01  Huw Daviesole32: Remove some useless comments.
2010-11-01  Huw Daviesole32: Re-order some functions.
2010-11-01  Huw Daviesole32: Rename cache entry parameters from 'This' -...
2010-11-01  Huw Daviesole32: Add a stub advise sink object to the data cache.
2010-11-01  Huw Daviesole32/tests: Add tests to exercise the datacache's...
2010-10-21  David Hedbergole32: Pass failures from delegate object's ::QueryInte...
2010-10-18  David Hedbergole32: OleLoad should not fail even if IOleObject:...
2010-10-18  Alexandre Julliardole32: Use the correct resource ids for the drag&drop...
2010-10-01  Alexandre Julliardole32/tests: Make some variables static.
2010-09-29  Michael Stefaniucole32: Allocate a small temp variable on the stack...
2010-09-28  Andrew Eikumole32: Create a FORMATETC if one is not given in OleCreate.
2010-09-28  Huw Daviesole32: Call the draw_continue function.
2010-09-28  Huw Daviesole32/tests: Mark the draw_continue callbacks as option...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-16  Marcus Meissnerole32: Check for interface NULL which happens with...
2010-09-08  Vincent Povirkole32: Don't fail if the file ends during a big block.
2010-08-31  Alexandre Julliardole32: Use int64 in the spec file for 64-bit integers.
2010-08-26  Vincent Povirkole32: Cache data and block locations in BigBlockStream...
2010-08-26  Vincent Povirkole32: Flush before returning from any storage API...
2010-07-28  Huw Daviesole32: Pass a real IUnknown ptr to CoMarshalInterface.
2010-07-23  Michael Stefaniucole32: Use IsEqualIID instead of memcmp to compare...
2010-07-22  Huw Daviesole32: Implement cross-process drag and drop.
2010-07-22  Huw Daviesole32/tests: Relax the reference counting tests a bit...
2010-07-21  Nikolay Sivovole32: Use IsEqualIID() instead of memcmp().
2010-07-21  Nikolay Sivovole32: No need to test for interface pointer being...
2010-07-21  Nikolay Sivovole32: Fix assumption about HRESULT failure code value.
2010-07-21  Nikolay Sivovole32: Remove redundant variables.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-19  Vincent Povirkole32: Flush the ILockBytes object of a storage on...
2010-07-19  Vincent Povirkole32: Remove an unused variable.
next