crypt32: Trace enhanced key usage extension.
[wine] / dlls / msxml3 /
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-30  Jacek Cabanmsxml3: Store xmlnode pointer in dom_pi.
2009-09-30  Jacek Cabanmsxml3: Store xmlnode pointer in entityref.
2009-09-30  Jacek Cabanmsxml3: Store xmlnode pointer in domfrag.
2009-09-30  Jacek Cabanmsxml3: Store xmlnode pointer in domcomment.
2009-09-30  Jacek Cabanmsxml3: Store xmlnode pointer in domcdata.
2009-09-30  Jacek Cabanmsxml3: Store xmlnode pointer in domattr.
2009-09-30  Jacek Cabanmsxml3: Store pointer to node object in domtext.
2009-09-10  Alistair Leslie... msxml3: Add IDispatchEx support to IXMLDOMElement.
2009-09-01  Alexandre Julliardmsxml3: Move typelib definitions out of #ifdef HAVE_LIB...
2009-08-29  Jacek Cabanmsxml3: Added more IDispatchEx tests.
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: Store xmlnode object in domdoc.
2009-08-21  Jacek Cabanmsxml3: Store xmlnode object in domelem.
2009-08-21  Jacek Cabanmsxml3: Return xmlnode object from create_basic_node.
2009-08-19  Alistair Leslie... msxml3: Support loading windows file paths.
2009-08-19  Alexandre Julliardmsxml3/tests: Use the global wine_dbgstr_w instead...
2009-08-14  Jacek Cabanmsxml3: Optimize bstr_from_xmlChar implementation.
2009-08-14  Alistair Leslie... msxml3: Register missing MXXMLWriter interfaces.
2009-08-14  Alistair Leslie... msxml3: IXMLDOMElement doesn't support IObjectIdentity.
2009-06-01  Gerald Pfeifermsxml3: Tweak two assertions.
2009-04-20  Francois GougetAssorted spelling fixes.
2009-03-10  Michael Stefaniucmsxml3: Change the remaining long variables to LONG.
2009-03-10  Michael Stefaniucmsxml3: Change long to LONG in msxml.idl.
2009-03-10  Michael Stefaniucmsxml3: Change long to LONG in msxml2.idl and xmldom...
2009-02-09  Alistair Leslie... msxml3: Use our parent doc if we don't have one.
2009-01-29  Marcus Meissnermsxml3: Handle get_element returning NULL (Coverity).
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-22  Alistair Leslie... msxml3: Register missing SAXXMLReader Components.
2009-01-14  Alistair Leslie... msxml3: Add fixme for unsupported parameter.
2008-12-23  Alistair Leslie... msxml3: Use xmlNodeGetContent to get text data.
2008-12-20  Alistair Leslie... msxml3: Add ISupportErrorInfo interface to IXMLDOMDocument.
2008-12-20  Alistair Leslie... msxml3: Make functions static.
2008-12-17  Alistair Leslie... msxml3: Corrected getAttributeNode to return correct...
2008-12-17  Hans Leidekkerjanitorial: Don't depend on user32 for the self registr...
2008-12-05  Michael Stefaniucmsxml3: Do not cast void pointers to other pointer...
2008-12-05  Vincent Povirkmsxml3/tests: Fix string format warnings.
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-12-01  Michael Karchermsxml3: Quiet noisy fixmes.
2008-12-01  Michael Karchermsxml3/tests: Fix BSTR leak.
2008-12-01  Michael Karchermsxml3: Avoid duplicate encoding.
2008-12-01  Alistair Leslie... msxml3: Implement IXMLDOMAttribute get/put value.
2008-11-25  Francois Gougetmsxml3: Remove WINAPI on static functions where not...
2008-11-20  Ricardo Filipemsxml3: Check some dead store results (llvm/clang).
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-11-14  Andrew Talbotmsxml3: Void function should not return a value.
2008-11-03  Michael Karchermsxml3: Simplify IXMLDOMNodeMap::removeNamedItem.
2008-11-03  Michael Karchermsxml3: Clean up initialization.
2008-10-31  Michael Karchermsxml3: IXMLCDATASection is not an element.
2008-10-31  Marcus Meissnermsxml3: Fixed if nesting / ptr checking problems in...
2008-10-31  Marcus Meissnermsxml3: Fixed NULL ptr dereference possibilities (Cover...
2008-10-28  Alistair Leslie... msxml3: Add support to get_nodeTypedValue on Element...
2008-10-23  Andrew Talbotmsxml3: Sign-compare warning fix.
2008-10-17  Jacek Cabanmsxml3: Silence invalid FIXME.
2008-10-17  Jacek Cabanmsxml3: Fixed dynamic properties allocation.
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-13  Michael Karchermsxml3: Fix memory leaks in node.c.
2008-10-13  Michael Karchermsxml3/tests: Fix assorted memory leaks.
2008-10-13  Michael Karchermsxml3: Fix leaking the BindStatusCallback if bind_url...
2008-10-13  Michael Karchermsxml3: Fix leaks in callers of xmlChar_from_wchar.
2008-10-13  Michael Karchermsxml3: Remove superflous re-conversion from wide chars...
2008-10-13  Michael Karchermsxml3: Use right COM invocation macro.
2008-10-13  Michael Karchermsxml3: IXMLDOMNode_put_nodeValue: Use variant coercion.
2008-10-13  Michael Karchermsxml3: Correct handling of listLength == NULL in IXMLD...
2008-10-13  Michael Karchermsxml3: Implementation of IXMLDOMNamedNodeMap::removeNa...
2008-10-10  Michael Karchermsxml3: Text node should not aggregate element.
2008-10-10  Michael Karchermsxml3: _domtext->element is in fact a IXMLDOMNode.
2008-10-09  Alistair Leslie... msxml3: Add IXMLHTTPRequest support.
2008-10-08  Piotr Cabanmsxml: Added CDATA related events handling.
2008-10-08  Piotr Cabanmsxml: Added ISAXLexicalHandler_comment event.
2008-10-08  Piotr Cabanmsxml: Fix parsing <.../> elements.
2008-10-08  Piotr Cabanmsxml: Rewrite ISAXContentHandler_characters.
2008-10-08  Michael Stefaniucmsxml3/tests: Use SUCCEEDED instead of !FAILED.
2008-10-08  Paul Vriensmsxml3/tests: Compare instead of assign.
2008-10-07  Michael Karchermsxml3: Revert "Simplify IXMLDOMNode::removeChild".
2008-10-07  Michael Karchermsxml3: Handle all variant types in IXMLDOMDocument...
2008-10-07  Michael Karchermsxml3: replaceNode accepts IXMLDOMElement instead...
2008-10-07  Michael Karchermsxml3: Basic implementation of IXMLDOMNode::replaceChild.
2008-10-07  Michael Karchermsxml3/tests: Valgrind fix.
2008-10-06  Michael Karchermsxml3: Parameter validation for IXMLDOMNode::replaceCh...
2008-10-06  Michael Karchermsxml3: Simplify IXMLDOMNode::removeChild.
2008-10-06  Michael Karchermsxml3: Fail a bit earlier on removeChild(...,NULL...
2008-10-06  Michael Karchermsxml3: removeChild can only delete direct children.
2008-10-06  Michael Karchermsxml3/tests: Clean up test_removeChild.
2008-10-02  Piotr Cabanmsxml: Fix implementation of ISAXContentHandler_characters.
next