summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-11115-7185/+10173
* Ensure local include path overrides buildsystem settings.John Mark Bell2009-08-011-2/+2
* Merge DOMTS tests -- they're causing havoc with review diffs.John Mark Bell2009-07-303060-0/+147514
* Fix hubbub binding (based in part on a patch from Jeroen Habraken)John Mark Bell2009-06-261-72/+75
* Add lpu to the requirementsJohn Mark Bell2009-06-261-0/+11
* 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-294-16/+58
* Add dom_document_fragment, dom_cdata_section, dom_entity_reference, dom_proce...Bo Yang2009-04-295-0/+54
* Sync with core buildsystem changesJohn Mark Bell2009-04-213-11/+10
* More best guesses.John Mark Bell2009-04-172-0/+3
* Shared library versioningJohn Mark Bell2009-04-033-23/+27
* Pkg-config control file.John Mark Bell2009-03-312-0/+20
* Add typedefs for public DOM interfaces.Bo Yang2009-03-317-8/+13
* Work around bug in libxml headers.John Mark Bell2009-03-261-0/+4
* Add test dir to include path. Probably useful for the DOMTS stuff.John Mark Bell2009-03-261-1/+1
* Attempt to integrate DOMTS stuff.John Mark Bell2009-03-261-24/+18
* Purge testrunnerJohn Mark Bell2009-03-251-147/+0
* Add -I$(CURDIR) to TESTCFLAGSJohn Mark Bell2009-03-251-0/+2
* Squash warningsJohn Mark Bell2009-03-253-17/+14
* Fix inclusion of Makefile.config.overrideJohn Mark Bell2009-03-251-1/+2
* First cut at a port to the new buildsystem.John Mark Bell2009-03-2513-688/+103
* Make code more readable.Bo Yang2009-03-241-1/+1
* Convert Text to use vtable structure. Now the whole libdom is compiled succes...Bo Yang2009-03-243-16/+101
* Convert NodeList and ProcessingInstruction. Bo Yang2009-03-243-12/+13
* Modify NamedNodeMap, note that there is no vtable for this type because it is...Bo Yang2009-03-238-43/+49
* Convert EntityReference interface to use vtable structure.Bo Yang2009-03-211-2/+2
* Fix the spelling initialize -> initialise.Bo Yang2009-03-205-7/+7
* Convert DOMElement interface to use vtable structure.Bo Yang2009-03-203-121/+517
* Convert DOMFragment to use vtable structure.Bo Yang2009-03-192-5/+21
* Convert DocumentType to use vtable structure.Bo Yang2009-03-193-22/+134
* Convert DOM document interface to use vtable structure.Bo Yang2009-03-196-124/+598
* Fix the last commit, hook up the vtable for dom_characterdata.Bo Yang2009-03-151-2/+1
* Convert the dom_characterdata to use vtable.Bo Yang2009-03-156-39/+193
* Change the our dom to use vtable method. The first step: Bo Yang2009-03-126-219/+874
* 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