msxml3: Implemented IDispatch for IXMLDOMDocumentFragment.
[wine] / dlls / msxml3 /
2008-02-19  Alistair Leslie... msxml3: Implemented IDispatch for IXMLDOMDocumentFragment.
2008-02-19  Alistair Leslie... msxml3: Implemented IDispatch for IXMLDOMComment.
2008-02-19  Alistair Leslie... msxml3: Implemented IDispatch for IXMLDOMCDATASection.
2008-02-19  Alistair Leslie... msxml3: Implemented IDispatch for IXMLDOMProcessingInst...
2008-02-19  Alistair Leslie... msxml3: Implemented IDispatch for IXMLDOMSchemaCollection.
2008-02-19  Alistair Leslie... msxml3: Implemented IDispatch for IXMLDOMText.
2008-02-18  Alistair Leslie... msxml3: Support functions for typelib.
2008-02-16  Alistair Leslie... msxml3: Implement IXMLDOMAttribute name property.
2008-02-16  Alistair Leslie... msxml3: Implement IXMLDOMProcessingInstruction target.
2008-02-15  Francois GougetAssorted spelling fixes.
2008-02-12  Alistair Leslie... msxml3: Corrected tests for msxml service packs versions.
2008-02-08  Alistair Leslie... msxml3: Corrected test text.
2008-02-05  Reece H. Dunnmsxml3: Fix the domdoc test failures.
2008-02-04  Alistair Leslie... msxml3: Correct createElement return value for an inval...
2008-02-04  Alistair Leslie... msxml3: Corrected Entity Reference Test.
2008-02-04  Alistair Leslie... msxml3: Validated attribute name.
2008-01-24  Alistair Leslie... gmsxml3: Added typelib support.
2008-01-23  Francois GougetAssorted spelling fixes.
2008-01-22  Alistair Leslie... msxml3: Return correct IDispatch Interface.
2008-01-22  Alistair Leslie... msxml3: Implement IXMLDOMEntityReference interface.
2008-01-21  Alistair Leslie... msxml3: Entity Reference nodes do not support attribute...
2008-01-21  Alistair Leslie... msxml3: Implement IXMLDOMDocumentFragment Interface.
2008-01-18  Alistair Leslie... msxml3: Implement IXMLDOMImplementation Interface.
2008-01-18  Alistair Leslie... msxml3: Attribute nodes are not typed.
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-16  Alistair Leslie... msxml3: Implement get_nodeTypeString.
2008-01-16  Alistair Leslie... msxml3: Implement put_text.
2008-01-14  Alistair Leslie... msxml3: Corrected getAttribute to return current value...
2008-01-14  Alistair Leslie... msxml3: Implement GetClassID for XMLDocument IPersistSt...
2008-01-14  Alistair Leslie... msxml3: Implemented IXMLDOMCDATASection COM Object.
2008-01-14  Alistair Leslie... msxml3: Correct get_attributes for CDATA Section.
2008-01-14  Alistair Leslie... msxml3: Implement get_dataType.
2008-01-14  Gregor Münchmsxml3: Fix typo.
2008-01-14  Andrew Talbotmsxml3: Remove unneeded cast.
2008-01-11  Marcus Meissnermsxml3: Move potential NULL ptr derefs into their if...
2008-01-11  Alistair Leslie... msxml3: Fix memory leak in test.
2008-01-09  Alistair Leslie... msxml3: Suppress IID_IRunnableObject FIXME since its...
2008-01-09  Alistair Leslie... msxml3: get_attributes not supported for Attribute...
2008-01-09  Alistair Leslie... msxml3: previousSibling not supported for Attribute...
2008-01-09  Alistair Leslie... msxml3: createProcessingInstruction: Check arguments...
2008-01-09  Alistair Leslie... msxml3: lastChild not supported for CDATASection, Comme...
2008-01-09  Alistair Leslie... msxml3: nextSibling not supported for Attribute, Docume...
2008-01-07  Lei Zhangmsxml: Fix compilation on machines without libxml2.
2008-01-07  Francois Gougetmsxml3/tests: Add the trailing '\n' to an ok() call.
2008-01-04  Alistair Leslie... msxml3: Tests for get_xml, createAttribute, CreateComme...
2008-01-04  Alistair Leslie... msxml3: Implement get_xml.
2008-01-04  Alistair Leslie... msxml3: Cannot add an attribute with appendChild.
2008-01-04  Alistair Leslie... msxml3: Add missing values for get_nodeName.
2008-01-04  Alistair Leslie... msxml3: Implement createAttribute.
2008-01-04  Alistair Leslie... msxml3: Implement createComment.
2008-01-04  Alistair Leslie... msxml3: Implement setNamedItem.
2008-01-03  Alistair Leslie... msxml3: Return E_INVALIDARG when value is NULL.
2007-12-24  Alistair Leslie... msxml3: Fix memory leaks in tests.
2007-12-14  Alistair Leslie... msxml3: Fix memory leak in tests.
2007-12-11  Alistair Leslie... msxml3: Fix memory leak in test.
2007-12-11  Alistair Leslie... msxml: Register missing components.
2007-12-10  Alistair Leslie... msxml3: Implement IPersistStream.
2007-12-10  Alistair Leslie... msxml3: Fix memory leak.
2007-12-10  Alistair Leslie... msxml3: Fix memory leaks.
2007-12-07  Alistair Leslie... msxml3: Implement cloneNode.
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-11-21  Alistair Leslie... msxml: Tests for createTextNode.
2007-11-21  Alistair Leslie... msxml: Implement createTextNode.
2007-11-21  Alistair Leslie... msxml: Always return a string in get_text.
2007-11-21  Alistair Leslie... msxml: Added test for get_text.
2007-11-16  Huw Daviesmsxml3: Don't leak an interface on failure.
2007-11-15  Alistair Leslie... msxml: Test for insertBefore with a NULL output parameter.
2007-11-15  Alistair Leslie... msxml: Allow insertBefore to have a NULL output parameter.
2007-11-15  Rob Shearmanmsxml3: Don't leak node in xmldoc_createElement in...
2007-11-15  Rob Shearmanmsxml3: Fix some memory leaks of name in test_xmldoc.
2007-11-13  Alistair Leslie... msxml3: Enable test for bad argument / fix memory leak.
2007-11-13  Alistair Leslie... msxml3: Return E_INVALIDARG on bad parameter.
2007-11-07  Alistair Leslie... msxml3: Fix memory leak.
2007-11-05  Alistair Leslie... msxml: Fix a memory leak.
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-08-27  Stefan Leichtermsxml3: Remove 'recursive registry key delete' function.
2007-07-25  Andrew Talbotmsxml3: Cast-qual warning fix.
2007-07-19  Mikołaj Zalewskimsxml3/tests: Avoid a crash that happens on some native...
2007-07-13  Rob Shearmanmsxml3: Implement IXMLDOMNode::get_text for CDATA,...
2007-06-27  Michael Stefaniucjanitorial: Remove superfluous casts of void pointers...
2007-06-11  Alexandre Julliardmsxml: Don't use VariantClear on an uninitialized variant.
2007-05-29  Francois GougetAssorted spelling fixes.
2007-05-29  Alexandre Julliardmsxml3: Fixed compilation without libxml.
2007-05-25  James Hawkinsmsxml3: Add tests for IXMLDocument.
2007-05-25  James Hawkinsmsxml3: Add tests for IXMLElement and IXMLElementCollec...
2007-05-25  James Hawkinsmsxml3: Add initial implementation of IXMLDocument.
2007-05-25  James Hawkinsmsxml3: Add initial implementation of IXMLElement and...
2007-05-18  Mikołaj Zalewskimsxml3: Implement IXMLDOMElement::getElementsByTagName.
2007-05-18  Mikołaj Zalewskimsxml3: Add tests for XPath queries with namespaces.
2007-05-18  Mikołaj Zalewskimsxml3: For queries the get_item should change the...
2007-05-18  Mikołaj Zalewskimsxml3: Improve the XPath queries handling.
2007-05-15  Andrew Talbotmsxml3: Exclude unused headers.
2007-05-14  Mikołaj Zalewskimsxml3: Implement IXMLDOMDocument2::setProperty("Select...
2007-03-13  Stefan HuehnerMark several functions as static.
2007-02-28  Huw Daviesmsxml3: Implement {get,putref}_schemas.
2007-02-28  Huw Daviesmsxml3: Add a schema cache object.
2007-02-26  Huw Daviesmsxml3: Register schema cache classes.
2007-02-26  Huw Daviesmsxml3: Convert the domdoc object to use the IXMLDOMDoc...
2007-02-19  Hans Leidekkermsxml3: Stub out some more getters and setters of IXMLD...
2007-01-24  Paul Vriensmsxml3/tests: Cast-qual warning fixes.
next