netstat: Initial implementation.
[wine] / dlls / msxml3 / element.c
2012-11-22  Andrew Talbotmsxml3: Remove unused variable.
2012-07-02  Nikolay Sivovmsxml3: Add support for bin.hex element type encoding.
2012-06-29  Nikolay Sivovmsxml3: Implement put_nodeTypedValue() for bin.base64...
2012-05-15  Nikolay Sivovmsxml3: Remove no longer used get_xml() option to mess...
2012-01-23  Nikolay Sivovmsxml3: Replace macro with another enum entry.
2011-11-21  Nikolay Sivovmsxml3: Forward IDispatch to IDispatchEx when supported.
2011-11-21  Nikolay Sivovmsxml3: Added common ISupportErrorInfo implementation.
2011-11-15  Nikolay Sivovmsxml3: Properly handle qualified names in getAttribute...
2011-11-15  Nikolay Sivovmsxml3: Support multiple IXMLDOMNamedNodeMap implementa...
2011-10-27  Nikolay Sivovmsxml3: Block attempt to modify namespace definition...
2011-09-21  Francois Gougetmsxml3: Fix printing NULL strings.
2011-06-21  Adam Martinsonmsxml3: Fix a couple incorrect uses of VariantChangeType().
2011-03-17  Nikolay Sivovmsxml3: Clean formatting chars before passing to base64...
2011-03-16  Francois Gougetmsxml3: Make element_get_dt() static and move it around...
2011-03-14  Nikolay Sivovmsxml3: Downgrade FIXME to TRACE for unsupported interf...
2011-03-14  Nikolay Sivovmsxml3: Add IXMLDOMSelection stub.
2011-03-11  Nikolay Sivovmsxml3: Move string conversion helper to header.
2011-03-11  Nikolay Sivovmsxml3: Fix reference counting behaviour for named...
2011-03-07  Nikolay Sivovmsxml3: Trace ref counts for all dom objects.
2011-03-04  Nikolay Sivovmsxml3: Remove child with parent method first before...
2011-03-03  Nikolay Sivovmsxml3: Link dom attribute with parent interface pointer.
2011-03-01  Nikolay Sivovmsxml3: Always set out pointer to null on failed QueryI...
2011-02-28  Nikolay Sivovmsxml3: Reject xmlns attribute to be added to element.
2011-02-24  Nikolay Sivovmsxml3: Remove transformNode() forward.
2011-02-24  Nikolay Sivovmsxml3: Remove selectSingleNode() forward.
2011-02-24  Nikolay Sivovmsxml3: Remove selectNodes() forward.
2011-02-24  Alexandre Julliardmsxml3: Include the system libxml headers before the...
2011-02-23  Nikolay Sivovmsxml3: Remove get_text() forward.
2011-02-23  Nikolay Sivovmsxml3: Remove get_ownerDocument() forward.
2011-02-23  Nikolay Sivovmsxml3: Remove hasChildNodes() forward.
2011-02-23  Nikolay Sivovmsxml3: Remove appendChild() forward.
2011-02-23  Nikolay Sivovmsxml3: Remove forward to removeChild() method for...
2011-02-22  Nikolay Sivovmsxml3: Use helper to consistently dump variant parameters.
2011-01-24  Michael Stefaniucmsxml3: COM cleanup for the IXMLDOMNode iface in xmlnode.
2011-01-10  Jacek Cabanmsxml3: Don't forward get_namespaceURI calls to node...
2011-01-06  Jacek Cabanmsxml3: Get rid of xmlnode_transformNodeToObject.
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in domelem.
2010-11-24  Adam Martinsonmsxml3: Fix domdoc_getElementsByTagName()/domelem_getEl...
2010-11-24  Adam Martinsonmsxml3: Validate node content in domelem_put_dataType().
2010-11-24  Adam Martinsonmsxml3: Add BSTR versions of the XDR_DT <-> string...
2010-11-24  Adam Martinsonmsxml3: Use the associated schema for domelem_get_dataT...
2010-11-08  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_no...
2010-11-05  Nikolay Sivovmsxml3: For tested cases use TRACE instead of FIXME.
2010-11-01  Nikolay Sivovmsxml3: Get rid of ::get_baseName() forward.
2010-11-01  Nikolay Sivovmsxml3: Get rid of ::get_prefix() forward.
2010-11-01  Nikolay Sivovmsxml3: Get rid of ::cloneNode() forward.
2010-11-01  Nikolay Sivovmsxml3: Implement a trivial case of ::put_nodeTypedValu...
2010-10-29  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_xm...
2010-10-25  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface for a...
2010-10-21  Nikolay Sivovmsxml3: Partially implement ::setAttributeNode().
2010-10-19  Nikolay Sivovmsxml3: Get rid of ::put_text() forward to IXMLDOMNode...
2010-10-19  Nikolay Sivovmsxml3: Get rid of ::get_dataType() forward to IXMLDOMN...
2010-10-13  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in replac...
2010-09-13  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in insert...
2010-09-13  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_at...
2010-09-13  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_...
2010-09-09  Joris Huizermsxml3: Fix copy/paste error in get_lastChild functions.
2010-09-08  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_...
2010-09-08  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_ch...
2010-09-07  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_no...
2010-09-07  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in put_no...
2010-09-07  Nikolay Sivovmsxml3/tests: Basic test for ::setAttributeNode().
2010-09-06  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_no...
2010-09-06  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_no...
2010-09-06  Jacek Cabanmsxml3: Use xmlnode child object's IXMLDOMNode implemen...
2010-09-06  Jacek Cabanmsxml3: Added node_query_inerface function for common...
2010-09-06  Jacek Cabanmsxml3: Store outer iface as IXMLDOMNode instead of...
2010-09-03  Nikolay Sivovmsxml3: Fix invalid parameter handling for IXMLDOMEleme...
2010-08-30  Nikolay Sivovmsxml3: Add IXMLDOMDocument3 stub support.
2010-03-22  Francois Gougetmsxml3: Add a trailing '\n' to a TRACE().
2010-02-22  Nikolay Sivovmsxml3: Simplify IXMLDOMElement_get_tagName(), add...
2010-02-17  Nikolay Sivovmsxml3: Use common format for TRACE() in DOM objects.
2010-02-04  Nikolay Sivovmsxml3: Use existing helpers for heap allocations.
2010-01-19  Nikolay Sivovmsxml3: Implement IXMLDOMElement::removeAttribute().
2010-01-18  Mike Kaplinskiymsxml: getElementsByTagName does not respect namespaces.
2009-10-15  Jacek Cabanmsxml3: Store xmlnode structure instead of pointer...
2009-09-30  Jacek Cabanmsxml3: Get rid of node internal IUnknown.
2009-09-10  Alistair Leslie... msxml3: Add IDispatchEx support to IXMLDOMElement.
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: Store xmlnode object in domelem.
2009-08-21  Jacek Cabanmsxml3: Return xmlnode object from create_basic_node.
2009-01-29  Marcus Meissnermsxml3: Handle get_element returning NULL (Coverity).
2008-12-17  Alistair Leslie... msxml3: Corrected getAttributeNode to return correct...
2008-12-05  Michael Stefaniucmsxml3: Do not cast void pointers to other pointer...
2008-07-02  Piotr Cabanmsxml3: Added IXMLDOMElement_getAttributeNode implement...
2008-02-19  Alistair Leslie... msxml3: Implemented IDispatch for IXMLDOMElement.
2008-02-04  Alistair Leslie... msxml3: Validated attribute name.
2008-01-22  Alistair Leslie... msxml3: Return correct IDispatch Interface.
2008-01-14  Alistair Leslie... msxml3: Corrected getAttribute to return current value...
2007-05-18  Mikołaj Zalewskimsxml3: Implement IXMLDOMElement::getElementsByTagName.
2006-06-14  Robert Shearmanmsxml: Allow the element implementation to be aggregatable.
2006-06-12  Robert Shearmanmsxml3: Fix domelem_get_tagName to return a string...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-27  Huw Daviesmsxml: Issue a fixme if the interface is not implemented.
2006-01-16  Huw Daviesmsxml: Implement setAttribute.
2006-01-14  Huw Daviesmsxml: Implement getAttribute.
2005-12-01  Huw DaviesMake the node object aggregatable so that the element...
2005-11-08  Huw DaviesInclude msxml2.h rather than msxml.h and xmldom.h.
2005-11-08  Huw DaviesFix cut-n-paste error in licence text.
next