projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
wined3d: Const correctness fixes for glsl_shader.c.
[wine]
/
dlls
/
msxml3
/
2008-11-25
Francois Gouget
msxml3: Remove WINAPI on static functions where not...
tree
|
commitdiff
2008-11-20
Ricardo Filipe
msxml3: Check some dead store results (llvm/clang).
tree
|
commitdiff
2008-11-19
Francois Gouget
msxml3: Fix compilation on systems that don't have...
tree
|
commitdiff
2008-11-18
Francois Gouget
msxml3: Dynamically load libxslt.so and only call xsltI...
tree
|
commitdiff
2008-11-14
Andrew Talbot
msxml3: Void function should not return a value.
tree
|
commitdiff
2008-11-03
Michael Karcher
msxml3: Simplify IXMLDOMNodeMap::removeNamedItem.
tree
|
commitdiff
2008-11-03
Michael Karcher
msxml3: Clean up initialization.
tree
|
commitdiff
2008-10-31
Michael Karcher
msxml3: IXMLCDATASection is not an element.
tree
|
commitdiff
2008-10-31
Marcus Meissner
msxml3: Fixed if nesting / ptr checking problems in...
tree
|
commitdiff
2008-10-31
Marcus Meissner
msxml3: Fixed NULL ptr dereference possibilities (Cover...
tree
|
commitdiff
2008-10-28
Alistair Leslie...
msxml3: Add support to get_nodeTypedValue on Element...
tree
|
commitdiff
2008-10-23
Andrew Talbot
msxml3: Sign-compare warning fix.
tree
|
commitdiff
2008-10-17
Jacek Caban
msxml3: Silence invalid FIXME.
tree
|
commitdiff
2008-10-17
Jacek Caban
msxml3: Fixed dynamic properties allocation.
tree
|
commitdiff
2008-10-17
Jacek Caban
msxml3: Update orphaned list in put_documentElement.
tree
|
commitdiff
2008-10-15
Michael Karcher
msxml3: Initialize xmldoc->_private in IPersistStream...
tree
|
commitdiff
2008-10-13
Michael Karcher
msxml3: Use orphan node list.
tree
|
commitdiff
2008-10-13
Michael Karcher
msxml3: Add an orphan node list to xmlDoc.
tree
|
commitdiff
2008-10-13
Michael Karcher
msxml3: Use the _private element of xmlDoc as pointer.
tree
|
commitdiff
2008-10-13
Michael Karcher
msxml3: Remove unneeded code.
tree
|
commitdiff
2008-10-13
Michael Karcher
msxml3: Fix memory leaks in node.c.
tree
|
commitdiff
2008-10-13
Michael Karcher
msxml3/tests: Fix assorted memory leaks.
tree
|
commitdiff
2008-10-13
Michael Karcher
msxml3: Fix leaking the BindStatusCallback if bind_url...
tree
|
commitdiff
2008-10-13
Michael Karcher
msxml3: Fix leaks in callers of xmlChar_from_wchar.
tree
|
commitdiff
2008-10-13
Michael Karcher
msxml3: Remove superflous re-conversion from wide chars...
tree
|
commitdiff
2008-10-13
Michael Karcher
msxml3: Use right COM invocation macro.
tree
|
commitdiff
2008-10-13
Michael Karcher
msxml3: IXMLDOMNode_put_nodeValue: Use variant coercion.
tree
|
commitdiff
2008-10-13
Michael Karcher
msxml3: Correct handling of listLength == NULL in IXMLD...
tree
|
commitdiff
2008-10-13
Michael Karcher
msxml3: Implementation of IXMLDOMNamedNodeMap::removeNa...
tree
|
commitdiff
2008-10-10
Michael Karcher
msxml3: Text node should not aggregate element.
tree
|
commitdiff
2008-10-10
Michael Karcher
msxml3: _domtext->element is in fact a IXMLDOMNode.
tree
|
commitdiff
2008-10-09
Alistair Leslie...
msxml3: Add IXMLHTTPRequest support.
tree
|
commitdiff
2008-10-08
Piotr Caban
msxml: Added CDATA related events handling.
tree
|
commitdiff
2008-10-08
Piotr Caban
msxml: Added ISAXLexicalHandler_comment event.
tree
|
commitdiff
2008-10-08
Piotr Caban
msxml: Fix parsing <.../> elements.
tree
|
commitdiff
2008-10-08
Piotr Caban
msxml: Rewrite ISAXContentHandler_characters.
tree
|
commitdiff
2008-10-08
Michael Stefaniuc
msxml3/tests: Use SUCCEEDED instead of !FAILED.
tree
|
commitdiff
2008-10-08
Paul Vriens
msxml3/tests: Compare instead of assign.
tree
|
commitdiff
2008-10-07
Michael Karcher
msxml3: Revert "Simplify IXMLDOMNode::removeChild".
tree
|
commitdiff
2008-10-07
Michael Karcher
msxml3: Handle all variant types in IXMLDOMDocument...
tree
|
commitdiff
2008-10-07
Michael Karcher
msxml3: replaceNode accepts IXMLDOMElement instead...
tree
|
commitdiff
2008-10-07
Michael Karcher
msxml3: Basic implementation of IXMLDOMNode::replaceChild.
tree
|
commitdiff
2008-10-07
Michael Karcher
msxml3/tests: Valgrind fix.
tree
|
commitdiff
2008-10-06
Michael Karcher
msxml3: Parameter validation for IXMLDOMNode::replaceCh...
tree
|
commitdiff
2008-10-06
Michael Karcher
msxml3: Simplify IXMLDOMNode::removeChild.
tree
|
commitdiff
2008-10-06
Michael Karcher
msxml3: Fail a bit earlier on removeChild(...,NULL...
tree
|
commitdiff
2008-10-06
Michael Karcher
msxml3: removeChild can only delete direct children.
tree
|
commitdiff
2008-10-06
Michael Karcher
msxml3/tests: Clean up test_removeChild.
tree
|
commitdiff
2008-10-02
Piotr Caban
msxml: Fix implementation of ISAXContentHandler_characters.
tree
|
commitdiff
2008-10-02
Piotr Caban
msxml: Partial implementation of ISAXXMLReader_putProperty.
tree
|
commitdiff
2008-10-01
Alistair Leslie...
msxml3: Correct cast.
tree
|
commitdiff
2008-09-25
Michael Stefaniuc
msxml3/tests: Remove redundant NULL check before SysFre...
tree
|
commitdiff
2008-09-23
Detlef Riekenberg
msxml3: Remove redundant NULL check before SysFreeString.
tree
|
commitdiff
2008-09-22
Piotr Caban
msxml3/test: Add test for ISAXXMLReader_parse (passing...
tree
|
commitdiff
2008-09-22
Piotr Caban
msxml3: Fix xmlnode_get_xml to work properly with XML_D...
tree
|
commitdiff
2008-09-22
Piotr Caban
msxml3: Change order of interface recognition and fix...
tree
|
commitdiff
2008-09-18
Alistair Leslie...
msxml3: Correct IDispatchEx Invoke to return the correc...
tree
|
commitdiff
2008-09-15
Alistair Leslie...
msxml3: Correct test.
tree
|
commitdiff
2008-09-12
Alistair Leslie...
msxml3: Add IXMLDOMCharacterData to IXMLDOMComment.
tree
|
commitdiff
2008-09-12
Alistair Leslie...
msxml3: Add IXMLDOMCharacterData to IXMLDOMCDATASection.
tree
|
commitdiff
2008-09-09
Rob Shearman
include: Fix function names in IVBSAXXMLReader interfac...
tree
|
commitdiff
2008-09-09
Piotr Caban
msxml3: Change SAX IStream parser implementation.
tree
|
commitdiff
2008-09-05
Marcus Meissner
msxml3: Fixed incorrect MultiByteToWideChar.
tree
|
commitdiff
2008-09-03
Alistair Leslie...
msxml3: Add IDispatchEx test.
tree
|
commitdiff
2008-09-03
Alistair Leslie...
msxml3: Add IDispatchEx support to IXMLDOMDocument2.
tree
|
commitdiff
2008-09-03
Alistair Leslie...
msxml3: Correct FIXME.
tree
|
commitdiff
2008-09-03
Paul Vriens
msxml3/tests: Fix a test on win98.
tree
|
commitdiff
2008-09-03
Paul Vriens
msxml3/tests: Use CreateFileA to please win98.
tree
|
commitdiff
2008-09-02
Francois Gouget
msxml3: Add a '\n' to a Wine trace.
tree
|
commitdiff
2008-09-02
Paul Vriens
msxml3/tests: Add a missing CoUninitialize.
tree
|
commitdiff
2008-09-02
Paul Vriens
msxml3/tests: Add a missing CoUninitialize.
tree
|
commitdiff
2008-08-27
Alistair Leslie...
msxml3: Correct unsupported functions in IDispatchEx.
tree
|
commitdiff
2008-08-27
Rob Shearman
msxml3: Use CP_UNIXCP instead of CP_ACP in libxmlFatalE...
tree
|
commitdiff
2008-08-25
Piotr Caban
msxml3: Added custom queryresult DISPIDs implementation.
tree
|
commitdiff
2008-08-22
Piotr Caban
msxml3: Added IDispatchEx QueryInterface test.
tree
|
commitdiff
2008-08-22
Piotr Caban
msxml3: Added queryresult's IDispatchEx implementation.
tree
|
commitdiff
2008-08-22
Piotr Caban
msxml3: Code clean up.
tree
|
commitdiff
2008-08-22
Piotr Caban
msxml3: Use LoadTypeLibEx to register typelib.
tree
|
commitdiff
2008-08-21
Piotr Caban
msxml3: Fix IVBErrorHandler related bugs.
tree
|
commitdiff
2008-08-21
Piotr Caban
msxml3: Add error handling when reading from IStream.
tree
|
commitdiff
2008-08-21
Piotr Caban
msxml3: Add ISAXAttributes_getValueFromQName implementa...
tree
|
commitdiff
2008-08-21
Piotr Caban
msxml3: Add ISAXAttributes_getValueFromName implementation.
tree
|
commitdiff
2008-08-21
Piotr Caban
msxml3: Add ISAXAttributes_getIndexFromQName implementa...
tree
|
commitdiff
2008-08-21
Piotr Caban
msxml3: Add ISAXAttributes_getIndexFromName implementation.
tree
|
commitdiff
2008-08-21
Piotr Caban
msxml3: Add ISAXAttributes_getName implementation.
tree
|
commitdiff
2008-08-21
Piotr Caban
msxml3: Fix checking if ContentHandler was set.
tree
|
commitdiff
2008-08-21
Piotr Caban
msxml3: Add ISAXContentHandler_endPrefix event.
tree
|
commitdiff
2008-08-18
Alistair Leslie...
msxml3: Added and corrected trace string.
tree
|
commitdiff
2008-08-04
Piotr Caban
msxml3: Add namespaces to attributes.
tree
|
commitdiff
2008-08-04
Piotr Caban
msxml3: Add ISAXContentHandler_startPrefixMapping event.
tree
|
commitdiff
2008-08-04
Piotr Caban
msxml3: Add implementation of ISAXAttributes_getURI.
tree
|
commitdiff
2008-08-04
Piotr Caban
msxml3: Add NULL pointers check in getLocalName, getQNa...
tree
|
commitdiff
2008-08-04
Piotr Caban
msxml3: Return QNames properly.
tree
|
commitdiff
2008-08-04
Michael Stefaniuc
msxml3: Remove redundant NULL checks before HeapFree...
tree
|
commitdiff
2008-08-01
Piotr Caban
msxml3: Integrate implementation of IVBSAXXMLReader...
tree
|
commitdiff
2008-08-01
Piotr Caban
msxml3: Add IVBSAXLocator implementation.
tree
|
commitdiff
2008-08-01
Piotr Caban
msxml3: Prepare libxml2 callbacks for IVBSAX... interfa...
tree
|
commitdiff
2008-08-01
Piotr Caban
msxml3: Added IVBSAXAttributes implementation.
tree
|
commitdiff
2008-08-01
Piotr Caban
msxml3: Prepare functions for IVBSAX... interfaces...
tree
|
commitdiff
2008-08-01
Piotr Caban
msxml3: Added ISAXAttributes_getQName implementation.
tree
|
commitdiff
next