projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
msxml3: Use an iface instead of a vtbl pointer in parse_error_t.
[wine]
/
dlls
/
msxml3
/
domdoc.c
2010-12-03
Francois Gouget
msxml3: Add a trailing '\n' to an ERR() call.
blob
|
commitdiff
|
raw
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
2010-07-19
Nikolay Sivov
msxml3: Speed up a IPersistStreamInit::Save() by queryi...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-29
Nikolay Sivov
msxml3: Use proper pointer types for IPersistStreamInit...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-29
Nikolay Sivov
msxml3: Add support for IPersistStreamInit for IXMLDOMD...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-28
Nikolay Sivov
msxml3: Create additional node for xml declaration.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-22
Nikolay Sivov
msxml3: Use vtable macros consistently, depending on...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-21
Nikolay Sivov
msxml3: Extend traces for inc/dec refs on libxml2 docum...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-21
Nikolay Sivov
msxml3: Don't force parser encoding when loading from...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-14
Andrew Nguyen
msxml3: Ignore the encoding attribute when loading...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-14
Nikolay Sivov
msxml3: Avoid SysStringLen() testing for an empty strin...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-20
Michael Stefaniuc
msxml3: Remove redundant "not NULL" check of the punk...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-15
Nikolay Sivov
msxml3: Treat input BSTR as general WCHAR string for...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-01
Reece Dunn
msxml3/tests: Improve the IObjectSecurity tests to...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-19
Nikolay Sivov
msxml3: Accept IObjectSafety for query from IXMLDOMDocu...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-17
Nikolay Sivov
msxml3: Use common format for TRACE() in DOM objects.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-15
Nikolay Sivov
msxml3: Accept NODE_ENTITY_REFERENCE in ::createNode...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-15
Nikolay Sivov
msxml3: Reimplement IXMLDOMDocument::createProcessingIn...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-15
Nikolay Sivov
msxml3: Reimplement IXMLDOMDocument::createAttribute...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-15
Nikolay Sivov
msxml3: Reimplement IXMLDOMDocument::createCDATASection...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-15
Nikolay Sivov
msxml3: Fix IXMLDOMDocument::createElement(), cast...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-15
Nikolay Sivov
msxml3: Reimplement IXMLDOMDocument::createTextNode...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-15
Nikolay Sivov
msxml3: Fix IXMLDOMDocument::createDocumentFragment...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-15
Nikolay Sivov
msxml3: Reimplement IXMLDOMDocument::createComment...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-12
Nikolay Sivov
msxml3: Reimplement IXMLDOMDocument::createElement...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-12
Nikolay Sivov
msxml3: Reimplement IXMLDOMDocument::createDocumentFrag...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-12
Nikolay Sivov
msxml3: Support more node types in IXMLDOMDocument_crea...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-12
Nikolay Sivov
msxml3: Check for Null out pointer in node creation...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-09
Alexandre Julliard
msxml3: Fix building with older libxml versions.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-08
Nikolay Sivov
msxml3: Use libxml2 functionality to skip top XML decla...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-04
Nikolay Sivov
msxml3: Use existing helpers for heap allocations.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-18
Mike Kaplinskiy
msxml: getElementsByTagName does not respect namespaces.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-15
Jacek Caban
msxml3: Store xmlnode structure instead of pointer...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-30
Jacek Caban
msxml3: Get rid of node internal IUnknown.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-29
Jacek Caban
msxml3: Moved IDispatchEx implementation from domdoc...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-24
Jacek Caban
msxml3: Get rid of not used aggregation support in...
blob
|
commitdiff
|
raw
|
diff to current
next