summaryrefslogtreecommitdiff
path: root/src/core/element.h
Commit message (Expand)AuthorAgeFilesLines
* Promote ref/unref in dom_node to be inlines.Daniel Silverstone2012-03-281-0/+1
* Generate element's class list.Michael Drake2012-03-241-0/+1
* Implement the element class API for libcss, except for actually making the ar...Michael Drake2012-03-241-0/+3
* Use list for element attributes.Michael Drake2012-02-151-5/+3
* Provide custom API to ease optimal binding to libcssJohn Mark Bell2012-02-111-1/+7
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-16/+11
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-30/+29
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-1/+41
* Split the _dom_element_destroy into two functions.Bo Yang2009-08-171-0/+2
* Remove an unused parameter 'result'.Bo Yang2009-08-171-4/+3
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-20/+88
* Modify NamedNodeMap, note that there is no vtable for this type because it is...Bo Yang2009-03-231-1/+2
* Fix the spelling initialize -> initialise.Bo Yang2009-03-201-1/+1
* Convert DOMElement interface to use vtable structure.Bo Yang2009-03-201-0/+89
* Modify dom_node_initialise() API to permit specification of namespace URI and...John Mark Bell2007-09-271-1/+2
* Add library-internal accessor to the head of an Element's attribute list (dom...John Mark Bell2007-09-251-0/+4
* Move attributes field to struct dom_element as it doesn't apply to other node...John Mark Bell2007-09-241-0/+8
* Finalisation and destruction of nodesJohn Mark Bell2007-07-281-0/+3
* Implement type-specific node constructors and veneer the appropriate Document...John Mark Bell2007-07-261-0/+20