msxml3/tests: Fix leaks and wrong pointer use.
[wine] / dlls / msxml3 / node.c
2010-02-17  Nikolay Sivovmsxml3: Use common format for TRACE() in DOM objects.
2010-02-15  Nikolay Sivovmsxml3: Fix return value for IXMLDOMNode_put_nodeValue...
2010-02-12  Nikolay Sivovmsxml3: Support more node types in IXMLDOMDocument_crea...
2010-02-10  Nikolay Sivovmsxml3: Accept PI node in on base name request.
2010-02-09  Nikolay Sivovmsxml3: Support comment node type in IXMLDOMNode_get_ba...
2010-02-09  Nikolay Sivovmsxml3: Create entity reference node properly.
2010-02-09  Nikolay Sivovmsxml3: Create PI node properly.
2010-02-04  Nikolay Sivovmsxml3: Use existing helpers for heap allocations.
2009-12-07  Piotr Cabanmsxml3: Fix VARIANT_from_xmlChar implementation.
2009-11-24  Francois Gougetmsxml3: Make some functions static in node.c.
2009-11-20  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'bin...
2009-11-20  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'bin...
2009-11-20  Piotr Cabanmsxml3: Implemented more data types handling xmlnode_ge...
2009-11-19  Piotr Cabanmsxml3: Ignore nanoseconds in xmlnode_get_nodeTypedValue.
2009-11-19  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'i1...
2009-11-18  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue date...
2009-11-18  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'boolean...
2009-11-18  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'fixed...
2009-11-18  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'int...
2009-11-18  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'number...
2009-11-18  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'string...
2009-10-15  Jacek Cabanmsxml3: Store xmlnode structure instead of pointer...
2009-09-30  Jacek Cabanmsxml3: Get rid of node internal IUnknown.
2009-08-29  Jacek Cabanmsxml3: Moved IDispatchEx implementation from domdoc...
2009-08-24  Jacek Cabanmsxml3: Get rid of not used aggregation support in...
2009-08-21  Jacek Cabanmsxml3: Return xmlnode object from create_basic_node.
2009-08-14  Jacek Cabanmsxml3: Optimize bstr_from_xmlChar implementation.
2009-06-01  Gerald Pfeifermsxml3: Tweak two assertions.
2009-04-20  Francois GougetAssorted spelling fixes.
2009-02-09  Alistair Leslie... msxml3: Use our parent doc if we don't have one.
2009-01-26  Michael Stefaniucmsxml3: Remove superfluous pointer casts.
2008-12-23  Alistair Leslie... msxml3: Use xmlNodeGetContent to get text data.
2008-12-05  Michael Stefaniucmsxml3: Do not cast void pointers to other pointer...
2008-12-01  Michael Karchermsxml3: Move attach_xmlnode.c to domdoc.c.
2008-12-01  Michael Karchermsxml3: Avoid duplicate encoding.
2008-11-18  Francois Gougetmsxml3: Dynamically load libxslt.so and only call xsltI...
2008-10-31  Marcus Meissnermsxml3: Fixed if nesting / ptr checking problems in...
2008-10-31  Marcus Meissnermsxml3: Fixed NULL ptr dereference possibilities (Cover...
2008-10-28  Alistair Leslie... msxml3: Add support to get_nodeTypedValue on Element...
2008-10-13  Michael Karchermsxml3: Use orphan node list.
2008-10-13  Michael Karchermsxml3: Fix memory leaks in node.c.
2008-10-13  Michael Karchermsxml3: Fix leaks in callers of xmlChar_from_wchar.
2008-10-13  Michael Karchermsxml3: IXMLDOMNode_put_nodeValue: Use variant coercion.
2008-10-07  Michael Karchermsxml3: Revert "Simplify IXMLDOMNode::removeChild".
2008-10-07  Michael Karchermsxml3: replaceNode accepts IXMLDOMElement instead...
2008-10-07  Michael Karchermsxml3: Basic implementation of IXMLDOMNode::replaceChild.
2008-10-06  Michael Karchermsxml3: Parameter validation for IXMLDOMNode::replaceCh...
2008-10-06  Michael Karchermsxml3: Simplify IXMLDOMNode::removeChild.
2008-10-06  Michael Karchermsxml3: Fail a bit earlier on removeChild(...,NULL...
2008-10-06  Michael Karchermsxml3: removeChild can only delete direct children.
2008-09-22  Piotr Cabanmsxml3: Fix xmlnode_get_xml to work properly with XML_D...
2008-09-03  Alistair Leslie... msxml3: Correct FIXME.
2008-07-28  Alistair Leslie... msxml3: Format get_xml string to be more like msxml3.
2008-07-16  Zhangrong Huangmsxml3: Add support for accessing CDATASection node.
2008-07-16  Zhangrong Huangmsxml3: Add support for accessing document node.
2008-07-11  Piotr Cabanmsxml3: Fixed xmlnode_removeChild.
2008-07-10  Piotr Cabanmsxml3: oldChild in xmlnode_removeChild may be NULL.
2008-07-09  Piotr Cabanmsxml3: Implemented xmlnode_get_ownerDocument.
2008-07-09  Piotr Cabanmsxml3: Use IXMLDOMNode_get_nodeType in xmlnode_appendC...
2008-04-29  Alistair Leslie... msxml3: Implement IDispatch for IXMLDOMNode.
2008-04-25  Alistair Leslie... msxml3: Corrected transformNode.
2008-04-21  Alistair Leslie... msxml3: Implement get_prefix.
2008-04-21  Alistair Leslie... msxml3: Implement get_namespaceURI.
2008-04-17  Alistair Leslie... msxml3: Implement transformNode.
2008-04-09  Austin EnglishSpelling fixes.
2008-03-19  Francois GougetAssorted spelling fixes.
2008-03-05  Alistair Leslie... msxml3: Remove Byte since it's not a valid datatype.
2008-03-03  Alistair Leslie... msxml3: Implement IXMLDOMProcessingInstruction_get_node...
2008-03-03  Alistair Leslie... msxml3: Implement IXMLDOMCDATASection_get_nodeValue.
2008-02-28  Alistair Leslie... msxml3: Implement IXMLDOMComment_get_nodeValue.
2008-02-27  Francois Gougetmsxml3: Add a trailing '\n' to a Wine trace.
2008-02-25  Alistair Leslie... msxml3: Implement IXMLDOMNode put_nodeValue.
2008-02-21  Alistair Leslie... msxml3: Correct get_nodeValue for PI Nodes.
2008-02-20  Alistair Leslie... msxml3: Implement put_dataType.
2008-01-21  Alistair Leslie... msxml3: Entity Reference nodes do not support attribute...
2008-01-18  Alistair Leslie... msxml3: Attribute nodes are not typed.
2008-01-16  Alistair Leslie... msxml3: Implement get_nodeTypeString.
2008-01-16  Alistair Leslie... msxml3: Implement put_text.
2008-01-14  Alistair Leslie... msxml3: Correct get_attributes for CDATA Section.
2008-01-14  Alistair Leslie... msxml3: Implement get_dataType.
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: lastChild not supported for CDATASection, Comme...
2008-01-09  Alistair Leslie... msxml3: nextSibling not supported for Attribute, Docume...
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 setNamedItem.
2008-01-03  Alistair Leslie... msxml3: Return E_INVALIDARG when value is NULL.
2007-12-07  Alistair Leslie... msxml3: Implement cloneNode.
2007-11-21  Alistair Leslie... msxml: Always return a string in get_text.
2007-11-15  Alistair Leslie... msxml: Allow insertBefore to have a NULL output parameter.
2007-07-13  Rob Shearmanmsxml3: Implement IXMLDOMNode::get_text for CDATA,...
2007-05-18  Mikołaj Zalewskimsxml3: Improve the XPath queries handling.
2006-11-02  Paul Chitescumsxml3: Check parameters of IXMLDOMNode::insertBefore().
2006-10-05  Michael Stefaniucmsxml3: Win64 printf format warning fixes.
2006-07-19  Huw Daviesmsxml3: removeChild should catch a NULL child node.
2006-07-11  Huw Daviesmsxml3: Implement removeChild.
2006-06-14  Robert Shearmanmsxml: Allow the element implementation to be aggregatable.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
next