dwrite: Added IDWriteTextFormat stub implementation.
[wine] / dlls / ole32 /
2012-10-08  Vincent Povirkole32: Add tests for StgConvertVariantToProperty.
2012-10-08  Vincent Povirkole32: Stub StgConvertVariantToProperty.
2012-09-27  André Hentschelole32/tests: Use IUnknown_Release instead of deprecated...
2012-09-20  Alistair Leslie... ole32: Add CoGetDefaultContext stub.
2012-08-28  Vincent Povirkole32: Fix typo.
2012-08-28  Vincent Povirkole32: Add support for reading BSTR properties.
2012-08-28  Vincent Povirkole32: Implement StgConvertPropertyToVariant.
2012-08-28  Vincent Povirkole32: Add tests for StgConvertPropertyToVariant.
2012-08-13  Jacek Cabanole32: Added ISynchronizeHandle tests.
2012-08-13  Jacek Cabanole32: Added ISynchronizeHandle implementation.
2012-08-13  Jacek Cabanole32/tests: Use proper helpers for iface calls.
2012-08-13  Jacek Cabanole32: Use proper helpers for iface calls.
2012-08-13  Michael Stefaniucole32: Remove superfluous NULL pointer check before...
2012-08-13  Michael Stefaniucole32: Avoid TRUE:FALSE conditional expressions.
2012-07-19  Jacek Cabanole32: Use proper allocators for storing help file...
2012-07-19  Jacek Cabanole32: Use proper allocators for storing description...
2012-07-19  Jacek Cabanole32: Use proper allocators for storing source in...
2012-07-19  Nikolay Sivovole32: Use a single implementation for 1Ole stream...
2012-07-18  Jacek Cabanole32: Forward BSTR functions to oleaut32.
2012-07-18  Nikolay Sivovole32: Give names to 1Ole stream header fields.
2012-07-18  Nikolay Sivovole32: Remove unsupported interface REFIID from storage...
2012-07-18  Nikolay Sivovole32: Fix QueryInterface for file-based ILockBytes.
2012-07-17  Nikolay Sivovole32: Fix QueryInterface for IErrorInfo to return...
2012-07-17  Nikolay Sivovole32: COM cleanup for IErrorInfo.
2012-07-17  Nikolay Sivovole32: COM cleanup of HGLOBAL ILockBytes implementation.
2012-07-17  Nikolay Sivovole32: Make ole stream creation helper capable of handl...
2012-07-17  Nikolay Sivovole32: Use interface macros to call methods.
2012-07-16  Nikolay Sivovole32: Implement SetConvertStg().
2012-07-16  Nikolay Sivovole32: No need to test for null implementation pointer...
2012-07-16  Nikolay Sivovole32: COM cleanup of IPropertySetStorage interface.
2012-07-13  Nikolay Sivovole32: COM cleanup for IStorage interface of base stora...
2012-07-13  Nikolay Sivovole32: Simplify storage root entry name initialization.
2012-07-13  Nikolay Sivovole32: Implement GetConvertStg().
2012-07-13  Nikolay Sivovole32: COM cleanup of storage IStream implementation.
2012-06-12  Dmitry Timoshkovole32: Add VT_I1 to the list of supported variant types.
2012-05-23  Dmitry Timoshkovole32: Forward OleCreateLinkFromData and OleCreateStati...
2012-05-23  Dmitry Timoshkovole32: Query support also for static storage formats.
2012-05-14  Alexandre Julliardole32: Add a NULL pointer check in CoDisconnectObject.
2012-04-16  Bruno Jesusole32: Make sure StgIsStorageILockBytes tests real...
2012-03-16  Alistair Leslie... ole32/tests: Assign a default value (clang).
2012-02-21  Huw Daviesole32: Trace the drop effect in hex.
2012-02-07  Huw Daviesole32: Don't hold a ref to the drop target in the wrapp...
2012-01-11  André Hentschelole32: No need for WINE_ prefixed debug output macro.
2011-12-20  Francois Gougetinclude: Add a few missing include directives to shlguid.h.
2011-12-16  Francois Gougetole32: Avoid hardcoding the Unicode string literal...
2011-12-15  Francois Gougetinclude: Add a couple of missing include directives...
2011-12-13  Nikolay Sivovole32: Simplify stream creation, remove redundant comments.
2011-12-13  Nikolay Sivovole32: COM cleanup of IStream based on HGLOBAL.
2011-12-05  Marcus Meissnerole32: Output more information in OleCreateStaticFromData.
2011-12-05  Marcus Meissnerole32: Handle VT_BLOB in PropertyStorage_ReadProperty.
2011-11-29  Alexandre Julliardole32: Process all pending messages in CoWaitForMultipl...
2011-11-18  Frédéric Delanoyole32: Avoid hardcoding array lengths.
2011-11-17  Francois Gougetole32: Delete the compobj and rpc static critical secti...
2011-11-15  André Hentschelole32: Implement writing VT_CLSID properties.
2011-10-31  Andrew Talbotole32: Remove unneeded address-of operators from array...
2011-10-31  Michael Stefaniucole32: Drop 'inline' from a function using sigsetjmp.
2011-10-08  André Hentschelole32: Return if out of memory (Coverity).
2011-10-03  Marcus Meissnerole32: Mark two functions as hidden.
2011-09-21  Francois Gougetole32/tests: Skip some tests if not allowed to modify...
2011-09-19  Francois Gougetole32/tests: Fix compilation on systems that don't...
2011-09-13  Vincent Povirkole32: Discard existing data when creating a new storag...
2011-09-13  Vincent Povirkole32/tests: Test creation of a storage on an ILockByte...
2011-08-31  Octavian Voicuole32: Fix a few incorrect pointer/integer casts on...
2011-08-30  Michael Stefaniucole32: COM cleanup in compositemoniker.c.
2011-08-30  Michael Stefaniucole32: COM cleanup in filemoniker.c.
2011-08-25  Michael Stefaniucole32: Cleanup ItemMonikerImpl_QueryInterface().
2011-08-25  Michael Stefaniucole32: COM cleanup in itemmoniker.c.
2011-08-23  Michael Stefaniucole32: COM cleanup in classmoniker.c.
2011-08-23  Michael Stefaniucole32: COM cleanup in antimoniker.c.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-03  Michael Stefaniucole32/tests: COM cleanup in compobj.c.
2011-08-01  Alexandre Julliardole32: Fix a couple of race conditions with the local...
2011-08-01  Alexandre Julliardole32: Specify the PSFactoryBuffer class in the idl...
2011-07-26  Austin Englishole32/tests: Make sure to use a return value (LLVM...
2011-07-13  Michael Stefaniucole32: COM cleanup for the IEnumCATEGORYINFO iface.
2011-07-13  Francois Gougetole32: Modify local_server_thread() to recreate the...
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...
next