ntdll: Prefer loading native manifests over Wine ones.
[wine] / dlls / msxml3 /
2011-08-26  Nikolay Sivovmsxml3/tests: Tests for default properties values.
2011-08-26  Nikolay Sivovmsxml3: Fix attributes formatting.
2011-08-25  Alexandre Julliardmsxml3: Add a WinSxS manifest resource.
2011-08-25  Nikolay Sivovmsxml3: Fix parameter validation for endElement().
2011-08-25  Nikolay Sivovmsxml3: Fix parameter validation for startElement(...
2011-08-25  Octavian Voicumsxml3/tests: Prevent crash in saxreader tests.
2011-08-25  Francois Gougetmsxml3/tests: Add a trailing '\n' to an ok() call.
2011-08-24  Nikolay Sivovmsxml3: Store class version for MXWriter instance.
2011-08-24  Nikolay Sivovmsxml3: Make version dependency checks more flexible...
2011-08-24  Nikolay Sivovmsxml3: Implement put_version() for MXWriter.
2011-08-23  Nikolay Sivovmsxml3/mxnamespace: Support prefix override mode.
2011-08-23  Nikolay Sivovmsxml3/mxnamespace: Implemented getURI().
2011-08-23  Nikolay Sivovmsxml3/mxnamespace: Implement declarePrefix() and getDe...
2011-08-23  Nikolay Sivovmsxml3/mxnamespace: Stub IVBMXNamespaceManager and...
2011-08-23  Nikolay Sivovmsxml3/mxnamespace: Add IMXNamespaceManager stub.
2011-08-23  Thomas Mullalymsxml3: Added IStream support to IMXWriter.
2011-08-23  Thomas Mullalymsxml3/tests: Added more IMXWriter tests.
2011-08-23  Thomas Mullalymsxml3/tests: Added IStream tests for IMXWriter.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-03  Francois GougetAssorted spelling fixes.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-08-02  Alexandre Julliardmakefiles: Remove some redundant registration scripts.
2011-08-02  Alexandre Julliardmakefiles: Generate resource files for typelibs.
2011-07-18  Adam Martinsonmsxml3: Don't include libxml/parser.h twice.
2011-07-15  Andrew Nguyenmsxml3/tests: Fix two minor leaks in test_mxwriter_prop...
2011-07-15  Andrew Nguyenmsxml3: Extend the lifetime of the SAX callback BSTRs...
2011-07-13  Adam Martinsonmsxml3: Don't cause an assert failure if the datatypes...
2011-07-06  Frédéric Delanoymsxml3: Remove dead assignment (Clang).
2011-07-05  Alistair Leslie... msxml3: clang corrections.
2011-06-29  Alistair Leslie... msxml3: Improve namespace tests to highlight get nodeNa...
2011-06-21  Adam Martinsonmsxml3: Add support for VT_BSTR|VT_BYREF in domdoc_save().
2011-06-21  Adam Martinsonmsxml3: Fix a couple incorrect uses of VariantChangeType().
2011-06-17  Adam Martinsonmsxml3: SysAllocString*() automatically allocates a...
2011-06-16  Adam Martinsonmsxml3: Create CLSID_XMLHTTP when requested.
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.
next