riched20: Use ME_PointFromChar to calculate the caret position.
[wine] / dlls / ole32 / filemoniker.c
2012-11-27  Frédéric Delanoyole32: Fix some leaks (coverity).
2012-11-27  Frédéric Delanoyole32: Add helper for string table memory freeing.
2012-10-29  André Hentschelole32: Don't leak memory allocated by FileMonikerImpl_D...
2012-08-13  Jacek Cabanole32: Use proper helpers for iface calls.
2011-08-30  Michael Stefaniucole32: COM cleanup in filemoniker.c.
2010-07-21  Nikolay Sivovole32: No need to test for interface pointer being...
2010-07-21  Nikolay Sivovole32: Remove redundant variables.
2009-11-29  Rob Shearmanole32: Fix off-by-one error in FileMonikerImpl_Decompos...
2009-11-24  Marcus Meissnerole32: Some missing error checking in FileMonikerImpl_C...
2009-11-20  Rob Shearmanole32: Fix size of memory allocation in FileMonikerImpl...
2009-09-08  Andrew Eikumole32: Don't fail when constants are 'incorrect'.
2009-02-11  Michael Stefaniucole32: Remove superfluous pointer casts.
2008-11-26  Francois Gougetole32: Remove WINAPI on static functions where not...
2008-10-08  Michael Stefaniucole32: Use the right FAILED/SUCCEEDED macro instead...
2008-04-14  Francois Gougetole32: Fix spelling of GetComparisonData().
2008-04-10  Austin Englishole32: Spelling fixes.
2007-11-12  Rob Shearmanole32: Fix a leak of the IBindCtx object in FileMoniker...
2007-10-23  Francois GougetAssorted spelling fixes.
2007-06-07  Ulrich Czekallaole32: Remove stack-based string buffer inFileMonikerIm...
2007-03-28  Rob Shearmanole32: Implement MkParseDisplayName.
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-04-07  Robert Shearmanole32: Fix typo in FileMonikerImpl_BindToObject.
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 Cohen- Base FileMonikerImpl_Save() on XP.
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-05-12  Mike McCormackRemove unnecessary declarations and make functions...
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-07-23  Francois GougetAssorted spelling fixes.
2004-05-21  Marcus MeissnerRevert broken strict aliasing fix.
2004-05-04  Marcus MeissnerFixed strict aliasing issues in dlls/ole32.
2004-04-20  Francois GougetMake Unicode strings static const.
2004-04-12  Filip NavaraGet rid of E_UNSPEC non-standard error value.
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...
2004-01-06  Francois GougetAssorted spelling fixes.
2003-10-01  Michael StefaniucFix missing mem freeing on error path.
2003-09-30  Michael StefaniucFixes for memory leaks on error path.
2003-09-11  Dave MillerRemoved ordinals from comments.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
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-08-16  Dmitry TimoshkovFixed GetClassFile implementation.
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-10-22  Francois GougetSpelling, grammar and a bit of comment formatting fixes.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-02  Patrik StridvallDocumentation fixes.
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.
2001-01-26  Andreas MohrSome more cleanups.
2000-11-30  Patrik StridvallDon't include windows.h internally.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-25  Francois Gougetcompobj.h is a synonym for objbase.h
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-03-07  Jeff TranterThe pathname was stored in a string of size 100, which...
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.