summaryrefslogtreecommitdiff
path: root/css/select.c
Commit message (Expand)AuthorAgeFilesLines
* Interned string cleanup, phase 1: Use lwc_string where possible in CSS handler.Michael Drake2012-07-221-187/+209
* Fix node name comparisons to be case insensitive.Michael Drake2012-07-211-74/+74
* Fix input type test to compare correct variable.Michael Drake2012-07-151-5/+5
* remove parser binding layerVincent Sanders2012-07-131-1/+0
* Border width hint is concerned with border attribute, not width attribute. Fi...Michael Drake2012-04-161-4/+3
* convert node_presentational_hint_border_trbl_colorVincent Sanders2012-03-281-27/+48
* converted node_presentational_hint_border_spacingVincent Sanders2012-03-281-13/+25
* convert node_presentational_hint_widthVincent Sanders2012-03-281-41/+60
* convert node_presentational_hint_heightVincent Sanders2012-03-281-25/+37
* Use experimental libdom functions for named_ancestor_node, named_parent_node ...Michael Drake2012-03-281-133/+5
* fix node_presentational_hint_font_sizeVincent Sanders2012-03-251-14/+22
* convert node_presentational_hint_floatVincent Sanders2012-03-251-23/+33
* Fix strict aliasing warningsJohn Mark Bell2012-03-251-4/+4
* Fix up border-{trbl}-style hintJohn Mark Bell2012-03-251-22/+61
* Make text-align hint less braindeadJohn Mark Bell2012-03-251-39/+40
* Make vertical align hint less braindeadJohn Mark Bell2012-03-251-30/+30
* fix hint colorVincent Sanders2012-03-251-35/+66
* node_presentational_hint_border_trbl_widthDaniel Silverstone2012-03-251-26/+54
* node_presentational_hint_margin_tbDaniel Silverstone2012-03-251-15/+23
* node_presentational_hint_margin_rl done and diddledDaniel Silverstone2012-03-251-49/+61
* two more presentational hintsVincent Sanders2012-03-251-22/+31
* cellpadding presentational hint worksDaniel Silverstone2012-03-251-24/+42
* Squash warningsJohn Mark Bell2012-03-251-0/+14
* fix compileVincent Sanders2012-03-251-1/+3
* add presentational hint routine for background imageVincent Sanders2012-03-251-27/+48
* Fix up node_presentational_hint_text_alignJohn Mark Bell2012-03-251-42/+69
* Fix up node_presentational_hint_vertical_alignJohn Mark Bell2012-03-251-32/+48
* split presentational hints function upVincent Sanders2012-03-251-573/+734
* fix node_is_linkVincent Sanders2012-03-251-7/+23
* fix previous commitVincent Sanders2012-03-251-4/+5
* fix node_count_siblingsVincent Sanders2012-03-251-32/+73
* node_is_emptyDaniel Silverstone2012-03-251-8/+29
* Ensure parent is NULL if there is no parentJohn Mark Bell2012-03-251-0/+2
* fix up framebuffer build flagsVincent Sanders2012-03-241-6/+6
* continue conversionVincent Sanders2012-03-241-62/+158
* three more callbacks fixed upVincent Sanders2012-03-241-53/+102
* Fix up node_has_attributeJohn Mark Bell2012-03-241-8/+28
* Beginnings of fixed up selection bindingJohn Mark Bell2012-03-241-104/+275
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-5/+6
* Avoid a couple of strlen calls.Michael Drake2011-10-081-1/+1
* Improve performance of style selectionJohn Mark Bell2011-10-081-259/+106
* Port presentational hint backgrounds to nsurl.Michael Drake2011-10-071-8/+8
* Port disabled :visited support to nsurl.Michael Drake2011-10-051-23/+13
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-1/+2
* More accurate legacy font size handlingJohn Mark Bell2011-08-311-0/+97
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-27/+19
* Sync with versioned libcss ABIJohn Mark Bell2011-03-131-0/+3
* Fix matching of universal element selectorsJohn Mark Bell2011-03-121-2/+6
* Sync API with modern libcssJohn Mark Bell2011-03-121-59/+68
* Saturated maths in css fixed point Vincent Sanders2011-03-121-6/+6