summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Including Level2 tests & the Basefont Element , also a minor change in ↵rsk19942014-06-112-0/+28
| | | | level2 basefontElement test
* Anchor <a> elementrsk19942014-06-112-0/+94
|
* Mod Elementrsk19942014-06-112-0/+23
|
* Font Elementrsk19942014-06-112-0/+28
|
* LI <li> Elementrsk19942014-06-112-0/+23
|
* OList <ol> Elementrsk19942014-06-112-0/+29
|
* Ulist Elementrsk19942014-06-112-0/+23
|
* Label Elementrsk19942014-06-112-0/+27
|
* Br Elementrsk19942014-06-112-0/+17
|
* Pre Elementrsk19942014-06-112-0/+17
|
* QUOTE <q> Elementrsk19942014-06-112-0/+17
|
* H1, H2, H3, H4, H5 & H6 Elementsrsk19942014-06-112-0/+17
|
* Paragraph Elementrsk19942014-06-112-0/+17
|
* Div Elementrsk19942014-06-112-0/+17
|
* Fieldset & Legend Elementsrsk19942014-06-113-0/+46
|
* Menu Elementrsk19942014-05-012-0/+17
|
* Directory Elementrsk19942014-05-012-0/+17
|
* Dlist elementrsk19942014-05-012-0/+17
|
* final patch for adding hr tag to libdomrsk19942014-03-052-0/+35
|
* Install html_options_collection.hJohn-Mark Bell2013-03-161-0/+1
|
* add context for default action functionVincent Sanders2013-02-191-0/+1
|
* Fix dom_node_set_text_content.John-Mark Bell2012-12-311-1/+1
|
* Fix typos.Michael Drake2012-11-071-1/+1
|
* Fix comparison of signed/unsigned variables.Michael Drake2012-09-191-1/+1
|
* Merge branch 'tlsa/selectstuff'Michael Drake2012-09-193-12/+97
|\ | | | | | | | | | | | | 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/+9
| |
| * Mostly implement HTMLOptionElement, HTMLSelectElement.John-Mark Bell2012-08-083-5/+83
| | | | | | | | Enable HTMLOptionElement tests that pass.
* | fixup comment damage from automated type conversionVincent Sanders2012-09-111-1/+1
| |
* | unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-1017-104/+104
| | | | | | | | fixes. Test suite does not pass
* | Return value of -1 when asked to get value of long property that doesn't ↵Michael Drake2012-09-083-6/+6
|/ | | | exist on the html element.
* HTMLBodyElement: Implementation and test enablingDaniel Silverstone2012-07-222-1/+41
|
* DOMString: Add toupper and tolower methodsDaniel Silverstone2012-07-211-0/+8
|
* HTMLOptGroupElement: ImplementationDaniel Silverstone2012-07-191-1/+27
|
* HTMLOptGroupElement: Prepare for implementationDaniel Silverstone2012-07-192-0/+1
|
* HTMLTextAreaElement: Make it workDaniel Silverstone2012-07-183-7/+83
|
* HTMLInputElement: Initial support and test enabling. Some TODOs leftDaniel Silverstone2012-07-082-1/+120
|
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: ↵Daniel Silverstone2012-07-072-1/+49
| | | | Make buttons work and forms contain their correct buttons
* HTMLMetaElement: Implement, install, enable testsDaniel Silverstone2012-07-072-0/+27
|
* HTMLLinkElement: Implement and enable testsDaniel Silverstone2012-07-072-0/+50
|
* HTML{Html,Head}Element: Unvirtualise accessorsDaniel Silverstone2012-07-072-53/+8
|
* HTMLFormElement: Add basic attributes, enable 5 more testsDaniel Silverstone2012-07-071-0/+32
|
* Makefile: Install the html_collection header and include it from dom.hDaniel Silverstone2012-07-071-0/+1
|
* HTMLTitleElement: Implementation and enabling of testDaniel Silverstone2012-07-071-0/+1
|
* HTMLHeadElement: Support for the element, enable the testDaniel Silverstone2012-07-072-0/+31
|
* HTMLHtmlElement: Add support for version attribute and enable testDaniel Silverstone2012-07-071-0/+30
|
* Add HTMLHtmlElement to the main dom.h includesDaniel Silverstone2012-07-071-1/+2
|
* HTMLElement: className is a simple get/set property, enable 29 more tests.Daniel Silverstone2012-07-041-14/+14
| | | | | | HTMLElement.className means that dynamic conversion looks for class_name and not classname. As such, rename the methods and enable the simple getter/setter methods for the property. As such, another 29 tests pass.
* Force dom_string to have maximal alignment requirements.John Mark Bell2012-04-011-3/+3
| | | | | | Make it clear that dom_string_internal extends it svn path=/trunk/libdom/; revision=13785
* Remove dom_string casts in API macros to help prevent issues like that fixed ↵Daniel Silverstone2012-03-282-29/+20
| | | | | | in r13764 happening again svn path=/trunk/libdom/; revision=13766
* Remove casts related to dom_string in API macros because they were hiding ↵Daniel Silverstone2012-03-289-104/+74
| | | | | | errors such as the one fixed in r13764 svn path=/trunk/libdom/; revision=13765