advapi32/tests: Make function pointers static and remove redundant typedefs.
[wine] / dlls / msxml3 /
2010-09-30  Adam Martinsonmsxml3: Expose the XML parser SAX callback interface.
2010-09-29  Nikolay Sivovmsxml3/httprequest: Implement IXMLHttpRequest::setReque...
2010-09-29  Nikolay Sivovmsxml3/httprequest: Store passed data for IXMLHttpReque...
2010-09-29  Adam Martinsonmsxml3: Move domdoc properties into their own struct.
2010-09-29  Adam Martinsonmsxml3: Implement SelectionNamespaces property.
2010-09-28  Adam Martinsonmsxml3/tests: Prevent a double-free in test_get_ownerDo...
2010-09-20  Nikolay Sivovmsxml3/tests: Fix locale dependent string comparison.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-18  Nikolay Sivovmsxml3/tests: Store test data as a table for ::nodeType...
2010-09-18  Nikolay Sivovmsxml3: Remove some useless initializers.
2010-09-18  Nikolay Sivovmsxml3: Store selected query language in backend docume...
2010-09-18  Nikolay Sivovmsxml3: Fix ::selectSingleNode() behaviour on invalid...
2010-09-16  Nikolay Sivovmsxml3/tests: Don't raise a test error on first try...
2010-09-15  Andrew Nguyenmsxml3: Correct the prototype of DOMDocument_create...
2010-09-15  Paul Vriensmsxml3/tests: Step to the next item on failure as well.
2010-09-14  Nikolay Sivovmsxml3: Properly set default value for SelectionLanguag...
2010-09-14  Nikolay Sivovmsxml3: Fix IXMLDOMNode::get_namespaceURI() for empty...
2010-09-14  Nikolay Sivovmsxml3: Fix IXMLDOMNode::get_prefix() for empty prefix.
2010-09-14  Nikolay Sivovmsxml3: Support elements with namespaces.
2010-09-13  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in insert...
2010-09-13  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_at...
2010-09-13  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_...
2010-09-13  Alistair Leslie... msxml: Added support to create msxml4/6 interfaces.
2010-09-09  Joris Huizermsxml3/tests: Add lastChild tests.
2010-09-09  Joris Huizermsxml3: Fix copy/paste error in get_lastChild functions.
2010-09-08  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_...
2010-09-08  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_ch...
2010-09-07  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_no...
2010-09-07  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in put_no...
2010-09-07  Nikolay Sivovmsxml3/tests: Basic test for ::setAttributeNode().
2010-09-07  Nikolay Sivovmsxml3/tests: Some tests for ::get_ownerDocument()...
2010-09-07  Nikolay Sivovmsxml3/domdoc: Implement IXMLDOMNamedNodeMap::removeQua...
2010-09-07  Nikolay Sivovmsxml3/tests: Add a helper to create document instance...
2010-09-06  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_no...
2010-09-06  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_no...
2010-09-06  Jacek Cabanmsxml3: Use xmlnode child object's IXMLDOMNode implemen...
2010-09-06  Jacek Cabanmsxml3: Use get_node_obj to get xmlnode from iface...
2010-09-06  Jacek Cabanmsxml3: Use separate object for unknown node type imple...
2010-09-06  Jacek Cabanmsxml3: Use fake IID to safely cast IXMLDOMNode interfa...
2010-09-06  Jacek Cabanmsxml3: Added node_query_inerface function for common...
2010-09-06  Jacek Cabanmsxml3: Store outer iface as IXMLDOMNode instead of...
2010-09-03  Alexandre Goujonmsxml3/tests: Be more verbose when get_text fails.
2010-09-03  Nikolay Sivovmsxml3: Implement IXMLDOMNamedNodeMap::getQualifiedItem().
2010-09-03  Nikolay Sivovmsxml3: Fix invalid parameter handling for IXMLDOMEleme...
2010-09-02  Nikolay Sivovmsxml3: Fix IXMLDOMDocument::getElementsByTagName(...
2010-08-30  Nikolay Sivovmsxml3: Dump namespace aliases passed with SelectionNam...
2010-08-30  Nikolay Sivovmsxml3: Silence FIXME for supported properties.
2010-08-30  Nikolay Sivovmsxml3: Allow FreeThreadedDOMDocument40 to be created.
2010-08-30  Nikolay Sivovmsxml3/tests: Tests for IXMLDOMText::splitText(), stub...
2010-08-30  Nikolay Sivovmsxml3: Implement IXMLDOMCDATASection::splitText().
2010-08-30  Nikolay Sivovmsxml3: Add IXMLDOMDocument3 stub support.
2010-08-30  Nikolay Sivovmsxml6: Add stub msxml6, forward DOMDocument60 creation...
2010-08-26  Francois Gougetmsxml3: Make parse_xml() static.
2010-07-28  Paul Vriensmsxml3: Ignore a property.
2010-07-22  Michael Stefaniucmsxml3: Remove the ignored common resource attributes.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-19  Nikolay Sivovmsxml3: Speed up a IPersistStreamInit::Save() by queryi...
2010-07-19  Piotr Cabanmsxml3: Improve bstr_from_xmlCharN implementation.
2010-07-19  Piotr Cabanmsxml3: Improve QName_from_xmlChar implementation.
2010-07-19  Piotr Cabanmsxml3: Correctly allocate namespaces stack in saxreader.
2010-07-05  Andrey Turkinmsxml3: Add test to highlight another difference betwee...
2010-06-29  Nikolay Sivovmsxml3: Use proper pointer types for IPersistStreamInit...
2010-06-29  Nikolay Sivovmsxml3: Add support for IPersistStreamInit for IXMLDOMD...
2010-06-28  Nikolay Sivovmsxml3: Create additional node for xml declaration.
2010-06-28  Piotr Cabanmsxml3: Fix illegal memory access.
2010-06-24  Nikolay Sivovmsxml3/tests: A test to show difference in XPath and...
2010-06-23  Nikolay Sivovmsxml3: Don't free namespace data tracked in a tree.
2010-06-23  Nikolay Sivovmsxml3: Accept CLSID_FreeThreadedDOMDocument30 in class...
2010-06-23  Nikolay Sivovmsxml3: Silence a warning in ::get_baseName() for docum...
2010-06-22  Nikolay Sivovmsxml3: Use vtable macros consistently, depending on...
2010-06-22  Nikolay Sivovmsxml3: Properly free namespace structure pointer.
2010-06-21  Nikolay Sivovmsxml3: Extend traces for inc/dec refs on libxml2 docum...
2010-06-21  Nikolay Sivovmsxml3: Don't crash on null pointer when doing ::Next...
2010-06-21  Nikolay Sivovmsxml3: Support xml:lang attribute in IXMLElement:...
2010-06-21  Nikolay Sivovmsxml3: Don't force parser encoding when loading from...
2010-06-14  Andrew Nguyenmsxml3/tests: Correct the sense of a few test failure...
2010-06-14  Andrew Nguyenmsxml3: Ignore the encoding attribute when loading...
2010-06-14  Andrew Nguyenmsxml3: Add proper skips when msxml3 DOM interfaces...
2010-06-14  Nikolay Sivovmsxml3: Use defined macros to access internal XPath...
2010-06-14  Nikolay Sivovmsxml3: Avoid SysStringLen() testing for an empty strin...
2010-05-20  Michael Stefaniucmsxml3: Remove redundant "not NULL" check of the punk...
2010-04-19  Alistair Leslie... msxml3: Register classes.
2010-03-31  André Hentschelmsxml3: Make xmlnode_get_specified a stub.
2010-03-31  André Hentschelmsxml3: Make xmlnode_get_parsed a stub.
2010-03-31  Alexandre Julliardmsxml3: Remove unnecessary string constants.
2010-03-29  Mikhail Maroukhinemsxml3: Fix compiler warnings with flag -Wcast-qual.
2010-03-26  Paul Vriensmsxml3/tests: Skip some tests when network connection...
2010-03-23  André Hentschelmsxml3: Fix a typo in a comment.
2010-03-22  Francois Gougetmsxml3: Add a trailing '\n' to a TRACE().
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Nikolay Sivovmsxml3: Treat input BSTR as general WCHAR string for...
2010-03-01  Reece Dunnmsxml3/tests: Improve the IObjectSecurity tests to...
2010-02-22  Nikolay Sivovmsxml3: Simplify IXMLDOMElement_get_tagName(), add...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-19  Nikolay Sivovmsxml3: Avoid direct vtable members internal usage.
2010-02-19  Nikolay Sivovmsxml3: Accept IObjectSafety for query from IXMLDOMDocu...
2010-02-17  Nikolay Sivovmsxml3/tests: Fix leaks and wrong pointer use.
2010-02-17  Nikolay Sivovmsxml3: Use common format for TRACE() in DOM objects.
2010-02-16  Nikolay Sivovmsxml3: Get rid of libxml2 accessors in ::substringData...
2010-02-16  Nikolay Sivovmsxml3: Simplify ::appendData() for Text, Comment and...
next