ntdll: Prefer loading native manifests over Wine ones.
[wine] / dlls / msxml3 /
2011-02-24  Nikolay Sivovmsxml3: Get rid of not longer used internal IXMLDOMNode...
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-24  Michael Stefaniucmsxml3: COM cleanup for the IDispatchEx iface.
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  Alistair Leslie... msxml3: Add IObjectSafety support to IXMLHTTPRequest.
2011-02-22  Nikolay Sivovmsxml3: Use helper to consistently dump variant parameters.
2011-02-22  Nikolay Sivovmsxml3: Remove useless parts of schema cleanup helper.
2011-02-22  Nikolay Sivovmsxml3: Store document event handler for ready state...
2011-02-18  Alistair Leslie... msxml3: Add IObjectWithSite support to IXMLHttpRequest.
2011-02-17  Nikolay Sivovmsxml3: Null pointer for schema uri should be treated...
2011-02-16  Nikolay Sivovmsxml3: Initial implementation of transform() method.
2011-02-16  Nikolay Sivovmsxml3: Store output stream for processor.
2011-02-16  Nikolay Sivovmsxml3: Basic put_input() method for IXSLProcessor.
2011-02-16  Jacek Cabanmsxml3: Silence QueryInterface FIXME.
2011-02-15  Nikolay Sivovmsxml3: Add a stub IXSLProcessor.
2011-02-15  Nikolay Sivovmsxml3: Add basic putref_stylesheet() implementation.
2011-02-14  Nikolay Sivovmsxml: Add IXSLTemplate stub.
2011-02-10  Austin Englishmsxml3/tests: Make sure return value is used (LLVM...
2011-02-08  Austin Englishmsxml3/tests: Remove unneeded assignment (LLVM/Clang).
2011-01-24  Michael Stefaniucmsxml3: COM cleanup for the IXMLDOMNode iface in unknode.
2011-01-24  Michael Stefaniucmsxml3: COM cleanup for the IXMLDOMNode iface in xmlnode.
2011-01-24  Michael Stefaniucmsxml3: COM cleanup for the IBindStatusCallback iface.
2011-01-24  Nikolay Sivovmsxml3: Fix interface leak (Valgrind).
2011-01-24  Nikolay Sivovmsxml3: Fix invalid read before allocated block (Valgrind).
2011-01-17  Nikolay Sivovmsxml3/tests: Fix a lot of leaks in tests (Valgrind).
2011-01-14  Jacek Cabanmsxml3: Fixed memory leak (valgrind).
2011-01-10  Jacek Cabanmsxml3: Don't forward get_namespaceURI calls to node...
2011-01-10  Jacek Cabanmsxml3: Don't forward get_nodeTypedValue to node's...
2011-01-06  Jacek Cabanmsxml3: Get rid of xmlnode_transformNodeToObject.
2010-12-30  Jacek Cabanmsxml3: Don't forward put_nodeTypedValue and put_dataTy...
2010-12-29  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in parse...
2010-12-29  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in httpr...
2010-12-28  Michael Stefaniucmsxml3: Standardize the COM usage in saxreader.c.
2010-12-23  Michael Stefaniucmsxml3: Standardize the COM usage in xmlelem.c.
2010-12-23  Michael Stefaniucmsxml3: Use ifaces instead of vtbl pointers in xmldoc.
2010-12-21  Alexandre Julliardmsxml3: Convert dll registration to the IRegistrar...
2010-12-21  Alexandre Julliardmsxml2: Add an msxml2 library that contains the v2...
2010-12-21  Alexandre Julliardmsxml: Register the v2.0 classes using the IRegistrar...
2010-12-21  Alexandre Julliardinclude: Correctly define the msxml typelib by directly...
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in domfrag.
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in domdo...
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in domimpl.
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in domco...
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in dom_pi.
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in xmlno...
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in domelem.
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in domtext.
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in entit...
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in domcdata.
2010-12-16  Michael Stefaniucmsxml3: Use ifaces instead of vtbl pointers in xmlnodemap.
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in domattr.
2010-12-09  Alexandre Julliardmsxml3: Avoid using an initialized variable.
2010-12-09  Michael Stefaniucmsxml3: Use ifaces instead of vtbl pointers in BindStat...
2010-12-03  Francois Gougetmsxml3: Add a trailing '\n' to an ERR() call.
2010-12-03  Alexandre Julliardresources: Define a generic mechanism for adding extra...
2010-12-01  Alexandre Julliardmsxml3: Avoid some uninitialized variable warnings...
2010-12-01  Adam Martinsonmsxml3/domdoc: Add a ref to the schema cache in copy_pr...
2010-11-29  Austin Englishmsxml3: Bump version information to SP9.
2010-11-29  Ken Thomasesmsxml3: Fix building on Leopard.
2010-11-25  Michael Stefaniucmsxml3: Remove dead code: break after return (Smatch).
2010-11-25  Adam Martinsonmsxml3: Store the DOMDocument/XMLSchemaCache object...
2010-11-25  Adam Martinsonmsxml3/schema: Properly handle schema_cache_add() from...
2010-11-25  Adam Martinsonmsxml3: Fix a few error messages.
2010-11-25  Adam Martinsonmsxml3/tests: Move domdoc.c schema-related tests to...
2010-11-24  Adam Martinsonmsxml3: Add schema parse/validate error callbacks.
2010-11-24  Adam Martinsonmsxml3: Fix domdoc_getElementsByTagName()/domelem_getEl...
2010-11-24  Adam Martinsonmsxml3: Implement domtext dt-related functions.
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-17  Alexandre Julliardmsxml3: Fix incorrect uses of va_list arguments.
2010-11-17  Michael Stefaniucmsxml3: Remove 'const' from the function return types.
2010-11-16  Gerald Pfeifermsxml3: Remove practically unused variable from XDR_to_...
2010-11-16  Adam Martinsonmsxml3: Add functions to get the dt:dt of a node.
2010-11-16  Adam Martinsonmsxml3: Add XDR datatypes enum and string table.
2010-11-16  Adam Martinsonmsxml3: Move schema cache into the domdoc_properties...
2010-11-16  Adam Martinsonmsxml3: Fix a datatypes.xsd oops.
2010-11-16  Michael Stefaniucmsxml3/tests: Remove redundant NULL check before SysFre...
2010-11-15  Paul Vriensmsxml3/tests: Fix some test failures on Win98/WinMe.
2010-11-15  Adam Martinsonmsxml3: Use built-in urn:schemas-microsoft-com:datatype...
2010-11-15  Adam Martinsonmsxml3: XDR schema support.
2010-11-15  Adam Martinsonmsxml3/tests: XDR schema tests.
2010-11-15  Adam Martinsonmsxml3: Add urn:schemas-microsoft-com:datatypes schema.
2010-11-15  Adam Martinsonmsxml3: Add our own xmlFirstElementChild() for older...
2010-11-15  Adam Martinsonmsxml3: Store the DLL instance handle.
2010-11-12  Nikolay Sivovmsxml3: Don't include assert.h where it's not used.
2010-11-12  Nikolay Sivovmsxml3: Fix a ::get_xml() for libxml2 without xmlSaveTo...
2010-11-10  Alexandre Julliardinclude: Make msxml6.idl a copy of msxml2.idl instead...
2010-11-10  Alexandre Julliardinclude: Move coclass definitions to msxml2.idl.
2010-11-09  Adam Martinsonmsxml3/tests: Tests for node_get_dataType() with XDR...
2010-11-09  Nikolay Sivovmsxml3: Dump set node value.
2010-11-09  Nikolay Sivovmsxml3: Trace DOM document reference counts.
2010-11-09  Nikolay Sivovmsxml3: Use defined error code for no error case.
next