summaryrefslogtreecommitdiff
path: root/src/html/html_button_element.c
Commit message (Expand)AuthorAgeFilesLines
* Fix: HTMLButtonElement's copy constructor copies its specialised members.Michael Drake2016-02-051-0/+4
* Provide generic copy constructor for HTMLButtonElement.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-2/+2
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...Daniel Silverstone2012-09-101-4/+4
* Return value of -1 when asked to get value of long property that doesn't exis...Michael Drake2012-09-081-1/+1
* HTML{TextArea,Input,Button}Element: Do not ref the form, refs are for outside...Daniel Silverstone2012-07-221-14/+0
* HTML{Input,Button}Element: Clean up some of the local dataDaniel Silverstone2012-07-081-0/+5
* HTMLInputElement: Initial support and test enabling. Some TODOs leftDaniel Silverstone2012-07-081-0/+2
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: Ma...Daniel Silverstone2012-07-071-1/+231
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+7