riched20: Use ME_PointFromChar to calculate the caret position.
[wine] / dlls / ole32 / stg_prop.c
2012-10-29  André Hentschelole32: Don't leak memory allocated by enumx_allocate...
2012-10-08  Vincent Povirkole32: Stub StgConvertVariantToProperty.
2012-08-28  Vincent Povirkole32: Fix typo.
2012-08-28  Vincent Povirkole32: Add support for reading BSTR properties.
2012-08-28  Vincent Povirkole32: Implement StgConvertPropertyToVariant.
2012-07-16  Nikolay Sivovole32: COM cleanup of IPropertySetStorage interface.
2012-07-13  Nikolay Sivovole32: COM cleanup for IStorage interface of base stora...
2011-12-05  Marcus Meissnerole32: Handle VT_BLOB in PropertyStorage_ReadProperty.
2011-11-15  André Hentschelole32: Implement writing VT_CLSID properties.
2011-06-27  Marcus Meissnerole32: Access the array entry, not the array (Coverity).
2010-12-08  Michael Stefaniucole32: Use an iface instead of a vtbl pointer in Proper...
2010-12-01  Andrew Bogottole32: Fix an off-by-one error that broke reading of...
2010-12-01  Andrew Bogottole32: Revert "ole32: Only read known format ids when...
2010-05-25  Juan Langole32: Only read known format ids when attempting to...
2010-03-17  Nikolay Sivovole32: Remove useless parameter check.
2009-12-31  Alexandre Julliardole32: Fix some pointer cast warnings on 64-bit.
2009-12-18  Juan Langole32: Fix a memory leak.
2009-11-29  Rob Shearmanole32: Fix the length of data written and read for...
2009-11-24  Rob Shearmanole32: Fix a typo in PropertyStorage_WritePropertyToStr...
2009-09-01  Austin Englishole32: Fix build on Power PC.
2009-08-20  Juan Langole32: Correct byte count.
2009-08-20  Juan Langole32: On big endian machines, copy strings to little...
2009-04-24  Austin Englishole32: Rename a macro to prevent a conflict on NetBSD.
2009-03-13  Michael Stefaniucwidl: Output "LONG" instead of "long" for a 32bit integer.
2009-02-11  Michael Stefaniucole32: Remove superfluous pointer casts.
2008-07-11  Andrew Talbotole32: Remove unneeded address-of operators from array...
2008-04-10  Austin Englishole32: Spelling fixes.
2008-03-14  Andrew Talbotole32: Assign to structs instead of using memcpy.
2008-03-11  Andrew Talbotole32: Assign to structs instead of using memcpy.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-01-15  Andrew Talbotole32: Remove unneeded casts.
2007-07-06  Andrew Talbotole32: Cast-qual warnings fix.
2007-07-05  Andrew Talbotole32: Constify some variables.
2007-03-12  Jan Zerebeckiole32: Add DebugInfo to critical sections.
2006-11-07  Andrew Talbotole32: Cast-qual warnings fix.
2006-10-20  Alexandre JulliardAvoid usage of sizeof in traces that causes warnings...
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-09-21  Andrew Talbotole32: Cast-qual warnings fix.
2006-08-14  Mike McCormackole32: Use PropVariantInit instead of memset.
2006-07-12  Mike McCormackole32: Only return S_FALSE in IPropertyStorage::ReadMul...
2006-07-12  Mike McCormackole32: Remove unnecessary assert(This) calls.
2006-07-12  Mike McCormackole32: Fix and test reading and writing of VT_CF proper...
2006-07-12  Mike McCormackole32: Implement IPropertyStorage::Enum using enumx.
2006-07-12  Mike McCormackole32: Clean up some declarations.
2006-07-12  Mike McCormackole32: Use enumx to implement IPropertySetStorage:...
2006-07-12  Mike McCormackole32: This cannot be NULL, so don't check it.
2006-07-12  Mike McCormackole32: Only return S_FALSE in IPropertyStorage::ReadMul...
2006-06-19  Mike McCormackole32: Implement reading of VT_CF storage properties.
2006-06-13  Alexandre Julliardole32: Don't use sizeof in traces to avoid printf forma...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-08-22  Mike McCormackFix some gcc 4.0 warnings.
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-27  Eric PouechConst correctness fixes.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-16  Juan LangAdd a comment, and a no-op cleanup.
2005-05-16  Juan LangDifferentiate between version 0 and version 1 property...
2005-05-16  Juan LangStore property names in the code page of the property...
2005-05-14  Juan Lang- maintain proper byte order
2005-05-09  Juan LangCorrect/improve error checking in IPropertyStorage.
2005-04-23  Juan Lang- convert strings between property storage's code page...
2005-04-15  Juan LangImplement FmtIdToPropStgName & PropStgNameToFmtId,...
2005-04-14  Alexandre JulliardFixed a buffer overflow.
2005-04-11  Juan Lang- add write support to IPropertyStorage, with tests
2005-04-11  Juan LangAdd traces, add unit tests for IPropertyStorage, and...
2005-03-31  Mike McCormackEliminate forward declarations, make functions static.
2005-03-17  Juan LangBegin implementing IPropertyStorage.
2005-03-01  Juan LangMove vtbl to end of file and get rid of unnecessary...
2005-02-24  Mike McCormackAdd struct StorageBaseImpl at the start of derived...
2005-02-21  Mike McCormackImplement and test IPropertySetStorage.