wined3d: Move max_ffp_textures to wined3d_d3d_info.
[wine] / dlls / ole32 /
2013-04-19  Nikolay Sivovole32: Simplify IEnumSTATSTG initialization.
2013-04-19  Nikolay Sivovole32: Remove some casts that are not needed.
2013-04-19  Nikolay Sivovole32: Store SMWR storage instance role separately.
2013-04-18  Nikolay Sivovole32: Merge release code to Release method.
2013-04-18  Nikolay Sivovole32: Stub for IDirectWriterLock.
2013-04-18  Nikolay Sivovole32: Accept STGM_DIRECT_SWMR mode.
2013-04-18  Nikolay Sivovole32: Move share/access modes to static arrays.
2013-04-01  Nikolay Sivovole32: Fix possible return of freed pointer (Coverity).
2013-03-28  Dmitry Timoshkovole32: Fix an apartment reference count leak on error...
2013-02-27  Piotr Cabanole32: Don't pass CLSCTX_INPROC_SERVER and CLSCTX_INPRO...
2013-02-27  Piotr Cabanole32: Added more OleCreateDefaultHandler tests.
2013-02-22  Andrew Talbotole32: Avoid signed-unsigned integer comparisons.
2013-02-18  Marcus Meissnerole32: Free *ppszProgID on error path (Coverity).
2013-02-15  Roman Dadkovole32/tests: Add test for OleRun.
2013-02-13  Roman Dadkovole32/tests: Add test for SetClientSite.
2013-02-08  Alexander Morozovole32: Avoid a deadlock when a being loaded DLL calls...
2013-01-24  Alexandre Julliardole32: Fix wrap-around bug in tick count comparison.
2013-01-16  Eric PouechVarious background processes must be launched detached...
2013-01-07  Francois GougetAssorted spelling fixes.
2012-12-19  Andrew Talbotole32: Indentation fix.
2012-12-13  Jacek Cabanole32: Added IMoniker::BindToStorage proxy/stub impleme...
2012-12-12  Alexandre Julliardole32: Limit the number of messages processed at once...
2012-12-06  Qian Hongole32: Fix OleDraw() with NULL pUnk.
2012-11-27  Frédéric Delanoyole32: Fix some leaks (coverity).
2012-11-27  Frédéric Delanoyole32: Add helper for string table memory freeing.
2012-11-26  Hans Leidekkerole32: Convert the remaining RegCreateKey and RegOpenKe...
2012-11-26  Hans Leidekkerole32: Use wrappers around NT functions to access the...
2012-11-26  Nikolay Sivovole32: Fix OleDraw() regarding passed rectangle handling.
2012-11-22  Hans Leidekkerole32/tests: Add a test to show that CoGetPSClsid is...
2012-11-12  Frédéric Delanoyole32: Avoid erroneously freeing a variable in ReadFmtU...
2012-11-09  Frédéric Delanoyole32: Fix some leaks (coverity).
2012-11-05  Tatyana Fokinaole32: Removed unused parametrs keyname and valuename...
2012-10-31  Michael Stefaniucole32/tests: Fix a memleak on an error path (Smatch).
2012-10-29  André Hentschelole32: Don't leak memory allocated by ProgIDFromCLSID...
2012-10-29  André Hentschelole32: Don't leak memory allocated by FileMonikerImpl_D...
2012-10-29  André Hentschelole32: Don't leak memory allocated by enumx_allocate...
2012-10-16  Nikolay Sivovole32: Cleanup IClientSecurity interface of a proxy...
2012-10-16  Nikolay Sivovole32: Cleanup IMarshal interface of proxy manager.
2012-10-15  Nikolay Sivovole32: Cleanup IMultiQI interface of proxy manager.
2012-10-15  Nikolay Sivovole32: Store destination context and context data in...
2012-10-15  Nikolay Sivovole32: Store destination context data in channel buffer.
2012-10-15  Nikolay Sivovole32: Cleanup IRpcChannelBuffer.
2012-10-15  Nikolay Sivovole32: Fix debug output for user marshal flags.
2012-10-12  Alexandre Julliardole32/tests: Fix a test failure on newer Windows versions.
2012-10-10  Roman Dadkovole32: Fix dwClsContext parameter of a CoCreateInstance...
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...
next