projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
msxml3: Add namespaces to attributes.
[wine]
/
dlls
/
msxml3
/
node.c
2008-07-28
Alistair Leslie...
msxml3: Format get_xml string to be more like msxml3.
blob
|
commitdiff
|
raw
2008-07-16
Zhangrong Huang
msxml3: Add support for accessing CDATASection node.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-16
Zhangrong Huang
msxml3: Add support for accessing document node.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-11
Piotr Caban
msxml3: Fixed xmlnode_removeChild.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-10
Piotr Caban
msxml3: oldChild in xmlnode_removeChild may be NULL.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-09
Piotr Caban
msxml3: Implemented xmlnode_get_ownerDocument.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-09
Piotr Caban
msxml3: Use IXMLDOMNode_get_nodeType in xmlnode_appendC...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-29
Alistair Leslie...
msxml3: Implement IDispatch for IXMLDOMNode.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-25
Alistair Leslie...
msxml3: Corrected transformNode.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-21
Alistair Leslie...
msxml3: Implement get_prefix.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-21
Alistair Leslie...
msxml3: Implement get_namespaceURI.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-17
Alistair Leslie...
msxml3: Implement transformNode.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-09
Austin English
Spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-19
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-05
Alistair Leslie...
msxml3: Remove Byte since it's not a valid datatype.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-03
Alistair Leslie...
msxml3: Implement IXMLDOMProcessingInstruction_get_node...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-03
Alistair Leslie...
msxml3: Implement IXMLDOMCDATASection_get_nodeValue.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-28
Alistair Leslie...
msxml3: Implement IXMLDOMComment_get_nodeValue.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-27
Francois Gouget
msxml3: Add a trailing '\n' to a Wine trace.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-25
Alistair Leslie...
msxml3: Implement IXMLDOMNode put_nodeValue.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-21
Alistair Leslie...
msxml3: Correct get_nodeValue for PI Nodes.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-20
Alistair Leslie...
msxml3: Implement put_dataType.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-21
Alistair Leslie...
msxml3: Entity Reference nodes do not support attribute...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-18
Alistair Leslie...
msxml3: Attribute nodes are not typed.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-16
Alistair Leslie...
msxml3: Implement get_nodeTypeString.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-16
Alistair Leslie...
msxml3: Implement put_text.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-14
Alistair Leslie...
msxml3: Correct get_attributes for CDATA Section.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-14
Alistair Leslie...
msxml3: Implement get_dataType.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-09
Alistair Leslie...
msxml3: get_attributes not supported for Attribute...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-09
Alistair Leslie...
msxml3: previousSibling not supported for Attribute...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-09
Alistair Leslie...
msxml3: lastChild not supported for CDATASection, Comme...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-09
Alistair Leslie...
msxml3: nextSibling not supported for Attribute, Docume...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-04
Alistair Leslie...
msxml3: Implement get_xml.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-04
Alistair Leslie...
msxml3: Cannot add an attribute with appendChild.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-04
Alistair Leslie...
msxml3: Add missing values for get_nodeName.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-04
Alistair Leslie...
msxml3: Implement setNamedItem.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-03
Alistair Leslie...
msxml3: Return E_INVALIDARG when value is NULL.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-07
Alistair Leslie...
msxml3: Implement cloneNode.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-21
Alistair Leslie...
msxml: Always return a string in get_text.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-15
Alistair Leslie...
msxml: Allow insertBefore to have a NULL output parameter.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-13
Rob Shearman
msxml3: Implement IXMLDOMNode::get_text for CDATA,...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-18
Mikołaj Zalewski
msxml3: Improve the XPath queries handling.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-02
Paul Chitescu
msxml3: Check parameters of IXMLDOMNode::insertBefore().
blob
|
commitdiff
|
raw
|
diff to current
2006-10-05
Michael Stefaniuc
msxml3: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-19
Huw Davies
msxml3: removeChild should catch a NULL child node.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-11
Huw Davies
msxml3: Implement removeChild.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-14
Robert Shearman
msxml: Allow the element implementation to be aggregatable.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-16
Huw Davies
msxml3: Implement comment node.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-16
Huw Davies
msxml3: Fix get_text on text nodes.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-14
Huw Davies
msxml: Implement getElementsByTagName.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-27
Huw Davies
msxml: Issue a fixme if the interface is not implemented.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-19
Huw Davies
msxml: Text node implementation.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-18
Huw Davies
msxml: Implement get_nodeTypedValue.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-18
Huw Davies
msxml: Add attribute node implementation.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-16
Huw Davies
msxml: Fix for get_nodeValue on attributes.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-11
Huw Davies
msxml: Implement createNode, appendChild and insertAfter.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-11
Huw Davies
msxml: Fix for selectNodes when the node has no children.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-10
Huw Davies
msxml: It's valid to release an empty document.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-01
Huw Davies
Make the node object aggregatable so that the element...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-18
Huw Davies
Ref count the xmlDocPtr.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-08
Huw Davies
Include msxml2.h rather than msxml.h and xmldom.h.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-08
Huw Davies
Implement selectSingleNode.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-08
Huw Davies
Fix cut-n-paste error in licence text.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-05
Huw Davies
Filter out CTEXT nodes when building element child...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-02
Stefan Huehner
Extend get_nodeName add testcases for it.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-02
Mike McCormack
Implement IXMLDOMNode::get_nodeName.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-31
Huw Davies
Actually print the IIDs.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-03
Mike McCormack
Implemented IXMLDOMNode::selectNodes.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-22
Mike McCormack
Implement IXMLDOMNode::hasChildNode().
blob
|
commitdiff
|
raw
|
diff to current
2005-08-19
Mike McCormack
Implement the IXMLDOMNodeList interface for
blob
|
commitdiff
|
raw
|
diff to current
2005-08-19
Mike McCormack
Implement parentNode, firstChild, lastChild, previousSi...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-19
Mike McCormack
Use a single function to create all IXMLDOMNode impleme...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-18
Mike McCormack
Make each IXMLDOMNode interface represent one libxml2...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-17
Mike McCormack
Fix a search and replace mishap.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-10
Mike McCormack
Create a node object and use it to hold libxml2 pointers.
blob
|
commitdiff
|
raw
|
diff to current