ole32/tests: Add test for OleRun.
[wine] / dlls / ole32 / moniker.c
2013-01-16  Eric PouechVarious background processes must be launched detached...
2012-08-13  Jacek Cabanole32: Use proper helpers for iface calls.
2011-10-31  Michael Stefaniucole32: Drop 'inline' from a function using sigsetjmp.
2010-12-15  Michael Stefaniucole32: Standardize the COM usage in moniker.c.
2010-05-21  Andrew Nguyenole32: Validate pointer parameters in MkParseDisplayName.
2010-03-29  Alexandre Julliardole32: Always start the 64-bit version of rpcss.exe...
2009-10-27  Alexandre Julliardole32: Specify the full application path when starting...
2009-04-24  Huw Daviesole32: Fix a couple of comments.
2009-02-11  Michael Stefaniucole32: Remove superfluous pointer casts.
2009-02-02  Rob ShearmanChange parameter type from size_t to SIZE_T for MIDL_us...
2009-01-09  Nikolay Sivovole32: Fix some comment typos.
2008-11-26  Francois Gougetole32: Remove WINAPI on static functions where not...
2008-07-11  Andrew Talbotole32: Remove unneeded address-of operators from array...
2008-05-06  Francois GougetAssorted spelling fixes.
2008-04-29  Alexandre JulliardInclude wine/port.h everywhere we use exceptions.
2008-04-28  Rob Shearmanole32: Fix two comments about the running object table.
2008-04-11  Rob Shearmanole32: Use I_RpcExceptionFilter instead of custom excep...
2008-04-10  Austin Englishole32: Spelling fixes.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-16  Rob ShearmanDon't use GetExceptionCode and GetExceptionInformation...
2008-02-04  Rob Shearmanole32: Add pointer moniker implementation.
2008-02-04  Rob Shearmanole32: Add a stub implementation of CreatePointerMoniker.
2008-01-07  Rob Shearmanole32: get_moniker_for_progid_display_name should fallb...
2007-12-26  Rob Shearmanrpcss: Use context handles to automatically free runnin...
2007-12-21  Michael Jungole32: Avoid leaving a critical section twice.
2007-12-06  Rob Shearmanole32: Initialise object variable in RunningObjectTable...
2007-11-12  Rob Shearmanole32: Fix a memory leak of moniker in RunningObjectTab...
2007-11-12  Rob Shearmanole32: Fix a memory leak in get_moniker_comparison_data.
2007-11-12  Rob Shearmanole32: Store the InterfaceList object in the IEnumMonik...
2007-09-11  Rob Shearmanole32: Add cross-process running-object table support.
2007-03-28  Rob Shearmanole32: Implement MkParseDisplayName.
2007-03-27  Rob Shearmanole32: Move GetClassFile to moniker.c and move OleRun...
2007-03-27  Rob Shearmanole32: Add documentation for CreateBindCtx, BindMoniker...
2007-03-12  Jan Zerebeckiole32: Add DebugInfo to critical sections.
2007-02-13  Mike McCormackole32: Add missing parameter for RunningObjectTableImpl...
2006-12-28  Rob Shearmanole32: Contrary to MSDN, IROTData doesn't need to be...
2006-12-28  Rob Shearmanole32: Only call IROTData::GetComparisonData once,...
2006-12-28  Rob Shearmanole32: Use IMoniker::GetTimeOfLastChange to attempt...
2006-12-28  Rob Shearmanole32: Use the reduced forms of monikers for comparison...
2006-12-28  Rob Shearmanole32: ROTFLAGS_REGISTRATIONKEEPSALIVE and ROTFLAGS_ALL...
2006-11-13  Francois GougetAssorted spelling fixes.
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-08-09  Robert Shearmanole32: When comparing monikers use the abData field...
2006-08-02  Jacek Cabanole32: Clean up OleRun.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-08  Robert Shearmanole32: Add an implementation of class monikers.
2005-09-25  Robert ShearmanMove all 16-bit functions to an appropriate 16-bit...
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-06-02  Richard CohenIEnum::Clone shouldn't do a Reset.
2005-05-23  Robert Shearman- Marshal objects & monikers into the ROT.
2005-05-19  Robert Shearman- Add a generic moniker marshaler that works by saving...
2005-05-14  Jeff LatimerImplement the IEnumMoniker interface for the ROT and...
2005-05-11  Mike McCormackMake functions static and remove unnecessary declarations.
2005-04-15  Dmitry TimoshkovZero out an invalidated runningObjectTableInstance...
2004-12-13  Eric PouechFixed some errors in function prototypes.
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-07-29  Robert ShearmanDocument wrong behaviour for IRunningObjectTable.
2004-05-21  Marcus MeissnerRevert broken strict aliasing fix.
2004-05-04  Marcus MeissnerFixed strict aliasing issues in dlls/ole32.
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
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-07-18  Mike McCormackCreated stub for CreateClassMoniker.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
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-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-25  Francois Gougetcompobj.h is a synonym for objbase.h
2000-11-08  Francois GougetWe must include windef.h before wtypes.h (directly...
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-06-07  Patrik StridvallFixed issues found by winapi_check.
2000-03-08  Patrik StridvallFixed some warnings.
2000-02-20  Andreas Mohr- stub for OLE32.MkParseDisplayName
2000-02-07  Noomen HamzaRunning object table are not using 0 as a valid index...
2000-01-15  Marcus MeissnerImplemented OleRun.
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.