summaryrefslogtreecommitdiff
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* Beginnings of an expat binding -- NOT FUNCTIONAL YETDaniel Silverstone2012-03-244-8/+366
* Lose unnecessary "struct"John Mark Bell2012-03-232-5/+3
* No need to drop const -- hubbub's API is already sane.John Mark Bell2012-03-231-1/+1
* Fix const-correctness of dom_hubbub_parser_parse_chunk APIJohn Mark Bell2012-03-232-3/+3
* Fix encoding_source namespace collisionJohn Mark Bell2012-03-232-8/+8
* Tidy up a littleJohn Mark Bell2012-02-221-14/+14
* Fix hubbub parser bindingJohn Mark Bell2012-02-061-25/+3
* Intern attribute and element namesJohn Mark Bell2012-02-051-3/+27
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-214-72/+85
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-072-15/+15
* Fix from winfried on NS ML.Michael Drake2011-02-021-1/+1
* Provide mechanism for binding/client to define the features a document object...John Mark Bell2010-12-062-1/+3
* Simplify DOMImplementation API by replacing dom_strings with const char *John Mark Bell2010-12-062-58/+21
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-052-65/+4
* Make libdom work again given lack of init/finalise in hubbub and prepare init...Daniel Silverstone2010-12-042-18/+2
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-264-25/+12
* Fix install ruleJohn Mark Bell2009-09-211-1/+1
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-132-3/+8
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-119-556/+216
* Fix hubbub binding (based in part on a patch from Jeroen Habraken)John Mark Bell2009-06-261-72/+75
* Sync with core buildsystem changesJohn Mark Bell2009-04-211-5/+4
* More best guesses.John Mark Bell2009-04-172-0/+3
* Shared library versioningJohn Mark Bell2009-04-031-3/+3
* Work around bug in libxml headers.John Mark Bell2009-03-261-0/+4
* Squash warningsJohn Mark Bell2009-03-251-7/+7
* First cut at a port to the new buildsystem.John Mark Bell2009-03-253-180/+25
* Make hubbub parser binding build trees correctly (credit: Bo Yang)John Mark Bell2009-03-052-107/+649
* Rationalise dom_string (some consideration is required as to what happens wrt...John Mark Bell2009-03-033-66/+39
* Use pkg-config for hubbub cflags/librariesJohn Mark Bell2009-03-031-3/+1
* Make TestObject support both HTML and XML documents and auto-detect which par...John Mark Bell2007-11-042-12/+72
* 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-048-192/+138
* DOM Strings are now capable of containing either UTF-8 or UTF-16 encoded data.John Mark Bell2007-09-302-1/+7
* dom_initialise() and dom_finalise() are now completely public, rather than hi...John Mark Bell2007-09-291-11/+0
* Add finalisation method to libxml-libdom.John Mark Bell2007-09-292-0/+21
* Introduce global initialistaion/finalisation for DOM library. This should be ...John Mark Bell2007-09-291-0/+5
* Include required headersJohn Mark Bell2007-09-221-0/+3
* Begin implementation of DocumentType classJohn Mark Bell2007-09-192-21/+36
* More informational messagingJohn Mark Bell2007-09-181-6/+45
* More logging of failed DOM calls.John Mark Bell2007-09-171-4/+45
* Fix potential segfaultsJohn Mark Bell2007-09-171-2/+4
* Implement xml-binding-specific dom_implementation_create_documentJohn Mark Bell2007-09-171-8/+46
* Add callback for informational messaging (with variable severity, a la syslog)John Mark Bell2007-09-163-43/+99
* Comment fixesJohn Mark Bell2007-07-291-4/+4
* Sort out somewhat messy object construction.John Mark Bell2007-07-281-3/+3
* Add ability to set a document's doctype after the document has been createdJohn Mark Bell2007-07-261-3/+8
* Further work on libxml binding.John Mark Bell2007-07-221-29/+325
* More libxml binding workJohn Mark Bell2007-07-221-45/+228
* Fix RISC OS buildJohn Mark Bell2007-07-201-1/+3