wineps.drv: Disable world transform for fonts in GM_COMPATIBLE mode.
[wine] / dlls / msxml3 /
2011-01-14  Jacek Cabanmsxml3: Fixed memory leak (valgrind).
2011-01-10  Jacek Cabanmsxml3: Don't forward get_namespaceURI calls to node...
2011-01-10  Jacek Cabanmsxml3: Don't forward get_nodeTypedValue to node's...
2011-01-06  Jacek Cabanmsxml3: Get rid of xmlnode_transformNodeToObject.
2010-12-30  Jacek Cabanmsxml3: Don't forward put_nodeTypedValue and put_dataTy...
2010-12-29  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in parse...
2010-12-29  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in httpr...
2010-12-28  Michael Stefaniucmsxml3: Standardize the COM usage in saxreader.c.
2010-12-23  Michael Stefaniucmsxml3: Standardize the COM usage in xmlelem.c.
2010-12-23  Michael Stefaniucmsxml3: Use ifaces instead of vtbl pointers in xmldoc.
2010-12-21  Alexandre Julliardmsxml3: Convert dll registration to the IRegistrar...
2010-12-21  Alexandre Julliardmsxml2: Add an msxml2 library that contains the v2...
2010-12-21  Alexandre Julliardmsxml: Register the v2.0 classes using the IRegistrar...
2010-12-21  Alexandre Julliardinclude: Correctly define the msxml typelib by directly...
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in domfrag.
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in domdo...
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in domimpl.
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in domco...
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in dom_pi.
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in xmlno...
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in domelem.
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in domtext.
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in entit...
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in domcdata.
2010-12-16  Michael Stefaniucmsxml3: Use ifaces instead of vtbl pointers in xmlnodemap.
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in domattr.
2010-12-09  Alexandre Julliardmsxml3: Avoid using an initialized variable.
2010-12-09  Michael Stefaniucmsxml3: Use ifaces instead of vtbl pointers in BindStat...
2010-12-03  Francois Gougetmsxml3: Add a trailing '\n' to an ERR() call.
2010-12-03  Alexandre Julliardresources: Define a generic mechanism for adding extra...
2010-12-01  Alexandre Julliardmsxml3: Avoid some uninitialized variable warnings...
2010-12-01  Adam Martinsonmsxml3/domdoc: Add a ref to the schema cache in copy_pr...
2010-11-29  Austin Englishmsxml3: Bump version information to SP9.
2010-11-29  Ken Thomasesmsxml3: Fix building on Leopard.
2010-11-25  Michael Stefaniucmsxml3: Remove dead code: break after return (Smatch).
2010-11-25  Adam Martinsonmsxml3: Store the DOMDocument/XMLSchemaCache object...
2010-11-25  Adam Martinsonmsxml3/schema: Properly handle schema_cache_add() from...
2010-11-25  Adam Martinsonmsxml3: Fix a few error messages.
2010-11-25  Adam Martinsonmsxml3/tests: Move domdoc.c schema-related tests to...
2010-11-24  Adam Martinsonmsxml3: Add schema parse/validate error callbacks.
2010-11-24  Adam Martinsonmsxml3: Fix domdoc_getElementsByTagName()/domelem_getEl...
2010-11-24  Adam Martinsonmsxml3: Implement domtext dt-related functions.
2010-11-24  Adam Martinsonmsxml3: Validate node content in domelem_put_dataType().
2010-11-24  Adam Martinsonmsxml3: Add BSTR versions of the XDR_DT <-> string...
2010-11-24  Adam Martinsonmsxml3: Use the associated schema for domelem_get_dataT...
2010-11-17  Alexandre Julliardmsxml3: Fix incorrect uses of va_list arguments.
2010-11-17  Michael Stefaniucmsxml3: Remove 'const' from the function return types.
2010-11-16  Gerald Pfeifermsxml3: Remove practically unused variable from XDR_to_...
2010-11-16  Adam Martinsonmsxml3: Add functions to get the dt:dt of a node.
2010-11-16  Adam Martinsonmsxml3: Add XDR datatypes enum and string table.
2010-11-16  Adam Martinsonmsxml3: Move schema cache into the domdoc_properties...
2010-11-16  Adam Martinsonmsxml3: Fix a datatypes.xsd oops.
2010-11-16  Michael Stefaniucmsxml3/tests: Remove redundant NULL check before SysFre...
2010-11-15  Paul Vriensmsxml3/tests: Fix some test failures on Win98/WinMe.
2010-11-15  Adam Martinsonmsxml3: Use built-in urn:schemas-microsoft-com:datatype...
2010-11-15  Adam Martinsonmsxml3: XDR schema support.
2010-11-15  Adam Martinsonmsxml3/tests: XDR schema tests.
2010-11-15  Adam Martinsonmsxml3: Add urn:schemas-microsoft-com:datatypes schema.
2010-11-15  Adam Martinsonmsxml3: Add our own xmlFirstElementChild() for older...
2010-11-15  Adam Martinsonmsxml3: Store the DLL instance handle.
2010-11-12  Nikolay Sivovmsxml3: Don't include assert.h where it's not used.
2010-11-12  Nikolay Sivovmsxml3: Fix a ::get_xml() for libxml2 without xmlSaveTo...
2010-11-10  Alexandre Julliardinclude: Make msxml6.idl a copy of msxml2.idl instead...
2010-11-10  Alexandre Julliardinclude: Move coclass definitions to msxml2.idl.
2010-11-09  Adam Martinsonmsxml3/tests: Tests for node_get_dataType() with XDR...
2010-11-09  Nikolay Sivovmsxml3: Dump set node value.
2010-11-09  Nikolay Sivovmsxml3: Trace DOM document reference counts.
2010-11-09  Nikolay Sivovmsxml3: Use defined error code for no error case.
2010-11-09  Nikolay Sivovmsxml3: Fix duplicated declarations after document...
2010-11-08  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_no...
2010-11-05  Nikolay Sivovmsxml3: Stub IXMLDOMDocumentType support.
2010-11-05  Nikolay Sivovmsxml3: Don't force put_nodeValue return value.
2010-11-05  Nikolay Sivovmsxml3: For tested cases use TRACE instead of FIXME.
2010-11-05  Nikolay Sivovmsxml3: Encode special characters while setting attribu...
2010-11-04  Adam Martinsonmsxml3: Fix node_get_text() whitespace handling.
2010-11-04  Adam Martinsonmsxml3: Move the whitespace preservation bool into...
2010-11-03  Adam Martinsonmsxml3: Implement XSLPattern collection methods.
2010-11-03  Adam Martinsonmsxml3: Add XSLPattern nodeType() method.
2010-11-03  Adam Martinsonmsxml3: Use libxml2 macros for XSLPattern method return...
2010-11-03  Adam Martinsonmsxml3: Implement domdoc schema validation.
2010-11-02  Francois GougetAssorted spelling fixes.
2010-11-02  Francois Gougetmsxml3/tests: Small spelling fix in a nonexistent resource.
2010-11-02  Francois Gougetmsxml3/tests: Add a trailing '\n' to ok() calls.
2010-11-02  Francois Gougetmsxml3: Add a trailing '\n' to a FIXME() calls.
2010-11-02  Adam Martinsonmsxml3: Add error code defines.
2010-11-02  Adam Martinsonmsxml3: Add a function to validate a tree against a...
2010-11-01  Nikolay Sivovmsxml3: Hint parser to use UTF-8 if it's specfied as...
2010-11-01  Nikolay Sivovmsxml3: Get rid of ::get_baseName() forward.
2010-11-01  Nikolay Sivovmsxml3: Get rid of ::get_prefix() forward.
2010-11-01  Nikolay Sivovmsxml3: Get rid of ::cloneNode() forward.
2010-11-01  Nikolay Sivovmsxml3: Implement a trivial case of ::put_nodeTypedValu...
2010-10-29  Adam Martinsonmsxml3/tests: Add XSLPattern collection method tests.
2010-10-29  Adam Martinsonmsxml3: Fix XSLPattern namespace handling.
2010-10-29  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_xm...
2010-10-29  Nikolay Sivovmsxml3: Trace backend error even when user error handle...
2010-10-29  Nikolay Sivovmsxml3: Build qualified name using libxml2 helper.
2010-10-29  Nikolay Sivovmsxml3: Add a helper to check for error handler being...
2010-10-29  Nikolay Sivovmsxml3/tests: Some encoding switching tests.
2010-10-28  Adam Martinsonmsxml3/tests: Add namespace-related XSLPattern tests.
2010-10-28  Adam Martinsonmsxml3: libxml2 error/warning callback functions.
next