summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make hubbub parser binding build trees correctly (credit: Bo Yang)John Mark Bell2009-03-056-140/+731
* Omitted to remove this yesterday.John Mark Bell2009-03-041-19/+0
* Rationalise dom_string (some consideration is required as to what happens wrt...John Mark Bell2009-03-0319-1407/+202
* Use pkg-config for hubbub cflags/librariesJohn Mark Bell2009-03-032-6/+2
* Fix typoJohn Mark Bell2008-04-071-1/+1
* Make TestObject support both HTML and XML documents and auto-detect which par...John Mark Bell2007-11-047-38/+520
* Fix TestObject after xml binding error changesJohn Mark Bell2007-11-041-4/+5
* Beginnings of a hubbub binding to libdomJohn Mark Bell2007-11-047-0/+408
* Fix up names of xml binding error enum valuesJohn Mark Bell2007-11-043-14/+14
* Fix up bindings buildsystem to permit multiple bindings to be built -- quite ...John Mark Bell2007-11-0410-202/+168
* Implement dom_text_split_text()John Mark Bell2007-11-032-4/+48
* Add, and implement, dom_string_insert() and dom_string_replace() APIJohn Mark Bell2007-11-033-29/+414
* Add notes about casting/temp variables for asserts, control structures, attri...James Shaw2007-10-051-1/+73
* Sketch out some implementation ideas:James Shaw2007-10-041-54/+215
* Make the dom string class more useful.John Mark Bell2007-10-0310-282/+675
* Add better docs for <var>James Shaw2007-10-021-1/+10
* DOM Strings are now capable of containing either UTF-8 or UTF-16 encoded data.John Mark Bell2007-09-3016-26/+856
* Implement dom_characterdata_get_data()John Mark Bell2007-09-291-6/+21
* Implement dom_namednodemap_get_named_item_ns()John Mark Bell2007-09-291-14/+110
* Implement dom_element_get_attribute_ns()John Mark Bell2007-09-291-29/+259
* dom_initialise() and dom_finalise() are now completely public, rather than hi...John Mark Bell2007-09-295-27/+51
* Add finalisation method to libxml-libdom.John Mark Bell2007-09-293-2/+32
* Introduce global initialistaion/finalisation for DOM library. This should be ...John Mark Bell2007-09-2910-75/+387
* Stub out all test templates. Remove all previous tests.James Shaw2007-09-2818-1527/+243
* Implement dom_document_create_element_ns().John Mark Bell2007-09-271-13/+113
* Modify dom_node_initialise() API to permit specification of namespace URI and...John Mark Bell2007-09-2712-33/+54
* Replace implementation of dom_attr_get_name() with call to dom_node_get_node_...John Mark Bell2007-09-261-9/+3
* Begin to cater for XML namespaces.John Mark Bell2007-09-264-56/+113
* Update test suite docsJames Shaw2007-09-261-21/+71
* Alter assert_equals signature, stub out assert_uri_equalsJames Shaw2007-09-262-10/+34
* Add library-internal accessor to the head of an Element's attribute list (dom...John Mark Bell2007-09-253-19/+171
* Move attributes field to struct dom_element as it doesn't apply to other node...John Mark Bell2007-09-244-22/+69
* Implement dom_nodelist_get_length()John Mark Bell2007-09-241-9/+111
* Add dom_entity_reference_get_textual_representation() as an internal library ...John Mark Bell2007-09-233-3/+142
* Fix compilation errors. It helps if you compile things before committing them...John Mark Bell2007-09-231-4/+5
* Partial implementation of dom_attr_get_name()John Mark Bell2007-09-231-15/+56
* Fix dom_node_{get,set}_value() to handle Attr nodes correctly -- now delegate...John Mark Bell2007-09-231-0/+10
* Fix dom_element_set_attribute() to use dom_attr_set_value() to replace the va...John Mark Bell2007-09-231-5/+4
* Fix dom_node_get_parent_node(), dom_node_get_previous_sibling() and dom_node_...John Mark Bell2007-09-231-0/+18
* Note the need for handling of defaulted attributes in dom_element_remove_attr...John Mark Bell2007-09-221-0/+4
* Implement dom_element_get_attribute()John Mark Bell2007-09-221-36/+154
* Make _dom_node_readonly() accessible to library internalsJohn Mark Bell2007-09-222-1/+4
* Remove accidental commit of binaryJames Shaw2007-09-221-0/+0
* Extend list implementation, add test-list.c to test some of it.James Shaw2007-09-222-0/+56
* Extend list implementation, add test-list.c to test some of it.James Shaw2007-09-229-20/+160
* Implement dom_document_get_implementation()John Mark Bell2007-09-221-14/+13
* Rename testcase utility library to libdomtest -- libdebug made no senseJohn Mark Bell2007-09-222-3/+3
* Implement dom_node_get_child_nodes()John Mark Bell2007-09-221-8/+21
* Whitespace changesJohn Mark Bell2007-09-222-1/+3
* Create a library of utility functions for the testsuite to useJohn Mark Bell2007-09-2213-187/+379