strmbase: Move mediaSeeking to strmbase SourceSeeking.
[wine] / dlls / ole32 /
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.
2010-07-19  Vincent Povirkole32: Use ILockBytes_Stat to get the filename of a...
2010-07-19  Vincent Povirkole32: Remove the BigBlockFile abstraction and always...
2010-07-19  Vincent Povirkole32: Don't map storage files in memory.
2010-07-19  Vincent Povirkole32: Update storage header saving code based on the...
2010-05-28  Vincent Povirkole32: Always check the size of the small block root...
2010-05-27  Vincent Povirkole32: Fix seeking backwards in hglobalstream.
2010-05-27  Vincent Povirkole32/tests: Add more IStream_Seek tests for hglobalstream.
2010-05-26  Michael Stefaniucole32: Avoid potential NULL pointer dereferences in...
2010-05-25  Alexandre Julliardole32: Implement the IAdviseSink call_as proxies and...
2010-05-25  Juan Langole32: Only read known format ids when attempting to...
2010-05-25  Juan Langole32/tests: Test creating an IPropertySetStorage with...
2010-05-21  Andrew Nguyenole32/tests: Add tests for output parameters in MkParse...
2010-05-21  Andrew Nguyenole32: Validate pointer parameters in MkParseDisplayName.
2010-05-18  Nikolay Sivovole32: Use window property to store registered drop...
2010-05-13  Vincent Povirkole32: Use a temporary variable in TransactedSnapshotIm...
2010-05-10  Marcus Meissnerole32: Fixed 2 uninitialized variable use (Coverity).
2010-05-07  Vincent Povirkole32: Fix reads past the end of streams.
2010-05-07  Vincent Povirkole32: Use the cached information in BlockChainStream_G...
2010-05-06  Vincent Povirkole32: Always move unmodified streams instead of copyin...
2010-05-06  Vincent Povirkole32: Rewrite transacted storage to be more lazy.
2010-05-06  Nikolay Sivovole32/ole2: Use W calls for registry access.
2010-05-05  Vincent Povirkole32: Store the location of all blocks in a big block...
2010-05-05  Vincent Povirkole32: Remove some assumptions about the internals...
2010-05-03  Nikolay Sivovole32/marshal: Compare with S_OK instead of keeping...
2010-05-03  Gerald Pfeiferole32: Fix return value for CoRevokeMallocSpy.
2010-05-03  Gerald Pfeiferole32: Fix return value of DefaultHandler_SetClientSite.
2010-05-03  Nikolay Sivovole32/ole2: If no effect action selected use ::DragLeav...
2010-05-03  Nikolay Sivovole32/ole2: After IDropTarget::DragEnter() failure...
2010-05-03  Nikolay Sivovole32/tests: Additional test for RevokeDragDrop with...
2010-05-03  Nikolay Sivovole32/ole2: Fix simple parameter handling for DoDragDrop().
2010-05-03  Nikolay Sivovole32/tests: Move tests to a separate function.
2010-05-03  Andrew Eikumole32: Only fail on missing Implemented Categories...
2010-04-28  Nikolay Sivovole32: Use LoadCursorW instead of -A version.
2010-04-28  Nikolay Sivovole32: Avoid uninitialized value to be potentialy passe...
2010-04-28  Nikolay Sivovole32: Use -W versions of window/message calls.
2010-04-26  Gerald Pfeiferole32: Remove variable res which is not really used...
2010-04-13  Vincent Povirkole32: Create storage files with 4096-byte blocks when...
2010-04-09  Alexandre Julliardole32/tests: Avoid using a pointer difference in a...
2010-04-07  Alexandre Julliardole32: Fix the free threaded marshaller data for 64...
2010-04-06  Alexandre Julliardole32: Don't use in-memory structure layouts to build...
2010-03-29  Konstantin Kondratyukole32: Add missed initialization of virtual function...
2010-03-29  Alexandre Julliardole32: Always start the 64-bit version of rpcss.exe...
2010-03-29  Mikhail Maroukhineobjbase.h: CLSIDFromString: Add constness to the parame...
2010-03-22  Vincent Povirkole32: Check the small block size limit of storage...
2010-03-22  Vincent Povirkole32: Don't register an IMallocSpy object when the...
2010-03-22  Vincent Povirkole32: Track the lowest possibly-free small block in...
2010-03-17  Nikolay Sivovole32: Remove useless parameter check.
2010-03-16  Nikolay Sivovole32: Turn FIXME to TRACE for CoGetTreatAsClass.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Vincent Povirkole32: Allow storage files with a block size of 4096...
2010-03-15  Vincent Povirkole32: Remove knowledge of block sizes from the BigBloc...
2010-03-15  Vincent Povirkole32: Remove the NUM_BLOCKS_PER_DEPOT_BLOCK define.
2010-03-15  Vincent Povirkole32: Remove the BIG_BLOCK_SIZE define.
2010-03-15  Vincent Povirkole32: Remove the unused BlockBits structures from...
2010-03-15  Vincent Povirkole32: Fix the big block offset calculation.
2010-03-15  Vincent Povirkole32: Don't treat the header as a big block in Storage...
2010-03-15  Vincent Povirkole32: Don't treat the header as a big block in Storage...
2010-03-15  Vincent Povirkole32: Allow CopyTo to succeed in spite of already...
2010-03-05  Alexandre Julliardole32/tests: Avoid sizeof in traces.
2010-03-04  Vincent Povirkole32: Add tests for CopyTo in recursive situations.
2010-03-03  Vincent Povirkole32: Add a test showing IStorage_CopyTo ignores open...
2010-03-02  Vincent Povirkole32: Clear the sibling links when reinserting a renam...
2010-03-02  Reece Dunnole32: IMoniker_IsRunning returns E_INVALIDARG when...
2010-02-25  Reece Dunnole32: Fix the HGLOBAL stream Seek implementation.
2010-02-25  Reece Dunnole32/tests: Improve the HGLOBAL stream tests for Seek.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-15  Vincent Povirkole32: Add error checking to StorageBaseImpl_CreateStorage.
2010-02-15  Vincent Povirkole32: Add error checking to StorageBaseImpl_CreateStream.
2010-02-12  Vincent Povirkole32: Only warn about storage share mode once.
2010-01-25  Vincent Povirkole32: IStorage_Revert has no effect for non-transacted...
2010-01-22  Rob Shearmanole32: Rearrange declarations in itemmoniker.c to avoid...
2010-01-07  Andrew Eikumole32: Downgrade StgIsStorageFile debug info from WARN...
2010-01-04  Vincent Povirkole32: Remove fixme for transacted mode.
2009-12-31  Alexandre Julliardole32: Fix some pointer cast warnings on 64-bit.
2009-12-30  Alexander Kochetkovole32/storage32: Fix return value for invalid access...
2009-12-30  Rob Shearmanole32: Handle SetClipboardData failing in OLE clipboard...
2009-12-30  Rob Shearmanole32: Fix stream reference leak in test_ReadClassStm.
2009-12-30  Rob Shearmanole32: Release the data object and free the cached...
next