wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / ole32 / datacache.c
2008-04-10  Austin Englishole32: Spelling fixes.
2008-03-11  Andrew Talbotole32: Assign to structs instead of using memcpy.
2008-01-14  Eric Pouechole32: Fixed datacache object so that we can retrieve...
2007-11-13  Rob Shearmanole32: Validate the parameters to DataCache_Cache.
2007-11-12  Rob Shearmanole32: Initialise data_cf in DataCacheEntry's to zero...
2007-11-12  Rob Shearmanole32: Fix a memory leak in DataCacheEntry_Save.
2006-12-18  Rob Shearmanole32: Support reading and writing custom clipformats...
2006-12-06  Francois Gougetole32: Convert dump_FORMATETC() into debugstr_formatetc...
2006-12-04  Rob Shearmanole32: Implement the GetData function of the data cache...
2006-12-04  Rob Shearmanole32: Fix HandsOffStorage in the data cache.
2006-12-04  Rob Shearmanole32: Implement the DiscardCache function in the data...
2006-12-04  Rob Shearmanole32: Add some more traces to the data cache to make...
2006-12-04  Rob Shearmanole32: In the data cache, fmtetc->cfFormat and fmtetc...
2006-12-04  Rob Shearmanole32: Check that the specified clipboard format and...
2006-12-04  Rob Shearmanole32: Implement saving of the data cache.
2006-12-04  Rob Shearmanole32: Add handling of the dirty state to the data...
2006-12-04  Rob Shearmanole32: Add documentation for CreateDataCache.
2006-12-04  Rob Shearmanole32: The advise sink for the data cache should be...
2006-12-04  Rob Shearmanole32: Implement the SetData function for the data...
2006-12-04  Rob Shearmanole32: Load cached data in the data cache into a STGMED...
2006-12-04  Rob Shearmanole32: Implement Cache and Uncache for the data cache.
2006-12-04  Rob Shearmanole32: Create a cache entry for each format in the...
2006-12-04  Rob Shearmanole32: Implement DataCache_GetClassID.
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-21  Francois GougetAssorted spelling fixes.
2005-09-28  Alex Villacís LassoAdd NULL check for sinkInterface in DataCache_GetAdvise.
2005-07-27  Alexandre JulliardReplace the _ICOM_THIS_From macros by inline functions...
2005-07-05  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-03-27  Mike McCormackRemove unnecessary function prototypes.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-10-18  Vincent BéronFix some types problems.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-10-05  Francois GougetAssorted spelling fixes.
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-05-21  Marcus MeissnerRevert broken strict aliasing fix.
2004-05-04  Marcus MeissnerFixed strict aliasing issues in dlls/ole32.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2003-09-11  Dave MillerRemoved ordinals from comments.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardConverted oleidl.h to IDL.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-11-22  Alexandre JulliardCompile ole32 with -DSTRICT.
2002-07-29  Michael StefaniucConverted HENHMETAFILE and HMETAFILE to a void*.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-07-16  Andreas MohrSpelling fixes.
2000-06-23  Alexandre JulliardCleaned up a few inter-dll dependencies.
2000-06-13  Alexandre JulliardUse the Unicode string functions from wine/unicode...
2000-05-23  Alexandre JulliardAbey George (of Macadamian/Corel)
2000-03-19  Andrew LewyckySupport loading any presentation aspect.
2000-03-08  Abey GeorgeImplemented OLE clipboard functionality for Embed Sourc...
2000-02-10  Alexandre JulliardRemoved extra includes from ole.h and wingdi.h.
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.