riched20: Use ME_PointFromChar to calculate the caret position.
[wine] / dlls / ole32 / bindctx.c
2010-12-09  Michael Stefaniucole32: Use an iface instead of a vtbl pointer in BindCt...
2010-07-21  Nikolay Sivovole32: Remove redundant variables.
2009-02-11  Michael Stefaniucole32: Remove superfluous pointer casts.
2008-04-10  Austin Englishole32: Spelling fixes.
2008-02-13  Rob Shearmanole32: Fix reference count leak in BindMoniker.
2007-12-31  Jacek Cabanole32: Fixed parameter checking and improved debug...
2007-03-27  Rob Shearmanole32: Add documentation for CreateBindCtx, BindMoniker...
2007-03-13  Rob Shearmanole32: Don't allocate an initial table for bind contexts.
2007-03-09  Rob Shearmanole32: Fix return codes returned by IBindCtx::RegisterO...
2007-03-09  Rob Shearmanole32: Fix cbStruct handling in IBindCtx:GetBindOptions.
2007-03-09  Rob Shearmanole32: Add more tests of IBindCtx functions.
2007-03-08  Rob Shearmanole32: Set output param to NULL in BindCtxImpl_EnumObje...
2007-03-08  Rob Shearmanole32: Fix BindCtxImpl_GetBindOptions to return the...
2007-03-08  Rob Shearmanole32: CreateBindCtx should fail if reserved parameter...
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-09-25  Robert ShearmanMove all 16-bit functions to an appropriate 16-bit...
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 function prototypes, make functions static.
2005-01-03  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
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-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-23  Francois GougetAssorted spelling fixes.
2003-09-11  Dave MillerRemoved ordinals from comments.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-29  Rolf KalbermatterMake sure the passed in object pointer is only addrefed...
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-04-05  Alberto Massari- The bindcontext object was leaking strings.
2003-01-02  Alberto MassariIBindCtx::RegisterObjectParam is supposed to replace...
2002-12-19  Alexandre JulliardFixed a few problems caused by the new objidl.idl.
2002-12-12  Robert ShearmanImplemented BindMoniker function.
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-06-19  Patrik StridvallDocumentation ordinal fixes.
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.
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...
1999-12-27  Alexandre JulliardCosmetics.
1999-12-10  Gerard PatelTransfer only cbStruct size in BindCtxImpl_S(G)etOptions.
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.