wined3d: Reorganize IWineD3DImpl_CheckDeviceFormat() a bit.
[wine] / dlls / ole32 /
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...
2009-12-28  Vincent Povirkole32: Always allow changes to read-only transacted...
2009-12-22  Paul Vriensole32/tests: Fix a test failure on several platforms.
2009-12-21  Vincent Povirkole32: Reread the stream entry after setting the size...
2009-12-21  Vincent Povirkole32: Store the most recent item name in IEnumSTATSTG...
2009-12-21  Vincent Povirkole32: Make IEnumSTATSTG functions fail when the parent...
2009-12-21  Vincent Povirkole32: Add some tests for IEnumSTATSTG.
2009-12-18  Vincent Povirkole32: Fix memory leaks in the storage test.
2009-12-18  Vincent Povirkole32: Compare upper character values directly in entry...
2009-12-18  Juan Langole32: Fix a memory leak.
2009-12-16  Vincent Povirkole32: Add a cache for block chain streams in StorageImpl.
2009-12-16  Huw Daviesole32: Fix several memory leaks in the tests.
2009-12-14  Vincent Povirkole32: Properly free temporary objects when StorageBase...
2009-12-14  Vincent Povirkole32: Remove an unnecessary special case in StorageBas...
2009-12-14  Vincent Povirkole32: Fix a memory leak in StorageBaseImpl_CopyTo.
2009-12-11  Vincent Povirkole32: Implement Revert for transacted storage objects.
2009-12-11  Vincent Povirkole32: Implement transacted storage.
2009-12-11  Vincent Povirkole32: Add a stub transacted storage type.
2009-12-11  Vincent Povirkole32: Add Invalidate to the storage vtable.
2009-12-11  Vincent Povirkole32: Create internal storage objects with a refcount...
2009-12-10  Paul Vriensole32/tests: Don't crash on Win9x/WinMe by using more...
2009-12-10  Vincent Povirkole32: Remove the ancestorStorage attribute.
2009-12-10  Vincent Povirkole32: Make IEnumSTATSTGImpl reference the parent storage.
2009-12-10  Vincent Povirkole32: Make findElement take a StorageBaseImpl.
2009-12-10  Vincent Povirkole32: Don't use ancestorStorage to decide if a storage...
2009-12-10  Vincent Povirkole32: Add a test for modifying read-only substorage...
2009-12-09  Huw Daviesole32: Release the error info strings.
2009-12-09  Alexandre Julliardole32: Fix some pointer cast warnings on 64-bit.
2009-12-09  Vincent Povirkole32: Add an attribute to StorageBaseImpl to track...
2009-12-09  Vincent Povirkole32: Store the parent of internal storage objects.
2009-12-09  Vincent Povirkole32: Don't track the stream size in storage stream...
2009-12-09  Vincent Povirkole32: Use the storage vtable to resize streams.
2009-12-09  Vincent Povirkole32: Use the storage vtable to write to streams.
2009-12-08  Vincent Povirkole32: Use the storage vtable to read streams.
2009-12-08  Vincent Povirkole32: Add DestroyDirEntry to the storage vtable.
2009-12-08  Vincent Povirkole32: Take a StorageBaseImpl in removeFromTree.
2009-12-08  Vincent Povirkole32: Take a StorageBaseImpl in insertIntoTree.
2009-12-08  Vincent Povirkole32: Change the base IStorage filename to a pointer...
2009-12-07  Nathan Gallaherole32: Fix invalid memory access in storage32.
2009-12-07  Vincent Povirkole32: Add ReadDirEntry to the storage vtable.
2009-12-07  Vincent Povirkole32: Add WriteDirEntry to the storage vtable.
2009-12-07  Vincent Povirkole32: Change ReadDirEntry return type to HRESULT.
2009-12-07  Vincent Povirkole32: Change WriteDirEntry return type to HRESULT.
2009-12-07  Vincent Povirkole32: Make CreateDirEntry a virtual method.
next