summaryrefslogtreecommitdiff
path: root/src/html/html_tablerow_element.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove odd declaration of callback outside header guard.Michael Drake2016-02-051-1/+1
* Fix: Proper copy constructor for HTMLTableRowElement.Michael Drake2016-02-051-3/+32
* Store HTMLElement tag types as enum on the html elements.Michael Drake2016-01-281-0/+1
* Simplified consistant interface to HTMLElement creation.Michael Drake2016-01-281-18/+19
* Split out tag names from general string table and enum.Michael Drake2016-01-271-28/+37
* gcc2 fixes.Adrien Destugues2015-03-211-1/+2
* ref counting on insert_cell & get_row_indexRupinder Singh Khokhar2014-07-311-16/+53
* Correct variable name.John-Mark Bell2014-07-181-1/+1
* Use the public API as it autoconverts types. Additionally, fix utterly bogus ...John-Mark Bell2014-07-181-15/+23
* tableSectionElement Rev.2 && tableCellElement Rev.4 && tableElement Rev.1 && ...rsk19942014-06-111-0/+368
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+7