summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Rename dom_named_node_map to dom_namednodemap to be consistent with the rest ...James Shaw2007-08-082-4/+4
* Fix structure name dom_nodelistJames Shaw2007-08-032-4/+4
* Import test from W3C test suiteJames Shaw2007-08-031-0/+45
* Reinstate assertEquals templateJames Shaw2007-08-031-2/+51
* Implemented variable-or-literal type guessing. Implemented creation of tempo...James Shaw2007-08-011-11/+38
* Comment fixesJohn Mark Bell2007-07-293-9/+9
* Improve description of the list of nodes pending deletion and how it is relat...John Mark Bell2007-07-281-0/+40
* Implement Document destructor.John Mark Bell2007-07-283-8/+109
* Finalisation and destruction of nodesJohn Mark Bell2007-07-2821-5/+463
* Add Document constructorJohn Mark Bell2007-07-282-3/+108
* Sort out somewhat messy object construction.John Mark Bell2007-07-2820-152/+480
* Improve infrastructure for generating parameters for method calls. Stub out ...James Shaw2007-07-271-20/+194
* Implement type-specific node constructors and veneer the appropriate Document...John Mark Bell2007-07-2615-83/+413
* Add ability to set a document's doctype after the document has been createdJohn Mark Bell2007-07-263-3/+45
* Further work on libxml binding.John Mark Bell2007-07-221-29/+325
* Fix binding.c API usage.John Mark Bell2007-07-222-2/+11
* Add omitted dom_document_create_comment APIJohn Mark Bell2007-07-222-0/+26
* More libxml binding workJohn Mark Bell2007-07-221-45/+228
* Rewritten produce-specific-attribute to handle casts properly. IDL to C name...James Shaw2007-07-222-240/+233
* More name changes for consistency with specJames Shaw2007-07-212-12/+12
* rename dom_document_get_element() to dom_document_get_document_element()James Shaw2007-07-212-2/+2
* Silence GCC/LD command lines when building test cases.John Mark Bell2007-07-214-10/+11
* Add cast for attribute result variableJames Shaw2007-07-212-16/+128
* Fix RISC OS buildJohn Mark Bell2007-07-204-9/+15
* Silence XSLT invocation.John Mark Bell2007-07-201-1/+2
* Document implications of reference counting on DOM node destruction.John Mark Bell2007-07-191-0/+102
* Add XML to C transformation to 'make test' targetJames Shaw2007-07-196-10/+2574
* Add email addressJames Shaw2007-07-192-2/+2
* Fix casting for attribute accessor generation. Add cast for string James Shaw2007-07-181-10/+24
* Take out lots of <assertEquals> code because it's broken, and needs James Shaw2007-07-171-8/+14
* Add xml_parser_add_element_node; builds DOM Elements from XML_ELEMENT_NODEs.John Mark Bell2007-07-161-7/+122
* Fix typoJohn Mark Bell2007-07-161-1/+1
* Stub out remainder of DocumentType API.John Mark Bell2007-07-162-7/+150
* Include utils.hJames Shaw2007-07-161-0/+1
* Stub implementation of of dom_document_type methodsJames Shaw2007-07-164-1/+42
* Partially implement method invocation. Should be sufficient to generate James Shaw2007-07-161-1/+64
* Implement TestObject class and other test utilities (testutils.h)John Mark Bell2007-07-154-3/+235
* Fix libxml binding buildsystem target filename (previously overwrote core lib...John Mark Bell2007-07-152-29/+226
* Further libxml binding work.John Mark Bell2007-07-151-6/+170
* Implement <load>. Extend <assertEquals> to handle equality test for James Shaw2007-07-151-20/+82
* Rename to dom_node_get_owner_document() in line with specJames Shaw2007-07-152-2/+2
* Populate dom.hJohn Mark Bell2007-07-142-41/+168
* LibXML 2 binding for libdom.John Mark Bell2007-07-1412-0/+832
* Add extra dom_string constructor that permits strings to be manufactured in t...John Mark Bell2007-07-142-10/+85
* Implement metadata function comment. Partially implement <assertEquals> James Shaw2007-07-141-35/+135
* Modify node value, type and name functions to match w3c specJames Shaw2007-07-142-8/+8
* Make NamedNodeMap more genericJohn Mark Bell2007-07-124-35/+28
* Add DOMImplementation, DOMImplementationListJohn Mark Bell2007-07-1210-2/+855
* Import dom1-interfaces -- autogenned by the w3c DOM test suite. James Shaw2007-07-112-3/+3773
* Initial revision of test-to-c transformerJames Shaw2007-07-111-0/+95