wininet: Fix compiler warnings with flag -Wcast-qual.
[wine] / dlls / msxml3 / domdoc.c
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-19  Nikolay Sivovmsxml3: Accept IObjectSafety for query from IXMLDOMDocu...
2010-02-17  Nikolay Sivovmsxml3: Use common format for TRACE() in DOM objects.
2010-02-15  Nikolay Sivovmsxml3: Accept NODE_ENTITY_REFERENCE in ::createNode...
2010-02-15  Nikolay Sivovmsxml3: Reimplement IXMLDOMDocument::createProcessingIn...
2010-02-15  Nikolay Sivovmsxml3: Reimplement IXMLDOMDocument::createAttribute...
2010-02-15  Nikolay Sivovmsxml3: Reimplement IXMLDOMDocument::createCDATASection...
2010-02-15  Nikolay Sivovmsxml3: Fix IXMLDOMDocument::createElement(), cast...
2010-02-15  Nikolay Sivovmsxml3: Reimplement IXMLDOMDocument::createTextNode...
2010-02-15  Nikolay Sivovmsxml3: Fix IXMLDOMDocument::createDocumentFragment...
2010-02-15  Nikolay Sivovmsxml3: Reimplement IXMLDOMDocument::createComment...
2010-02-12  Nikolay Sivovmsxml3: Reimplement IXMLDOMDocument::createElement...
2010-02-12  Nikolay Sivovmsxml3: Reimplement IXMLDOMDocument::createDocumentFrag...
2010-02-12  Nikolay Sivovmsxml3: Support more node types in IXMLDOMDocument_crea...
2010-02-12  Nikolay Sivovmsxml3: Check for Null out pointer in node creation...
2010-02-09  Alexandre Julliardmsxml3: Fix building with older libxml versions.
2010-02-08  Nikolay Sivovmsxml3: Use libxml2 functionality to skip top XML decla...
2010-02-04  Nikolay Sivovmsxml3: Use existing helpers for heap allocations.
2010-01-18  Mike Kaplinskiymsxml: getElementsByTagName does not respect namespaces.
2009-10-15  Jacek Cabanmsxml3: Store xmlnode structure instead of pointer...
2009-09-30  Jacek Cabanmsxml3: Get rid of node internal IUnknown.
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: Store xmlnode object in domdoc.
2009-08-21  Jacek Cabanmsxml3: Return xmlnode object from create_basic_node.
2009-03-10  Michael Stefaniucmsxml3: Change long to LONG in msxml2.idl and xmldom...
2009-01-26  Michael Stefaniucmsxml3: Remove superfluous pointer casts.
2009-01-22  Alistair Leslie... msxml3: Implement IXMLDOMDocument2 IPersistStream_Save.
2009-01-22  Alistair Leslie... msxml3: IXMLDOMDocument2 async default value is VARIANT...
2009-01-14  Alistair Leslie... msxml3: Add fixme for unsupported parameter.
2008-12-20  Alistair Leslie... msxml3: Add ISupportErrorInfo interface to IXMLDOMDocument.
2008-12-01  Michael Karchermsxml3: attach_xmldoc may fail.
2008-12-01  Michael Karchermsxml3: Remove attach_xmldoc(This, NULL) calls.
2008-12-01  Michael Karchermsxml3: Specialize attach_xmlnode to XML documents.
2008-12-01  Michael Karchermsxml3: Move attach_xmlnode.c to domdoc.c.
2008-10-17  Jacek Cabanmsxml3: Update orphaned list in put_documentElement.
2008-10-15  Michael Karchermsxml3: Initialize xmldoc->_private in IPersistStream...
2008-10-13  Michael Karchermsxml3: Use orphan node list.
2008-10-13  Michael Karchermsxml3: Add an orphan node list to xmlDoc.
2008-10-13  Michael Karchermsxml3: Use the _private element of xmlDoc as pointer.
2008-10-13  Michael Karchermsxml3: Remove unneeded code.
2008-10-07  Michael Karchermsxml3: Handle all variant types in IXMLDOMDocument...
2008-09-03  Alistair Leslie... msxml3: Add IDispatchEx support to IXMLDOMDocument2.
2008-09-02  Francois Gougetmsxml3: Add a '\n' to a Wine trace.
2008-08-18  Alistair Leslie... msxml3: Added and corrected trace string.
2008-07-28  Piotr Cabanmsxml3: Generalize bsc_t implementation.
2008-07-16  Zhangrong Huangmsxml3: Add support for accessing document node.
2008-07-14  Francois Gougetmsxml3: Fix compilation on systems that don't support...
2008-07-14  Piotr Cabanmsxml3: Fixed typo in create_bsc.
2008-07-09  Piotr Cabanmsxml3: Skip the first XML declaration in file generate...
2008-07-09  Piotr Cabanmsxml3: Split DOMDocument_create.
2008-07-09  Piotr Cabanmsxml3: Return better bindf in GetBindInfo.
2008-07-09  Piotr Cabanmsxml3: Use OnDataAvailable for reading stream.
2008-07-09  Piotr Cabanmsxml3: Store current bsc in domdoc.
2008-07-09  Piotr Cabanmsxml3: Store IBinding in bsc.
2008-07-09  Piotr Cabanmsxml3: Make bsc heap based object.
2008-07-09  Piotr Cabanmsxml3: Implemented domdoc_put_documentElement.
2008-07-03  Alistair Leslie... msxml3: Added support to create an Attribute in createNode.
2008-06-11  Alexandre Julliardmsxml3: Fix a compile error without xml headers.
2008-04-29  Alistair Leslie... msxml3: Implement IObjectSafety for IXMLDOMDocument2.
2008-04-28  Alistair Leslie... msxml3: Added IObjectWithSite support in IXMLDOMDocument2.
2008-03-12  Alistair Leslie... msxml3: Allow IXMLDOMDocument to save as another IXMLDO...
2008-02-19  Alistair Leslie... msxml3: Implemented IDispatch for IXMLDOMDocument2.
2008-01-22  Alistair Leslie... msxml3: Return correct IDispatch Interface.
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: Implement GetClassID for XMLDocument IPersistSt...
2008-01-14  Alistair Leslie... msxml3: Implemented IXMLDOMCDATASection COM Object.
2008-01-09  Alistair Leslie... msxml3: Suppress IID_IRunnableObject FIXME since its...
2008-01-09  Alistair Leslie... msxml3: createProcessingInstruction: Check arguments...
2008-01-04  Alistair Leslie... msxml3: Implement createAttribute.
2008-01-04  Alistair Leslie... msxml3: Implement createComment.
2007-12-10  Alistair Leslie... msxml3: Implement IPersistStream.
2007-11-21  Alistair Leslie... msxml: Implement createTextNode.
2007-11-13  Alistair Leslie... msxml3: Return E_INVALIDARG on bad parameter.
2007-05-18  Mikołaj Zalewskimsxml3: Improve the XPath queries handling.
2007-05-14  Mikołaj Zalewskimsxml3: Implement IXMLDOMDocument2::setProperty("Select...
2007-02-28  Huw Daviesmsxml3: Implement {get,putref}_schemas.
2007-02-26  Huw Daviesmsxml3: Convert the domdoc object to use the IXMLDOMDoc...
2007-02-19  Hans Leidekkermsxml3: Stub out some more getters and setters of IXMLD...
2006-12-05  Francois Gougetmsxml3: Add '\n' to Wine trace.
2006-11-30  Lei Zhangmsxml3: Fix compiles for systems with libxml2 version...
2006-11-17  Huw Daviesmsxml3: Implement createElement.
2006-11-17  Huw Daviesmsxml3: Implement createProcessingInstruction with...
2006-10-05  Michael Stefaniucmsxml3: Win64 printf format warning fixes.
2006-08-02  Alexandre Julliardmsxml3: Make some functions and variables static.
2006-06-27  Huw Daviesmsxml3: Always have a libxml doc associated with a...
2006-06-14  Robert Shearmanmsxml: Text nodes with just whitespace should be stripped.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-21  Huw Daviesmsxml3: Improve parse error handling a bit.
2006-02-21  Huw Daviesmsxml3: Use url monikers to load xml.
2006-02-14  Huw Daviesmsxml: Implement getElementsByTagName.
2006-01-27  Huw Daviesmsxml: Issue a fixme if the interface is not implemented.
2006-01-24  Huw Daviesmsxml: Implement save.
2006-01-11  Huw Daviesmsxml: Implement createNode, appendChild and insertAfter.
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.
next