msxml3: Support comment node type in IXMLDOMNode_get_baseName.
[wine] / dlls / msxml3 / msxml_private.h
2010-01-18  Nikolay Sivovmsxml3: Track linked/unlinked state for element and...
2009-10-15  Jacek Cabanmsxml3: Store xmlnode structure instead of pointer...
2009-10-07  Alexandre JulliardFix empty function prototypes.
2009-09-30  Jacek Cabanmsxml3: Get rid of node internal IUnknown.
2009-09-01  Alexandre Julliardmsxml3: Move typelib definitions out of #ifdef HAVE_LIB...
2009-08-29  Jacek Cabanmsxml3: Use IXMLDOMSelection as a main queryresult...
2009-08-29  Jacek Cabanmsxml3: Moved IDispatchEx implementation from domdoc...
2009-08-24  Jacek Cabanmsxml3: Get rid of not used aggregation support in...
2009-08-21  Jacek Cabanmsxml3: Return xmlnode object from create_basic_node.
2009-08-14  Jacek Cabanmsxml3: Optimize bstr_from_xmlChar implementation.
2008-12-20  Alistair Leslie... msxml3: Make functions static.
2008-12-01  Michael Karchermsxml3: Move attach_xmlnode.c to domdoc.c.
2008-11-19  Francois Gougetmsxml3: Fix compilation on systems that don't have...
2008-11-18  Francois Gougetmsxml3: Dynamically load libxslt.so and only call xsltI...
2008-10-13  Michael Karchermsxml3: Add an orphan node list to xmlDoc.
2008-10-09  Alistair Leslie... msxml3: Add IXMLHTTPRequest support.
2008-09-03  Alistair Leslie... msxml3: Add IDispatchEx support to IXMLDOMDocument2.
2008-08-22  Piotr Cabanmsxml3: Added queryresult's IDispatchEx implementation.
2008-08-22  Piotr Cabanmsxml3: Use LoadTypeLibEx to register typelib.
2008-07-28  Piotr Cabanmsxml3: Generalize bsc_t implementation.
2008-07-16  Zhangrong Huangmsxml3: Add support for accessing document node.
2008-07-14  Alexandre Julliardmsxml3: Fix compile without xml headers.
2008-07-09  Piotr Cabanmsxml3: Split DOMDocument_create.
2008-04-29  Alistair Leslie... msxml3: Implement IDispatch for IXMLDOMNode.
2008-03-25  Alistair Leslie... msxml3: Added support for SAXXMLReader.
2008-03-25  Alistair Leslie... msxml3: Added typelib ids for SAX interfaces.
2008-03-12  Alistair Leslie... msxml3: Register msxml3 typelib.
2008-02-21  Alistair Leslie... msxml3: Implement IDispatch for IXMLDOMImplementation.
2008-02-18  Alistair Leslie... msxml3: Support functions for typelib.
2008-01-22  Alistair Leslie... msxml3: Implement IXMLDOMEntityReference interface.
2008-01-21  Alistair Leslie... msxml3: Implement IXMLDOMDocumentFragment Interface.
2008-01-18  Alistair Leslie... msxml3: Implement IXMLDOMImplementation Interface.
2008-01-14  Alistair Leslie... msxml3: Implemented IXMLDOMCDATASection COM Object.
2008-01-07  Lei Zhangmsxml: Fix compilation on machines without libxml2.
2008-01-04  Alistair Leslie... msxml3: Implement setNamedItem.
2007-12-10  Alistair Leslie... msxml3: Implement IPersistStream.
2007-05-29  Alexandre Julliardmsxml3: Fixed compilation without libxml.
2007-05-25  James Hawkinsmsxml3: Add initial implementation of IXMLDocument.
2007-05-25  James Hawkinsmsxml3: Add initial implementation of IXMLElement and...
2007-05-18  Mikołaj Zalewskimsxml3: Improve the XPath queries handling.
2007-02-28  Huw Daviesmsxml3: Add a schema cache object.
2007-01-22  Bang Jun-Youngmsxml3: config.h police.
2006-11-17  Huw Daviesmsxml3: Implement createProcessingInstruction with...
2006-06-14  Robert Shearmanmsxml: Allow the element implementation to be aggregatable.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-16  Huw Daviesmsxml3: Implement comment node.
2006-02-14  Huw Daviesmsxml: Implement getElementsByTagName.
2006-01-19  Huw Daviesmsxml: Text node implementation.
2006-01-18  Huw Daviesmsxml: Add attribute node implementation.
2005-12-01  Huw DaviesMake the node object aggregatable so that the element...
2005-11-18  Huw DaviesRef count the xmlDocPtr.
2005-11-08  Huw DaviesInclude msxml2.h rather than msxml.h and xmldom.h.
2005-11-08  Huw DaviesImplement get_parseError.
2005-09-03  Mike McCormackImplemented IXMLDOMNode::selectNodes.
2005-08-19  Mike McCormackUse a single function to create all IXMLDOMNode impleme...
2005-08-18  Mike McCormackMake each IXMLDOMNode interface represent one libxml2...
2005-08-15  Vincent BéronProtect libxml/parser.h with proper autoconf definition.
2005-08-10  Mike McCormackCreate a node object and use it to hold libxml2 pointers.
2005-08-09  Mike McCormackInitialize and clean up libxml2 in DllMain.
2005-08-08  Mike McCormackImplement the IXMLDOMNamedNodeMap interface.
2005-08-08  Jacek CabanFixed msxml compilation when libxml is not available.
2005-08-03  Mike McCormackImplemented the IXMLDOMElement interface.
2005-08-02  Mike McCormackInitial implementation of msxml3 based on libxml2.