riched20: Process messages which arrive before WM_NCCREATE.
[wine] / dlls / msxml3 / text.c
2010-02-17  Nikolay Sivovmsxml3: Use common format for TRACE() in DOM objects.
2010-02-16  Nikolay Sivovmsxml3: Get rid of libxml2 accessors in ::substringData...
2010-02-16  Nikolay Sivovmsxml3: Simplify ::appendData() for Text, Comment and...
2010-02-16  Nikolay Sivovmsxml3: Implement ::replaceData() for Text, Comment...
2010-02-16  Nikolay Sivovmsxml3: Simplify ::insertData() for Text, Comment and...
2010-02-16  Nikolay Sivovmsxml3: Use interface methods for ::get_length() calls.
2010-02-04  Nikolay Sivovmsxml3: Use existing helpers for heap allocations.
2010-01-29  Nikolay Sivovmsxml3: Implement IXMLDOMText::deleteData().
2009-10-15  Jacek Cabanmsxml3: Store xmlnode structure instead of pointer...
2009-09-30  Jacek Cabanmsxml3: Get rid of node internal IUnknown.
2009-09-30  Jacek Cabanmsxml3: Store pointer to node object in domtext.
2009-08-29  Jacek Cabanmsxml3: Moved IDispatchEx implementation from domdoc...
2009-08-21  Jacek Cabanmsxml3: Return xmlnode object from create_basic_node.
2009-03-10  Michael Stefaniucmsxml3: Change the remaining long variables to LONG.
2009-03-10  Michael Stefaniucmsxml3: Change long to LONG in msxml2.idl and xmldom...
2009-01-26  Michael Stefaniucmsxml3: Remove superfluous pointer casts.
2008-12-01  Michael Karchermsxml3: Quiet noisy fixmes.
2008-10-13  Michael Karchermsxml3: Fix leaks in callers of xmlChar_from_wchar.
2008-10-10  Michael Karchermsxml3: Text node should not aggregate element.
2008-10-10  Michael Karchermsxml3: _domtext->element is in fact a IXMLDOMNode.
2008-03-27  Alistair Leslie... msxml3: Correct IXMLDOMText appendData.
2008-03-19  Francois GougetAssorted spelling fixes.
2008-03-10  Alistair Leslie... msxml3: Implemented IXMLDOMText_insertData.
2008-03-10  Alistair Leslie... msxml3: Support IXMLDOMCharacterData lookup in IXMLDOMT...
2008-03-03  Alistair Leslie... msxml3: Implement IXMLDOMText_appendData.
2008-02-29  Alistair Leslie... msxml3: Implemented IXMLDOMText substringData.
2008-02-28  Alistair Leslie... msxml3: Implement IXMLDOMText_get_data.
2008-02-25  Alistair Leslie... msxml3: Implement IXMLDOMText put_data.
2008-02-19  Alistair Leslie... msxml3: Implement IXMLDOMText length property.
2008-02-19  Alistair Leslie... msxml3: Implemented IDispatch for IXMLDOMText.
2008-01-22  Alistair Leslie... msxml3: Return correct IDispatch Interface.
2008-01-14  Gregor Münchmsxml3: Fix typo.
2006-06-14  Robert Shearmanmsxml: Implement IXMLDOMElement for text elements by...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-19  Huw Daviesmsxml: Text node implementation.