projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
msxml3: Accept lexical handler parameter entities switch.
[wine]
/
dlls
/
msxml3
/
domdoc.c
2011-10-03
Michael Stefaniuc
msxml3: Use SUCCEEDED instead of !FAILED.
blob
|
commitdiff
|
raw
2011-09-06
Alistair Leslie...
msxml3: Correct MSXML object safety tests.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-24
Nikolay Sivov
msxml3: Make version dependency checks more flexible...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-06
Frédéric Delanoy
msxml3: Remove dead assignment (Clang).
blob
|
commitdiff
|
raw
|
diff to current
2011-06-21
Adam Martinson
msxml3: Add support for VT_BSTR|VT_BYREF in domdoc_save().
blob
|
commitdiff
|
raw
|
diff to current
2011-05-20
Adam Martinson
msxml3/domdoc: Add support for VT_ARRAY|VT_UI1 in domdo...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-20
Adam Martinson
msxml3/domdoc: Properly handle character encoding in...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-05
Adam Martinson
msxml3: Don't add a <?xml...?> decl in domdoc_get_xml().
blob
|
commitdiff
|
raw
|
diff to current
2011-04-27
Michael Stefaniuc
msxml3: COM cleanup in domdoc.c.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-16
Francois Gouget
msxml3: Make ConnectionPoint_Init() and BindStatusCallb...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-16
Nikolay Sivov
msxml3: Support VT_BSTR|VT_BYREF as source in load().
blob
|
commitdiff
|
raw
|
diff to current
2011-03-14
Nikolay Sivov
msxml3: Downgrade FIXME to TRACE for unsupported interf...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-14
Nikolay Sivov
msxml3: Protect SAX character callback from null node.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-14
Nikolay Sivov
msxml3: Add IXMLDOMSelection stub.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-11
Alistair Leslie...
msxml3: Ignore XML property ResolveExternals.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-11
Nikolay Sivov
msxml3: Move string conversion helper to header.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-07
Nikolay Sivov
msxml3: Implemented get_doctype() with basic tests.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-07
Nikolay Sivov
msxml3: Implement get_nodeTypedValue() for nodes that...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-04
Nikolay Sivov
msxml3: Remove child with parent method first before...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-24
Nikolay Sivov
msxml3: Remove transformNode() forward.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-24
Nikolay Sivov
msxml3: Remove selectSingleNode() forward.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-24
Nikolay Sivov
msxml3: Remove selectNodes() forward.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-24
Alexandre Julliard
msxml3: Include the system libxml headers before the...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-23
Nikolay Sivov
msxml3: Remove get_text() forward.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-23
Nikolay Sivov
msxml3: Remove get_ownerDocument() forward.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-23
Nikolay Sivov
msxml3: Remove hasChildNodes() forward.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-23
Nikolay Sivov
msxml3: Remove appendChild() forward.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-23
Nikolay Sivov
msxml3: Remove forward to removeChild() method for...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-22
Nikolay Sivov
msxml3: Store document event handler for ready state...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-24
Michael Stefaniuc
msxml3: COM cleanup for the IXMLDOMNode iface in xmlnode.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-10
Jacek Caban
msxml3: Don't forward get_namespaceURI calls to node...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-10
Jacek Caban
msxml3: Don't forward get_nodeTypedValue to node's...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-06
Jacek Caban
msxml3: Get rid of xmlnode_transformNodeToObject.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-30
Jacek Caban
msxml3: Don't forward put_nodeTypedValue and put_dataTy...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-03
Francois Gouget
msxml3: Add a trailing '\n' to an ERR() call.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-01
Adam Martinson
msxml3/domdoc: Add a ref to the schema cache in copy_pr...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-25
Adam Martinson
msxml3: Store the DOMDocument/XMLSchemaCache object...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-25
Adam Martinson
msxml3: Fix a few error messages.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-24
Adam Martinson
msxml3: Fix domdoc_getElementsByTagName()/domelem_getEl...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-16
Adam Martinson
msxml3: Move schema cache into the domdoc_properties...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-12
Nikolay Sivov
msxml3: Fix a ::get_xml() for libxml2 without xmlSaveTo...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-09
Nikolay Sivov
msxml3: Trace DOM document reference counts.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-09
Nikolay Sivov
msxml3: Fix duplicated declarations after document...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-08
Jacek Caban
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_no...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-05
Nikolay Sivov
msxml3: For tested cases use TRACE instead of FIXME.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-04
Adam Martinson
msxml3: Move the whitespace preservation bool into...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-03
Adam Martinson
msxml3: Implement domdoc schema validation.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Nikolay Sivov
msxml3: Get rid of ::get_baseName() forward.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Nikolay Sivov
msxml3: Get rid of ::get_prefix() forward.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Nikolay Sivov
msxml3: Get rid of ::cloneNode() forward.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-29
Jacek Caban
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_xm...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-28
Adam Martinson
msxml3: libxml2 error/warning callback functions.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-26
Nikolay Sivov
msxml3: Handle passed BSTR argument as a WCHAR string...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-26
Michael Stefaniuc
msxml3: Remove returns after returns (Smatch).
blob
|
commitdiff
|
raw
|
diff to current
2010-10-25
Nikolay Sivov
msxml3: Use proper naming and types for IObject* interf...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-25
Nikolay Sivov
msxml3: Add ::Unadvise().
blob
|
commitdiff
|
raw
|
diff to current
2010-10-25
Nikolay Sivov
msxml3: Add ::GetConnectionPointContainer().
blob
|
commitdiff
|
raw
|
diff to current
2010-10-25
Nikolay Sivov
msxml3: Add ::GetConnectionInterface().
blob
|
commitdiff
|
raw
|
diff to current
2010-10-25
Nikolay Sivov
msxml3: Add stub IConnectionPoint, return points for...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-25
Nikolay Sivov
msxml3: Add stub connection container support.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-25
Jacek Caban
msxml3: Don't use xmlnode's IXMLDOMNode iface for a...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-21
Adam Martinson
msxml3: Fix a regression bug in domdoc_loadXML().
blob
|
commitdiff
|
raw
|
diff to current
2010-10-20
Nikolay Sivov
msxml3: Add support for IStream destination in save().
blob
|
commitdiff
|
raw
|
diff to current
2010-10-19
Nikolay Sivov
msxml3: Get rid of ::put_text() forward to IXMLDOMNode...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-19
Nikolay Sivov
msxml3: Get rid of ::get_dataType() forward to IXMLDOMN...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-18
Adam Martinson
msxml3: Add a function to initialize xmlDoc->_private...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-15
Adam Martinson
msxml3: Prevent a memory leak if domdoc creation fails.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-13
Jacek Caban
msxml3: Don't use xmlnode's IXMLDOMNode iface in replac...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-06
Nikolay Sivov
msxml3: Don't fail trying to set NewParser property.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-04
Adam Martinson
msxml3: XSLPattern support.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-04
Adam Martinson
msxml3: Partial stub domdoc_validate().
blob
|
commitdiff
|
raw
|
diff to current
2010-10-04
Adam Martinson
msxml3: Stub domdoc_get_readyState().
blob
|
commitdiff
|
raw
|
diff to current
2010-10-01
Adam Martinson
msxml3: Implement preserveWhiteSpace property.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-30
Adam Martinson
msxml3: Expose the XML parser SAX callback interface.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-29
Adam Martinson
msxml3: Move domdoc properties into their own struct.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-29
Adam Martinson
msxml3: Implement SelectionNamespaces property.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-18
Nikolay Sivov
msxml3: Store selected query language in backend docume...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-15
Andrew Nguyen
msxml3: Correct the prototype of DOMDocument_create...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-14
Nikolay Sivov
msxml3: Properly set default value for SelectionLanguag...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-14
Nikolay Sivov
msxml3: Support elements with namespaces.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-13
Jacek Caban
msxml3: Don't use xmlnode's IXMLDOMNode iface in insert...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-13
Jacek Caban
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_at...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-13
Jacek Caban
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-09
Joris Huizer
msxml3: Fix copy/paste error in get_lastChild functions.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-08
Jacek Caban
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-08
Jacek Caban
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_ch...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-07
Jacek Caban
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_no...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-07
Jacek Caban
msxml3: Don't use xmlnode's IXMLDOMNode iface in put_no...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Jacek Caban
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_no...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Jacek Caban
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_no...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Jacek Caban
msxml3: Use xmlnode child object's IXMLDOMNode implemen...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Jacek Caban
msxml3: Use fake IID to safely cast IXMLDOMNode interfa...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Jacek Caban
msxml3: Added node_query_inerface function for common...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Jacek Caban
msxml3: Store outer iface as IXMLDOMNode instead of...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-03
Nikolay Sivov
msxml3: Fix invalid parameter handling for IXMLDOMEleme...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-02
Nikolay Sivov
msxml3: Fix IXMLDOMDocument::getElementsByTagName(...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-30
Nikolay Sivov
msxml3: Dump namespace aliases passed with SelectionNam...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-30
Nikolay Sivov
msxml3: Implement IXMLDOMCDATASection::splitText().
blob
|
commitdiff
|
raw
|
diff to current
2010-08-30
Nikolay Sivov
msxml3: Add IXMLDOMDocument3 stub support.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-28
Paul Vriens
msxml3: Ignore a property.
blob
|
commitdiff
|
raw
|
diff to current
next