summaryrefslogtreecommitdiff
path: root/include/dom
Commit message (Expand)AuthorAgeFilesLines
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-3060-24/+827
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-264-9/+7
* Add events module header into the dom.hBo Yang2009-08-141-0/+3
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-1317-1/+823
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-1114-84/+174
* Some more typo.Bo Yang2009-05-081-3/+3
* Modify some macro typo. Found by the testcases.Bo Yang2009-05-081-1/+1
* Some more typo found by the testcases.Bo Yang2009-05-051-2/+2
* Modify some typo, thanks to the partly-completed testcase to help to find thi...Bo Yang2009-05-051-1/+1
* Make dom_namednodemap and dom_nodelist more usable through macroes. Note, it ...Bo Yang2009-04-292-8/+50
* Add dom_document_fragment, dom_cdata_section, dom_entity_reference, dom_proce...Bo Yang2009-04-295-0/+54
* Add typedefs for public DOM interfaces.Bo Yang2009-03-316-6/+11
* Convert Text to use vtable structure. Now the whole libdom is compiled succes...Bo Yang2009-03-241-10/+54
* Convert DOMElement interface to use vtable structure.Bo Yang2009-03-201-52/+300
* Convert DOMFragment to use vtable structure.Bo Yang2009-03-191-3/+3
* Convert DocumentType to use vtable structure.Bo Yang2009-03-191-13/+84
* Convert DOM document interface to use vtable structure.Bo Yang2009-03-192-65/+406
* Convert the dom_characterdata to use vtable.Bo Yang2009-03-151-17/+114
* Change the our dom to use vtable method. The first step: Bo Yang2009-03-122-87/+546
* Make hubbub parser binding build trees correctly (credit: Bo Yang)John Mark Bell2009-03-051-0/+14
* Rationalise dom_string (some consideration is required as to what happens wrt...John Mark Bell2009-03-034-23/+5
* Fix up bindings buildsystem to permit multiple bindings to be built -- quite ...John Mark Bell2007-11-041-0/+20
* Add, and implement, dom_string_insert() and dom_string_replace() APIJohn Mark Bell2007-11-031-0/+10
* Make the dom string class more useful.John Mark Bell2007-10-031-4/+22
* DOM Strings are now capable of containing either UTF-8 or UTF-16 encoded data.John Mark Bell2007-09-303-4/+18
* dom_initialise() and dom_finalise() are now completely public, rather than hi...John Mark Bell2007-09-292-10/+21
* Introduce global initialistaion/finalisation for DOM library. This should be ...John Mark Bell2007-09-291-0/+10
* Begin implementation of DocumentType classJohn Mark Bell2007-09-191-3/+9
* Rename dom_named_node_map to dom_namednodemap to be consistent with the rest ...James Shaw2007-08-081-2/+2
* Fix structure name dom_nodelistJames Shaw2007-08-031-2/+2
* Comment fixesJohn Mark Bell2007-07-291-3/+3
* Add Document constructorJohn Mark Bell2007-07-281-0/+4
* Sort out somewhat messy object construction.John Mark Bell2007-07-281-5/+12
* Implement type-specific node constructors and veneer the appropriate Document...John Mark Bell2007-07-261-1/+4
* Add ability to set a document's doctype after the document has been createdJohn Mark Bell2007-07-261-0/+7
* Add omitted dom_document_create_comment APIJohn Mark Bell2007-07-221-0/+3
* More name changes for consistency with specJames Shaw2007-07-211-6/+6
* rename dom_document_get_element() to dom_document_get_document_element()James Shaw2007-07-211-1/+1
* Add email addressJames Shaw2007-07-191-1/+1
* Stub out remainder of DocumentType API.John Mark Bell2007-07-161-4/+19
* Stub implementation of of dom_document_type methodsJames Shaw2007-07-162-0/+22
* Rename to dom_node_get_owner_document() in line with specJames Shaw2007-07-151-1/+1
* Populate dom.hJohn Mark Bell2007-07-141-4/+24
* LibXML 2 binding for libdom.John Mark Bell2007-07-141-0/+17
* Add extra dom_string constructor that permits strings to be manufactured in t...John Mark Bell2007-07-141-0/+5
* Modify node value, type and name functions to match w3c specJames Shaw2007-07-141-4/+4
* Add DOMImplementation, DOMImplementationListJohn Mark Bell2007-07-124-0/+348
* Add Element.John Mark Bell2007-07-112-1/+79
* Fix TypeInfo -> type_info conversionJohn Mark Bell2007-07-111-3/+3
* Make CharacterData struct public (within library)John Mark Bell2007-07-111-0/+28