summaryrefslogtreecommitdiff
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add xml_parser_add_element_node; builds DOM Elements from XML_ELEMENT_NODEs.John Mark Bell2007-07-161-7/+122
* 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
* Populate dom.hJohn Mark Bell2007-07-141-37/+144
* LibXML 2 binding for libdom.John Mark Bell2007-07-1410-0/+809