riched20: Use ME_PointFromChar to calculate the caret position.
[wine] / dlls / ole32 / defaulthandler.c
2012-10-10  Roman Dadkovole32: Fix dwClsContext parameter of a CoCreateInstance...
2012-08-13  Jacek Cabanole32: Use proper helpers for iface calls.
2012-08-13  Michael Stefaniucole32: Avoid TRUE:FALSE conditional expressions.
2012-07-19  Nikolay Sivovole32: Use a single implementation for 1Ole stream...
2010-12-23  Michael Stefaniucole32: Standardize the COM usage in defaulthandler.c.
2010-10-21  David Hedbergole32: Pass failures from delegate object's ::QueryInte...
2010-07-21  Nikolay Sivovole32: Remove redundant variables.
2010-05-03  Gerald Pfeiferole32: Fix return value of DefaultHandler_SetClientSite.
2009-11-24  Rob Shearmanole32: Fix circular reference count in default handler...
2009-11-24  Rob Shearmanole32: Add inproc handler object creation support for...
2009-06-26  Huw Daviesole32: Implement OleCreateEmbeddingHelper.
2009-02-11  Michael Stefaniucole32: Remove superfluous pointer casts.
2009-01-07  Nikolay Sivovole32: Fix return value for DefaultHandler_GetMiscStatus.
2008-11-25  Huw Daviesole32: Defer releasing the delegate interfaces until...
2008-11-25  Huw Daviesole32: Factor out the code to release the delegate...
2008-10-31  Huw Daviesole32: Call the object's GetClassID if it's running.
2008-10-28  Huw Daviesole32: Try to load the '\1Ole' stream and create it...
2008-10-28  Huw Daviesole32: Create the '\1Ole' stream.
2008-10-23  Huw Daviesole32: Call the appropriate storage function when we...
2008-10-21  Huw Daviesole32: Query the object's dirty state if it's running.
2008-10-21  Huw Daviesole32: Call the object's IPersistStorage_HandsOffStorag...
2008-10-21  Huw Daviesole32: Call the object's IPersistStorage_SaveCompleted...
2008-10-21  Huw Daviesole32: Call the object's IPersistStorage_Save() if...
2008-10-21  Huw Daviesole32: Call the object's IPersistStorage_InitNew()...
2008-10-21  Huw Daviesole32: Call the object's IPersistStorage_Load() if...
2008-10-21  Huw Daviesole32: Call the object's IOleObject_IsUpToData() if...
2008-10-21  Huw Daviesole32: Call the object's own IOleObject_GetUserType...
2008-10-21  Huw Daviesole32: Partial implementation of IOleObject_Update().
2008-10-06  Huw Daviesole32: Remove an unneeded WINAPI and remove some useles...
2008-07-28  François Dorinole32: Fix return value for DefaultHandler_SetExtent.
2008-04-10  Austin Englishole32: Spelling fixes.
2008-03-11  Andrew Talbotole32: Assign to structs instead of using memcpy.
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.