ole32: Store the InterfaceList object in the IEnumMoniker object.
[wine] / dlls / ole32 / defaulthandler.c
2007-08-27  Alex Villacís Lassoole32: Fix forgotten IPersistStorage vtable.
2007-08-09  Huw Daviesole32: The default handler needs to have its own implem...
2007-08-09  Huw Daviesole32: Factor out the running object test into a separa...
2007-08-09  Huw Daviesole32: Fix a few comments.
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-09-07  Robert Shearmanole32: DefaultHandler_GetData and DefaultHandler_QueryG...
2006-08-09  Robert Shearmanole32: Add a check for NULL This->dataAdviseHolder...
2006-08-07  Robert Shearmanole32: Tell the advise holder what the data delegate...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-07  Robert Shearmanole32: Fix DefaultHandler_EnumAdvises.
2006-01-11  Robert Shearmanole: Remove some duplicated code.
2005-11-28  Robert ShearmanImplement IOleObject_DoVerb function by running the...
2005-11-28  Robert ShearmanDelegate advises to the remote object to enable the...
2005-11-28  Robert ShearmanCall DefaultHandler_Stop if we fail to start the server...
2005-11-28  Robert ShearmanCall the equivalent delegate function for all of the...
2005-11-03  Robert ShearmanImplement OLE object notifications, making sure to...
2005-10-26  Robert ShearmanImplement a Stop function and use this to properly...
2005-09-29  Robert ShearmanAdd a stubbed out implementation of IAdviseSink and...
2005-09-28  Robert Shearman- Make the interfaces that should be supported by the...
2005-09-28  Alex Villacís LassoAdd missing ! to fix a reversed condition check in
2005-09-26  Francois GougetAssorted spelling fixes.
2005-09-23  Robert ShearmanImplement some IRunningObject functions that actually...
2005-09-19  Robert Shearman- Remove redunant braces.
2005-09-17  Robert ShearmanRe-arrange some functions and vtables so we don't have...
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.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
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-04-12  Filip NavaraGet rid of E_UNSPEC non-standard error value.
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-08-18  Jon GriffithsRemove redundant wine specific #include.
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-24  Gerald PfeiferFixed format strings.
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-05-23  Alexandre JulliardAbey George (of Macadamian/Corel)
2000-03-17  Andrew LewyckyAvoid a refcount leak in QueryInterface when delegating.
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
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.