projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
shell32: Add support of KF_REDIRECT_DEL_SOURCE_CONTENTS flag to redirection.
[wine]
/
dlls
/
msxml3
/
2011-06-29
Alistair Leslie...
msxml3: Improve namespace tests to highlight get nodeNa...
tree
|
commitdiff
2011-06-21
Adam Martinson
msxml3: Add support for VT_BSTR|VT_BYREF in domdoc_save().
tree
|
commitdiff
2011-06-21
Adam Martinson
msxml3: Fix a couple incorrect uses of VariantChangeType().
tree
|
commitdiff
2011-06-17
Adam Martinson
msxml3: SysAllocString*() automatically allocates a...
tree
|
commitdiff
2011-06-16
Adam Martinson
msxml3: Create CLSID_XMLHTTP when requested.
tree
|
commitdiff
2011-05-20
Adam Martinson
msxml3/domdoc: Add support for VT_ARRAY|VT_UI1 in domdo...
tree
|
commitdiff
2011-05-20
Adam Martinson
msxml3/domdoc: Properly handle character encoding in...
tree
|
commitdiff
2011-05-19
Michael Stefaniuc
msxml3: COM cleanup for factory.c.
tree
|
commitdiff
2011-05-09
Francois Gouget
Assorted spelling and case fixes.
tree
|
commitdiff
2011-05-09
Nikolay Sivov
msxml3: Support get/set for disableOutputEscaping(...
tree
|
commitdiff
2011-05-09
Nikolay Sivov
msxml3: Support byteOrderMark() property.
tree
|
commitdiff
2011-05-09
Nikolay Sivov
msxml3: Store raw text data passed through characters().
tree
|
commitdiff
2011-05-09
Nikolay Sivov
msxml3: Support indent() property.
tree
|
commitdiff
2011-05-09
Nikolay Sivov
msxml3: Support attributes list for elements.
tree
|
commitdiff
2011-05-09
Nikolay Sivov
msxml3: Basic support for startElement()/endElement().
tree
|
commitdiff
2011-05-06
Peter Urbanec
msxml3: Reorder headers to allow use of libxml2 with...
tree
|
commitdiff
2011-05-05
Adam Martinson
msxml3: Don't add a <?xml...?> decl in domdoc_get_xml().
tree
|
commitdiff
2011-05-04
Nikolay Sivov
msxml3: Basic tests for startElement().
tree
|
commitdiff
2011-05-04
Nikolay Sivov
msxml3: Add support for omitXMLDeclaration() property.
tree
|
commitdiff
2011-05-04
Nikolay Sivov
msxml3: Store boolean properties in a single array.
tree
|
commitdiff
2011-05-03
Francois Gouget
msxml3: Make a bunch of XSLPattern_*() functions static.
tree
|
commitdiff
2011-05-02
Nikolay Sivov
msxml3: Basic support for startDocument().
tree
|
commitdiff
2011-05-02
Nikolay Sivov
msxml3: Basic support for encoding property.
tree
|
commitdiff
2011-05-02
Nikolay Sivov
msxml3: Store stream reference as destination.
tree
|
commitdiff
2011-05-02
Nikolay Sivov
msxml3: Add support for standalone property.
tree
|
commitdiff
2011-05-02
Nikolay Sivov
msxml3: Add ISAXContentHandler stub for MXXMLWriter.
tree
|
commitdiff
2011-05-02
Nikolay Sivov
msxml3: A stub for MXXMLWriter class.
tree
|
commitdiff
2011-04-27
Michael Stefaniuc
msxml3: COM cleanup in domdoc.c.
tree
|
commitdiff
2011-04-27
Marcus Meissner
msxml3: Mark internal symbols as hidden.
tree
|
commitdiff
2011-04-08
Francois Gouget
msxml3/tests: Fix variable initializations to conform...
tree
|
commitdiff
2011-04-04
Marcus Meissner
msxml3: Fixed two const table declarations (Coverity).
tree
|
commitdiff
2011-03-30
Francois Gouget
msxml3: Make xslpattern_error() static.
tree
|
commitdiff
2011-03-30
Francois Gouget
msxml3/tests: Add a '\n' to an ok() call.
tree
|
commitdiff
2011-03-28
Alexandre Julliard
msxml3/tests: Avoid size_t in a trace.
tree
|
commitdiff
2011-03-28
Nikolay Sivov
msxml3: Allow to create dummy node map for <?xml ?>.
tree
|
commitdiff
2011-03-28
Nikolay Sivov
msxml3: More tests for <?xml ?> attributes.
tree
|
commitdiff
2011-03-28
Nikolay Sivov
msxml3: Initial tests for IObjectWithSite support for...
tree
|
commitdiff
2011-03-17
Nikolay Sivov
msxml3: Clean formatting chars before passing to base64...
tree
|
commitdiff
2011-03-16
Francois Gouget
msxml3: Make ConnectionPoint_Init() and BindStatusCallb...
tree
|
commitdiff
2011-03-16
Francois Gouget
msxml3: Make element_get_dt() static and move it around...
tree
|
commitdiff
2011-03-16
Nikolay Sivov
msxml3: Support VT_BSTR|VT_BYREF as source in load().
tree
|
commitdiff
2011-03-16
Nikolay Sivov
msxml3: Merge save() tests to a single function.
tree
|
commitdiff
2011-03-14
Nikolay Sivov
msxml3: Downgrade FIXME to TRACE for unsupported interf...
tree
|
commitdiff
2011-03-14
Nikolay Sivov
msxml3: Silence compile time warnings for dynamically...
tree
|
commitdiff
2011-03-14
Nikolay Sivov
msxml3: Protect SAX character callback from null node.
tree
|
commitdiff
2011-03-14
Nikolay Sivov
msxml3: No need to zero memory on allocation.
tree
|
commitdiff
2011-03-14
Nikolay Sivov
msxml3: Add IXMLDOMSelection stub.
tree
|
commitdiff
2011-03-14
Nikolay Sivov
msxml3: Unlink node first before adding it as a child.
tree
|
commitdiff
2011-03-11
Alistair Leslie...
msxml3: Ignore XML property ResolveExternals.
tree
|
commitdiff
2011-03-11
Nikolay Sivov
msxml3: Move string conversion helper to header.
tree
|
commitdiff
2011-03-11
Nikolay Sivov
msxml3: Fix reference counting behaviour for named...
tree
|
commitdiff
2011-03-10
Nikolay Sivov
msxml3: Some get_attributes() tests.
tree
|
commitdiff
2011-03-09
Austin English
msxml3: Avoid shadowing a parameter.
tree
|
commitdiff
2011-03-09
Nikolay Sivov
msxml3: Put together similar tests using tabled test...
tree
|
commitdiff
2011-03-08
Nikolay Sivov
msxml3: Orphan a node removed with removeChild().
tree
|
commitdiff
2011-03-08
Nikolay Sivov
msxml3: Fix some leaks in tests.
tree
|
commitdiff
2011-03-08
Nikolay Sivov
msxml3: Merge obsolete interfaces tests in a single...
tree
|
commitdiff
2011-03-07
Nikolay Sivov
msxml3: Implemented get_doctype() with basic tests.
tree
|
commitdiff
2011-03-07
Nikolay Sivov
msxml3: Implement get_nodeTypedValue() for nodes that...
tree
|
commitdiff
2011-03-07
Nikolay Sivov
msxml3: Properly update xmldoc refcounts on insertBefore().
tree
|
commitdiff
2011-03-07
Nikolay Sivov
msxml3: Trace ref counts for all dom objects.
tree
|
commitdiff
2011-03-04
Nikolay Sivov
msxml3: Test to show namespace definition output for...
tree
|
commitdiff
2011-03-04
Nikolay Sivov
msxml3: Remove child with parent method first before...
tree
|
commitdiff
2011-03-04
Nikolay Sivov
msxml3: Test insertBefore() behaviour with node relinki...
tree
|
commitdiff
2011-03-03
Nikolay Sivov
msxml3: Link dom attribute with parent interface pointer.
tree
|
commitdiff
2011-03-03
Nikolay Sivov
msxml3: Fail on certain node types in insertBefore...
tree
|
commitdiff
2011-03-01
Nikolay Sivov
msxml3: Add get_output() implementation for processor.
tree
|
commitdiff
2011-03-01
Nikolay Sivov
msxml3: Always set out pointer to null on failed QueryI...
tree
|
commitdiff
2011-02-28
Nikolay Sivov
msxml3: Reject xmlns attribute to be added to element.
tree
|
commitdiff
2011-02-28
Nikolay Sivov
msxml3/tests: Remove broken test and parameter check.
tree
|
commitdiff
2011-02-25
Austin English
msxml3/tests: Remove win9x hacks.
tree
|
commitdiff
2011-02-24
Nikolay Sivov
msxml3: Get rid of not longer used internal IXMLDOMNode...
tree
|
commitdiff
2011-02-24
Nikolay Sivov
msxml3: Remove transformNode() forward.
tree
|
commitdiff
2011-02-24
Nikolay Sivov
msxml3: Remove selectSingleNode() forward.
tree
|
commitdiff
2011-02-24
Nikolay Sivov
msxml3: Remove selectNodes() forward.
tree
|
commitdiff
2011-02-24
Alexandre Julliard
msxml3: Include the system libxml headers before the...
tree
|
commitdiff
2011-02-24
Michael Stefaniuc
msxml3: COM cleanup for the IDispatchEx iface.
tree
|
commitdiff
2011-02-23
Nikolay Sivov
msxml3: Remove get_text() forward.
tree
|
commitdiff
2011-02-23
Nikolay Sivov
msxml3: Remove get_ownerDocument() forward.
tree
|
commitdiff
2011-02-23
Nikolay Sivov
msxml3: Remove hasChildNodes() forward.
tree
|
commitdiff
2011-02-23
Nikolay Sivov
msxml3: Remove appendChild() forward.
tree
|
commitdiff
2011-02-23
Nikolay Sivov
msxml3: Remove forward to removeChild() method for...
tree
|
commitdiff
2011-02-22
Alistair Leslie...
msxml3: Add IObjectSafety support to IXMLHTTPRequest.
tree
|
commitdiff
2011-02-22
Nikolay Sivov
msxml3: Use helper to consistently dump variant parameters.
tree
|
commitdiff
2011-02-22
Nikolay Sivov
msxml3: Remove useless parts of schema cleanup helper.
tree
|
commitdiff
2011-02-22
Nikolay Sivov
msxml3: Store document event handler for ready state...
tree
|
commitdiff
2011-02-18
Alistair Leslie...
msxml3: Add IObjectWithSite support to IXMLHttpRequest.
tree
|
commitdiff
2011-02-17
Nikolay Sivov
msxml3: Null pointer for schema uri should be treated...
tree
|
commitdiff
2011-02-16
Nikolay Sivov
msxml3: Initial implementation of transform() method.
tree
|
commitdiff
2011-02-16
Nikolay Sivov
msxml3: Store output stream for processor.
tree
|
commitdiff
2011-02-16
Nikolay Sivov
msxml3: Basic put_input() method for IXSLProcessor.
tree
|
commitdiff
2011-02-16
Jacek Caban
msxml3: Silence QueryInterface FIXME.
tree
|
commitdiff
2011-02-15
Nikolay Sivov
msxml3: Add a stub IXSLProcessor.
tree
|
commitdiff
2011-02-15
Nikolay Sivov
msxml3: Add basic putref_stylesheet() implementation.
tree
|
commitdiff
2011-02-14
Nikolay Sivov
msxml: Add IXSLTemplate stub.
tree
|
commitdiff
2011-02-10
Austin English
msxml3/tests: Make sure return value is used (LLVM...
tree
|
commitdiff
2011-02-08
Austin English
msxml3/tests: Remove unneeded assignment (LLVM/Clang).
tree
|
commitdiff
2011-01-24
Michael Stefaniuc
msxml3: COM cleanup for the IXMLDOMNode iface in unknode.
tree
|
commitdiff
2011-01-24
Michael Stefaniuc
msxml3: COM cleanup for the IXMLDOMNode iface in xmlnode.
tree
|
commitdiff
2011-01-24
Michael Stefaniuc
msxml3: COM cleanup for the IBindStatusCallback iface.
tree
|
commitdiff
next