riched20: Use ME_PointFromChar to calculate the caret position.
[wine] / dlls / ole32 / itemmoniker.c
2012-08-13  Jacek Cabanole32: Use proper helpers for iface calls.
2011-08-25  Michael Stefaniucole32: Cleanup ItemMonikerImpl_QueryInterface().
2011-08-25  Michael Stefaniucole32: COM cleanup in itemmoniker.c.
2010-03-02  Reece Dunnole32: IMoniker_IsRunning returns E_INVALIDARG when...
2010-01-22  Rob Shearmanole32: Rearrange declarations in itemmoniker.c to avoid...
2009-02-11  Michael Stefaniucole32: Remove superfluous pointer casts.
2008-11-26  Francois Gougetole32: Remove WINAPI on static functions where not...
2008-04-14  Francois Gougetole32: Fix spelling of GetComparisonData().
2008-04-10  Austin Englishole32: Spelling fixes.
2007-11-12  Rob Shearmanole32: Fix memory leak in ItemMonikerImpl_Save.
2007-01-19  Andrew Talbotole32: Declare some functions static.
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-06-09  Alexandre Julliardole32: Use the standard DEFINE_OLEGUID macro to define...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-08  Robert Shearmanole32: Fix the algorithm used in ItemMonikerImpl_Hash...
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-05-23  Robert Shearman- Add error messages on failure in file moniker load...
2005-05-19  Robert Shearman- Add a generic moniker marshaler that works by saving...
2005-05-18  Robert ShearmanImplement IROTData::GetComparisonData for file & item...
2005-02-18  Robert Shearman- Better tracing.
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-05-21  Marcus MeissnerRevert broken strict aliasing fix.
2004-05-04  Marcus MeissnerFixed strict aliasing issues in dlls/ole32.
2004-01-23  Alexandre JulliardMoved a few remaining 16-bit definitions out of the...
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
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-06-18  Francois GougetTypos/spelling fixes.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-19  Ove KaavenMoved some definitions from include/wine/obj_moniker...
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-07-16  Juergen SchmiedFixed two leaks in file- and itemmoniker.
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-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-11  Patrik StridvallFixed some issues found by winapi_check.
2001-04-20  Andreas MohrSpelling fixes.
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-10-28  Marcus MeissnerCreateItemMoniker may get NULL as szDelim, some cleanups.
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-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.