riched20: Use ME_PointFromChar to calculate the caret position.
[wine] / dlls / ole32 / storage32.c
2012-11-26  Hans Leidekkerole32: Convert the remaining RegCreateKey and RegOpenKe...
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-10-29  André Hentschelole32: Don't leak memory allocated by ProgIDFromCLSID...
2012-07-18  Nikolay Sivovole32: Give names to 1Ole stream header fields.
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-04-16  Bruno Jesusole32: Make sure StgIsStorageILockBytes tests real...
2011-10-31  Andrew Talbotole32: Remove unneeded address-of operators from array...
2011-09-13  Vincent Povirkole32: Discard existing data when creating a new storag...
2011-06-03  Vincent Povirkole32: Avoid opening source storage in IStorage::CopyTo.
2011-05-26  Alexandre Julliardole32: Delete the transacted storage scratch file on...
2011-01-04  Michael Stefaniucole32: COM cleanup for the IEnumSTATSTG iface.
2010-11-23  David Hedbergole32: Avoid unneccessary stream conversion.
2010-11-18  Andrew Bogottole32: Use default values if options passed to StgCreat...
2010-11-16  Vincent Povirkole32: Cache the contents of one extended big block...
2010-11-04  Vincent Povirkole32: Cache all extended big block depot locations.
2010-09-08  Vincent Povirkole32: Don't fail if the file ends during a big block.
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-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: Update storage header saving code based on the...
2010-05-28  Vincent Povirkole32: Always check the size of the small block root...
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-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-04-13  Vincent Povirkole32: Create storage files with 4096-byte blocks when...
2010-03-29  Konstantin Kondratyukole32: Add missed initialization of virtual function...
2010-03-22  Vincent Povirkole32: Check the small block size limit of storage...
2010-03-22  Vincent Povirkole32: Track the lowest possibly-free small block in...
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: 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-02  Vincent Povirkole32: Clear the sibling links when reinserting a renam...
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-07  Andrew Eikumole32: Downgrade StgIsStorageFile debug info from WARN...
2010-01-04  Vincent Povirkole32: Remove fixme for transacted mode.
2009-12-30  Alexander Kochetkovole32/storage32: Fix return value for invalid access...
2009-12-28  Vincent Povirkole32: Always allow changes to read-only transacted...
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-18  Vincent Povirkole32: Compare upper character values directly in entry...
2009-12-16  Vincent Povirkole32: Add a cache for block chain streams in StorageImpl.
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  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-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.
2009-12-04  Vincent Povirkole32: Add an internal vtable to StorageBaseImpl objects.
2009-12-04  Vincent Povirkole32: Unify the logic for overriding the root storage...
2009-12-04  Vincent Povirkole32: Move the create attribute from StorageImpl to...
2009-12-04  Vincent Povirkole32: Check the current storage for STGM_SIMPLE rather...
2009-12-04  Vincent Povirkole32: Forbid substorages of simple mode storages.
next