summaryrefslogtreecommitdiff
path: root/css/select.c
Commit message (Collapse)AuthorAgeFilesLines
* Only obey size property on input elements that are either text or password. ↵Rob Kendrick2010-03-281-0/+4
| | | | | | Fixes submit buttons with size properties being too small/large. svn path=/trunk/netsurf/; revision=10191
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-27/+16
| | | | svn path=/trunk/netsurf/; revision=10180
* Fix erroneous switch fallthroughJohn Mark Bell2009-11-221-0/+2
| | | | svn path=/trunk/netsurf/; revision=9694
* Log failuresJohn Mark Bell2009-10-121-1/+6
| | | | svn path=/trunk/netsurf/; revision=9629
* Yet more case insensitivityJohn Mark Bell2009-09-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=9549
* Fix for percentage values.Michael Drake2009-09-051-2/+4
| | | | svn path=/trunk/netsurf/; revision=9546
* Remove redundant line.Michael Drake2009-09-051-1/+0
| | | | svn path=/trunk/netsurf/; revision=9545
* Fix table border=0.Michael Drake2009-09-051-5/+6
| | | | svn path=/trunk/netsurf/; revision=9544
* Fix defualt table cell border width and move border style from default css ↵Michael Drake2009-09-051-33/+46
| | | | | | to code. svn path=/trunk/netsurf/; revision=9543
* Attribute value comparisons should be case insensitiveJohn Mark Bell2009-09-051-32/+38
| | | | svn path=/trunk/netsurf/; revision=9537
* Sync with libcss.John Mark Bell2009-08-231-2/+2
| | | | svn path=/trunk/netsurf/; revision=9406
* Use new alignment schemeJohn Mark Bell2009-08-221-82/+81
| | | | svn path=/trunk/netsurf/; revision=9390
* Support HTML alignment hints.John Mark Bell2009-08-211-15/+282
| | | | svn path=/trunk/netsurf/; revision=9381
* Sync with new libcss API. There's huge amounts of room for improvement in ↵John Mark Bell2009-07-291-0/+175
| | | | | | this implementation. svn path=/trunk/netsurf/; revision=8883
* Now that libwapcaplet guarantees NUL-termination of strings, stop copying ↵John Mark Bell2009-07-251-45/+5
| | | | | | them unnecessarily. svn path=/trunk/netsurf/; revision=8785
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-0/+1981
svn path=/trunk/netsurf/; revision=8752