makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / msxml3 / Makefile.in
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2008-11-18  Francois Gougetmsxml3: Dynamically load libxslt.so and only call xsltI...
2008-10-09  Alistair Leslie... msxml3: Add IXMLHTTPRequest support.
2008-08-22  Piotr Cabanmsxml3: Added queryresult's IDispatchEx implementation.
2008-07-28  Piotr Cabanmsxml3: Generalize bsc_t implementation.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-03-25  Alistair Leslie... msxml3: Added support for SAXXMLReader.
2008-01-24  Alistair Leslie... gmsxml3: Added typelib support.
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.
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
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.
2006-11-17  Huw Daviesmsxml3: Implement createProcessingInstruction with...
2006-11-14  Huw Daviesmsxml3: Initialize the uuids that aren't in libuuid.
2006-10-09  Louis. Lendersmsxml3: Add a version resource.
2006-10-05  Michael Stefaniucmsxml3: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-07-24  Robert Shearmanmsxml3: Use general DLL registration framework to regis...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-02-21  Huw Daviesmsxml3: Use url monikers to load xml.
2006-02-16  Huw Daviesmsxml3: Implement comment node.
2006-01-19  Huw Daviesmsxml: Text node implementation.
2006-01-18  Huw Daviesmsxml: Add attribute node implementation.
2005-11-08  Huw DaviesImplement get_parseError.
2005-09-03  Mike McCormackImplemented IXMLDOMNode::selectNodes.
2005-08-19  Mike McCormackImplement the IXMLDOMNodeList interface for
2005-08-12  Mike McCormackAdd some msxml3 tests.
2005-08-10  Mike McCormackCreate a node object and use it to hold libxml2 pointers.
2005-08-08  Mike McCormackImplement the IXMLDOMNamedNodeMap interface.
2005-08-03  Mike McCormackImplemented the IXMLDOMElement interface.
2005-08-02  Mike McCormackInitial implementation of msxml3 based on libxml2.