winecoreaudio: GetNextPacketSize returns 0 when no data is available yet.
[wine] / dlls / ole32 /
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...
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...
next