wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / ole32 / hglobalstream.c
2008-03-06  Huw Daviesole32: Fix CopyTo to work correctly with LARGE_INTEGERs.
2007-11-13  Rob Shearmanole32: Fail before constructing an object in CreateStre...
2007-05-18  Rob Shearmanole32: Fix reading from an HGLOBALStreamImpl with an...
2007-05-16  Andrew Talbotole32: Exclude unused headers.
2007-01-19  Andrew Talbotole32: Declare some functions static.
2007-01-10  Rob Shearmanole32: Fix HGLOBALStreamImpl_CopyTo to check the return...
2007-01-08  Rob Shearmanole32: IStream inherits from ISequentialStream so the...
2006-12-18  Rob Shearmanole32: Fix SetSize for HGLOBAL streams in the case...
2006-11-22  Huw Daviesole32: Spelling fixes.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-09-11  Robert Shearmanole32: Fix the IStream_SetSize function for HGLOBAL...
2006-09-11  Robert Shearmanole32: Fix the return value of the HGLOBAL stream IStre...
2006-09-11  Robert Shearmanole32: Fix the HGLOBAL stream IStream_Read function...
2006-08-14  Mike McCormackole32: Always set pcbWritten when writing a stream.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-03  Robert Shearmanole: Check the return value of IStream_SetSize in IStre...
2005-07-05  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-16  Marcus MeissnerMake HGLOBALStream_* functions static.
2005-03-23  Francois GougetAssorted spelling fixes.
2004-12-14  Robert ShearmanFixed incorrect unsigned test.
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-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-16  Huw DaviesTrace the high part of the Seek offset.
2003-11-26  Dimitrie O. PaunFix mem leak when GlobalReAlloc() fails.
2003-09-11  Dave MillerRemoved ordinals from comments.
2003-09-09  Alexandre JulliardFixed a few more headers dependency issues.
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-11-12  Alberto MassariImplemented body of HGLOBALStreamImpl::Clone.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-07-01  Juergen SchmiedSupport for large and negative offsets.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-10-22  Francois GougetSpelling, grammar and a bit of comment formatting fixes.
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-25  Alexandre JulliardFixed warnings.
2000-07-08  Huw D M DaviesCreateStreamOnHGlobal should alloc a shared memory...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
1999-12-27  Alexandre JulliardCosmetics.
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.