summaryrefslogtreecommitdiff
path: root/src/html/html_form_element.c
Commit message (Expand)AuthorAgeFilesLines
* Fix: Proper copy constructor for HTMLFormElement.Michael Drake2016-02-051-3/+32
* Simplified consistant interface to HTMLElement creation.Michael Drake2016-01-281-12/+10
* Split out tag names from general string table and enum.Michael Drake2016-01-271-6/+6
* Fieldset & Legend Elementsrsk19942014-06-111-1/+1
* Fix the form iterator testDaniel Silverstone2014-01-051-17/+8
* Remove a bunch of leaks but not reffing dom nodes from dom nodesDaniel Silverstone2014-01-051-32/+26
* Unref the form's collection on finaliseDaniel Silverstone2014-01-051-0/+3
* Remove ability to dispatch a generic event as a ptr+len, and memoise all prev...Daniel Silverstone2012-11-031-8/+12
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...Daniel Silverstone2012-09-101-1/+1
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: Ma...Daniel Silverstone2012-07-071-8/+20
* HTML{Form,Link,Meta}Element: Tidy up SIMPLE_GET_SETDaniel Silverstone2012-07-071-28/+32
* HTMLFormElement: Add basic attributes, enable 5 more testsDaniel Silverstone2012-07-071-0/+40
* HTMLFormElement: Initial support, 2 tests now passDaniel Silverstone2012-07-071-11/+23
* C89 for BeOS build.François Revel2012-03-241-1/+3
* A bunch of panel beating:John Mark Bell2012-02-051-5/+5
* Remove form association logic -- this is not the way to do itJohn Mark Bell2012-02-051-2/+4
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-33/+14
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-2/+2
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+256