wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / ole32 / compositemoniker.c
2008-04-10  Austin Englishole32: Spelling fixes.
2007-10-02  Andrew Talbotole32: Fix some memory leaks.
2007-09-11  Lionel Debrouxole32: Fix memory leak in compositemoniker.c (found...
2006-12-28  Rob Shearmanole32: Execute Reduce using the moniker's vtable in...
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-06-09  Alexandre Julliardole32: Use the standard DEFINE_OLEGUID macro to define...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-08  Robert Shearmanole32: Fix regression caused by an earlier patch that...
2006-05-08  Robert Shearmanole32: Fix infinite recursion in CompositeMonikerImpl_G...
2006-05-08  Robert Shearmanole32: Fix infinite recursion in CompositeMonikerImpl_B...
2006-05-08  Alexandre Julliardole32: Properly initialize hash value in CompositeMonik...
2006-05-08  Robert Shearmanole32: Fix typos in CompositeMonikerImpl_BindToObject...
2006-05-08  Robert Shearmanole32: Create moniker enumerator with an initial refere...
2006-05-08  Robert Shearmanole32: Make the size returned by CompositeMonikerImpl_G...
2006-05-08  Robert Shearmanole32: Fix the algorithm used in CompositeMonikerImpl_H...
2006-05-08  Robert Shearmanole32: Add a class factory for composite monikers.
2006-05-08  Robert Shearmanole32: Allocate memory for the generic composite monike...
2006-05-08  Robert Shearmanole32: Implement IMarshal for composite monikers.
2006-05-08  Robert Shearmanole32: Release all existing monikers before loading...
2006-05-08  Robert Shearmanole32: EnumMonikerImpl_Next should add a reference...
2006-05-08  Robert Shearmanole32: Fix CompositeMonikerImpl_GetSizeMax to match...
2006-05-08  Robert Shearmanole32: Fix the loop in CompositeMonikerImpl_Hash, as...
2006-05-08  Robert Shearmanole32: Implement CompositeMonikerROTDataImpl_GetCompari...
2006-05-08  Robert Shearmanole32: The unknown constant at the start of the persist...
2006-04-07  Robert Shearmanole32: Check for pcbSize parameter of CompositeMonikerI...
2006-01-06  Robert Shearmanole: Remove "stub" from TRACEs of functions that aren...
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-05-23  Kevin KoltzauImplement Hash function on composite moniker.
2005-03-28  Mike McCormackRemove function prototypes, make functions static.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-24  Joris HuizerRef count increment/decrement cleanup.
2004-09-09  Alexandre JulliardGet rid of the non-standard ICOM_THIS macro.
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-06  Francois GougetAssorted spelling fixes.
2003-09-30  Michael StefaniucFixes for memory leaks on error path.
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-06-18  Francois GougetTypos/spelling fixes.
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...
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2002-12-19  Ove KaavenMoved some definitions from include/wine/obj_moniker...
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
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-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-11  Patrik StridvallFixed some issues found by winapi_check.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-20  Andreas MohrSpelling fixes.
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
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-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
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.