summaryrefslogtreecommitdiff
path: root/src/html/html_element.h
Commit message (Expand)AuthorAgeFilesLines
* Fix: Implement HTMLElement copy constructor.Michael Drake2016-02-051-0/+6
* Add function to get html element's tag type.Michael Drake2016-01-281-1/+4
* Store HTMLElement tag types as enum on the html elements.Michael Drake2016-01-281-0/+2
* Simplified consistant interface to HTMLElement creation.Michael Drake2016-01-281-6/+13
* Split out tag names from general string table and enum.Michael Drake2016-01-271-0/+1
* HTML element attributes get lowercased.Michael Drake2015-10-311-4/+20
* add property getter and setter helpers for the dom_ulong typeVincent Sanders2015-10-251-0/+5
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...Daniel Silverstone2012-09-101-6/+6
* Return value of -1 when asked to get value of long property that doesn't exis...Michael Drake2012-09-081-1/+1
* HTMLElement: Ensure HTMLElement.get_elements_by_tag_name{,_ns} are caselessDaniel Silverstone2012-07-211-0/+34
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: Ma...Daniel Silverstone2012-07-071-0/+5
* HTMLElement: Allow other elements to use the vtableDaniel Silverstone2012-07-071-0/+2
* HTMLElement: className is a simple get/set property, enable 29 more tests.Daniel Silverstone2012-07-041-6/+6
* A bunch of panel beating:John Mark Bell2012-02-051-2/+41
* Remove form association logic -- this is not the way to do itJohn Mark Bell2012-02-051-12/+0
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-8/+5
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-2/+2
* Beginnings of some of HTMLElementDaniel Silverstone2010-12-051-3/+8
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+58