summaryrefslogtreecommitdiff
path: root/src/html/html_select_element.c
Commit message (Collapse)AuthorAgeFilesLines
* Constify vtables.Michael Drake2021-02-021-1/+1
|
* Deal with some scan-build-identified potential problemsDaniel Silverstone2020-02-211-0/+6
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Fix: HTMLSelectElement's copy constructor copies its specialised members.Michael Drake2016-02-051-0/+6
|
* Provide generic copy constructor for HTMLSelectElement.Michael Drake2016-02-051-3/+32
|
* Simplified consistant interface to HTMLElement creation.Michael Drake2016-01-281-12/+10
| | | | Also fixes STYLE element not getting the correct namespace or prefix.
* Split out tag names from general string table and enum.Michael Drake2016-01-271-2/+3
| | | | | Previously these were mixed in the the document's general memoised strings. This also gives us an enum by which HTML elements can be identified.
* Use the public API as it autoconverts types. Additionally, fix utterly bogus ↵John-Mark Bell2014-07-181-12/+19
| | | | reference counting.
* Xselect element && disabling IsIndex Elementrsk19942014-06-111-36/+112
|
* Map Elementrsk19942014-06-111-1/+1
|
* Remove a bunch of leaks but not reffing dom nodes from dom nodesDaniel Silverstone2014-01-051-45/+49
|
* Remove ability to dispatch a generic event as a ptr+len, and memoise all ↵Daniel Silverstone2012-11-031-8/+12
| | | | previous callsites
* Fix comparison of signed/unsigned variables.Michael Drake2012-09-191-2/+2
|
* Merge branch 'tlsa/selectstuff'Michael Drake2012-09-191-62/+350
|\ | | | | | | | | | | | | Conflicts: include/dom/html/html_select_element.h src/html/html_select_element.c src/html/html_select_element.h
| * Enable HTMLSelectElement testsJohn-Mark Bell2012-09-191-2/+2
| |
| * Mostly implement HTMLOptionElement, HTMLSelectElement.John-Mark Bell2012-08-081-59/+347
| | | | | | | | Enable HTMLOptionElement tests that pass.
* | unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-8/+8
|/ | | | fixes. Test suite does not pass
* HTML*Element: Fix up remaining _dom_element_vtable usage to ↵Daniel Silverstone2012-07-221-1/+1
| | | | _dom_html_element_vtable
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: ↵Daniel Silverstone2012-07-071-5/+7
| | | | Make buttons work and forms contain their correct buttons
* C89 for BeOS build.François Revel2012-03-241-1/+3
| | | | svn path=/trunk/libdom/; revision=13581
* A bunch of panel beating:John Mark Bell2012-02-051-5/+5
| | | | | | | | * HTMLElement and HTMLDocument now have vtables * All HTML nodes require an HTMLDocument to create * Miscellaneous other cleanups svn path=/trunk/libdom/; revision=13424
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-38/+22
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-2/+2
| | | | svn path=/trunk/libdom/; revision=12172
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+344
A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724