riched20: Use ME_PointFromChar to calculate the caret position.
[wine] / dlls / ole32 / ifs.c
2012-08-13  Jacek Cabanole32: Use proper helpers for iface calls.
2011-01-07  Michael Stefaniucole32: COM cleanup for the IMalloc iface.
2010-05-03  Gerald Pfeiferole32: Fix return value for CoRevokeMallocSpy.
2010-03-22  Vincent Povirkole32: Don't register an IMallocSpy object when the...
2009-02-11  Michael Stefaniucole32: Remove superfluous pointer casts.
2008-04-10  Austin Englishole32: Spelling fixes.
2007-07-06  Andrew Talbotole32: Constify a variable (and fix a typo concerning...
2007-05-03  Huw Daviesole32: Cope with a realloc returning a different pointer.
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-07-05  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-03-17  Jon GriffithsUse LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
2005-01-14  Robert Shearman- Add documentation for most Co* functions.
2005-01-09  Paul Vriens- use Interlocked* functions in AddRef and Release.
2004-12-16  Ge van GeldorpAllocate correct amount of memory.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-06  Alexandre JulliardRemoved some uses 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-12  Marcus MeissnerIMalloc vtables are static.
2004-05-21  Marcus MeissnerRevert broken strict aliasing fix.
2004-05-04  Marcus MeissnerFixed strict aliasing issues in dlls/ole32.
2004-03-23  Francois GougetAssorted spelling fixes.
2004-02-19  Mike HearnTo reduce debugging noise, make IMalloc32/IMallocSpy...
2004-01-19  Ge van GeldorpSwap arguments of LocalAlloc and only update Malloc32...
2003-12-08  Robert Shearman- Fix IMemAlloc_Free when IMemAlloc_Alloc hasn't yet...
2003-11-26  Dimitrie O. Paun{Global,Local}ReAlloc() does not allocate memory.
2003-11-26  Dimitrie O. PaunFix the IMalloc::ReAlloc() to follow the documented...
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-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-07-22  Mike HearnIMallocSpy cannot cause an allocation failure when...
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2002-12-19  Alexandre JulliardFixed a few problems caused by the new objidl.idl.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-08-03  Juergen Schmied- Moved 16 bit functions to a seperate file.
2002-07-29  Juergen Schmied- Implemented IMallocSpy hooks in IMalloc.
2002-07-01  Juergen SchmiedSupport for large and negative offsets.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-24  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.
2001-07-23  Patrik Stridvall- Made sure that the files that contains the declarations
2001-01-04  Francois GougetRemoved the 'fn' prefix (i.e. ICOM_FN).
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-30  Alexandre JulliardFinished separation of ole32.
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-25  Andreas MohrCosmetics.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-03-28  Patrik StridvallFixed some warnings.
2000-03-24  Francois Gouget- The ICOM_CMETHODxxx cause problems because the 'const...
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
1999-10-31  Marcus MeissnerIMalloc16_Constructor: moved ICOM_VTBL(This) where...
1999-10-31  Francois GougetGeneralized the use of the new ICOM_VFIELD and ICOM_VTB...
1999-10-25  Francois GougetAdded two macros, ICOM_VFIELD and ICOM_VTBL, so that...
1999-10-23  Marcus MeissnerUse segmented lpvtbl pointer for IMalloc16 interface...
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.