ddraw: Don't interpret end padding as dwCaps2 for x64.
[wine] / dlls / msxml3 /
2011-05-20  Adam Martinsonmsxml3/domdoc: Add support for VT_ARRAY|VT_UI1 in domdo...
2011-05-20  Adam Martinsonmsxml3/domdoc: Properly handle character encoding in...
2011-05-19  Michael Stefaniucmsxml3: COM cleanup for factory.c.
2011-05-09  Francois GougetAssorted spelling and case fixes.
2011-05-09  Nikolay Sivovmsxml3: Support get/set for disableOutputEscaping(...
2011-05-09  Nikolay Sivovmsxml3: Support byteOrderMark() property.
2011-05-09  Nikolay Sivovmsxml3: Store raw text data passed through characters().
2011-05-09  Nikolay Sivovmsxml3: Support indent() property.
2011-05-09  Nikolay Sivovmsxml3: Support attributes list for elements.
2011-05-09  Nikolay Sivovmsxml3: Basic support for startElement()/endElement().
2011-05-06  Peter Urbanecmsxml3: Reorder headers to allow use of libxml2 with...
2011-05-05  Adam Martinsonmsxml3: Don't add a <?xml...?> decl in domdoc_get_xml().
2011-05-04  Nikolay Sivovmsxml3: Basic tests for startElement().
2011-05-04  Nikolay Sivovmsxml3: Add support for omitXMLDeclaration() property.
2011-05-04  Nikolay Sivovmsxml3: Store boolean properties in a single array.
2011-05-03  Francois Gougetmsxml3: Make a bunch of XSLPattern_*() functions static.
2011-05-02  Nikolay Sivovmsxml3: Basic support for startDocument().
2011-05-02  Nikolay Sivovmsxml3: Basic support for encoding property.
2011-05-02  Nikolay Sivovmsxml3: Store stream reference as destination.
2011-05-02  Nikolay Sivovmsxml3: Add support for standalone property.
2011-05-02  Nikolay Sivovmsxml3: Add ISAXContentHandler stub for MXXMLWriter.
2011-05-02  Nikolay Sivovmsxml3: A stub for MXXMLWriter class.
2011-04-27  Michael Stefaniucmsxml3: COM cleanup in domdoc.c.
2011-04-27  Marcus Meissnermsxml3: Mark internal symbols as hidden.
2011-04-08  Francois Gougetmsxml3/tests: Fix variable initializations to conform...
2011-04-04  Marcus Meissnermsxml3: Fixed two const table declarations (Coverity).
2011-03-30  Francois Gougetmsxml3: Make xslpattern_error() static.
2011-03-30  Francois Gougetmsxml3/tests: Add a '\n' to an ok() call.
2011-03-28  Alexandre Julliardmsxml3/tests: Avoid size_t in a trace.
2011-03-28  Nikolay Sivovmsxml3: Allow to create dummy node map for <?xml ?>.
2011-03-28  Nikolay Sivovmsxml3: More tests for <?xml ?> attributes.
2011-03-28  Nikolay Sivovmsxml3: Initial tests for IObjectWithSite support for...
2011-03-17  Nikolay Sivovmsxml3: Clean formatting chars before passing to base64...
2011-03-16  Francois Gougetmsxml3: Make ConnectionPoint_Init() and BindStatusCallb...
2011-03-16  Francois Gougetmsxml3: Make element_get_dt() static and move it around...
2011-03-16  Nikolay Sivovmsxml3: Support VT_BSTR|VT_BYREF as source in load().
2011-03-16  Nikolay Sivovmsxml3: Merge save() tests to a single function.
2011-03-14  Nikolay Sivovmsxml3: Downgrade FIXME to TRACE for unsupported interf...
2011-03-14  Nikolay Sivovmsxml3: Silence compile time warnings for dynamically...
2011-03-14  Nikolay Sivovmsxml3: Protect SAX character callback from null node.
2011-03-14  Nikolay Sivovmsxml3: No need to zero memory on allocation.
2011-03-14  Nikolay Sivovmsxml3: Add IXMLDOMSelection stub.
2011-03-14  Nikolay Sivovmsxml3: Unlink node first before adding it as a child.
2011-03-11  Alistair Leslie... msxml3: Ignore XML property ResolveExternals.
2011-03-11  Nikolay Sivovmsxml3: Move string conversion helper to header.
2011-03-11  Nikolay Sivovmsxml3: Fix reference counting behaviour for named...
2011-03-10  Nikolay Sivovmsxml3: Some get_attributes() tests.
2011-03-09  Austin Englishmsxml3: Avoid shadowing a parameter.
2011-03-09  Nikolay Sivovmsxml3: Put together similar tests using tabled test...
2011-03-08  Nikolay Sivovmsxml3: Orphan a node removed with removeChild().
2011-03-08  Nikolay Sivovmsxml3: Fix some leaks in tests.
2011-03-08  Nikolay Sivovmsxml3: Merge obsolete interfaces tests in a single...
2011-03-07  Nikolay Sivovmsxml3: Implemented get_doctype() with basic tests.
2011-03-07  Nikolay Sivovmsxml3: Implement get_nodeTypedValue() for nodes that...
2011-03-07  Nikolay Sivovmsxml3: Properly update xmldoc refcounts on insertBefore().
2011-03-07  Nikolay Sivovmsxml3: Trace ref counts for all dom objects.
2011-03-04  Nikolay Sivovmsxml3: Test to show namespace definition output for...
2011-03-04  Nikolay Sivovmsxml3: Remove child with parent method first before...
2011-03-04  Nikolay Sivovmsxml3: Test insertBefore() behaviour with node relinki...
2011-03-03  Nikolay Sivovmsxml3: Link dom attribute with parent interface pointer.
2011-03-03  Nikolay Sivovmsxml3: Fail on certain node types in insertBefore...
2011-03-01  Nikolay Sivovmsxml3: Add get_output() implementation for processor.
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-28  Nikolay Sivovmsxml3/tests: Remove broken test and parameter check.
2011-02-25  Austin Englishmsxml3/tests: Remove win9x hacks.
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...
next