ole32/tests: Add test for OleRun.
[wine] / dlls / ole32 / stg_stream.c
2012-07-18  Nikolay Sivovole32: Remove unsupported interface REFIID from storage...
2012-07-17  Nikolay Sivovole32: Use interface macros to call methods.
2012-07-16  Nikolay Sivovole32: COM cleanup of IPropertySetStorage interface.
2012-07-13  Nikolay Sivovole32: COM cleanup of storage IStream implementation.
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...
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-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-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-11-24  Vincent Povirkole32: Copy the storage filename at stat time, not...
2009-11-18  Vincent Povirkole32: Add a DirRef type for references to directory...
2009-11-18  Vincent Povirkole32: Rename property variables in storage stream...
2009-11-16  Vincent Povirkole32: Rename stream.ownerProperty to dirEntry.
2009-11-12  Vincent Povirkole32: Rename StorageUtl_CopyPropertyToSTATSTG.
2009-11-12  Vincent Povirkole32: Rename StorageImpl_WriteProperty to StorageImpl_...
2009-11-12  Vincent Povirkole32: Rename StorageImpl_ReadProperty to StorageImpl_R...
2009-11-12  Vincent Povirkole32: Rename the StgProperty structure to DirEntry.
2009-08-24  Alexandre Julliardntdll: The large integer functions are 32-bit only.
2009-08-20  Andrew Eikumole32: Add big block chain to small block chain convers...
2009-08-20  Andrew Eikumole32: Allow small block chains with no property.
2009-06-02  Huw Daviesole32: In simple mode keep the stream size above the...
2009-06-02  Huw Daviesole32: In simple create mode the size returned by IStre...
2009-02-11  Michael Stefaniucole32: Remove superfluous pointer casts.
2008-03-07  Huw Daviesole32: Fix CopyTo to work correctly with LARGE_INTEGERs.
2007-05-16  Andrew Talbotole32: Exclude unused headers.
2007-03-20  Rob Shearmanole32: Add warnings for failures in the structured...
2007-02-26  Rob Shearmanole32: The stream returned by StgStreamImpl_Clone shoul...
2007-01-08  Rob Shearmanole32: IPeristStream implies IPersist and IStream impli...
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-09-28  Robert Shearmanole32: Check the return value of IStream_SetSize so...
2006-09-13  Gerald Pfeiferole32: Silence a compiler warning about unused variable...
2006-09-11  Robert Shearmanole32: Convert the *_{Read,Write}At structured storage...
2006-09-08  Francois Gougetole32: Fix spelling of a couple of local variables.
2006-07-29  Mike McCormackole32: Add some missing traces.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Robert Shearmanole32: IPersistStream is also implemented by any object...
2006-05-05  Robert Shearmanole32: Add more tracing for reading and writing storage...
2006-05-05  Mike McCormackole32: Return STG_E_REVERTED when a stream's parent...
2006-02-21  Dr J A Gowole32: Fix stream ref counting.
2006-01-03  Robert Shearmanole: Fix mis-handling of return value in StgStreamImpl_...
2005-12-22  Ulrich Czekallaole32: Return error instead of asserting if storage...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-03-31  Mike McCormackEliminate forward declarations, make functions static.
2005-03-07  Mike McCormackFix more incorrect uses of STGM_ enumerations.
2005-01-11  Mike McCormackTest and fix a few problems with OLE storage streams.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-24  Joris HuizerRef count increment/decrement cleanup.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-31  Alexandre JulliardCodeWeavers
2002-01-01  Jukka HeinonenName of the structured storage file root node is path...
2001-10-22  Francois GougetSpelling, grammar and a bit of comment formatting fixes.
2001-09-10  Bill MedlandBasic implementation of IStream:Clone.
2000-10-13  Alexandre JulliardAdded a few more large integer functions.
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-05-03  Huw D M DaviesAllow ISequentialStream_Write to work if access mode...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-02-25  Pierre MageauImplementation of OleConvert routines.
2000-01-26  Gerard PatelReturns an error if trying to write to a stream opened...
1999-10-31  Francois GougetGeneralized the use of the new ICOM_VFIELD and ICOM_VTB...
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.