summaryrefslogtreecommitdiff
path: root/css/select.c
Commit message (Collapse)AuthorAgeFilesLines
* fix up framebuffer build flagsVincent Sanders2012-03-241-6/+6
| | | | | | fix select attributes svn path=/trunk/netsurf/; revision=13643
* continue conversionVincent Sanders2012-03-241-62/+158
| | | | svn path=/trunk/netsurf/; revision=13635
* three more callbacks fixed upVincent Sanders2012-03-241-53/+102
| | | | svn path=/trunk/netsurf/; revision=13629
* Fix up node_has_attributeJohn Mark Bell2012-03-241-8/+28
| | | | svn path=/trunk/netsurf/; revision=13611
* Beginnings of fixed up selection bindingJohn Mark Bell2012-03-241-104/+275
| | | | svn path=/trunk/netsurf/; revision=13609
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-5/+6
| | | | svn path=/trunk/netsurf/; revision=13548
* Avoid a couple of strlen calls.Michael Drake2011-10-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=13005
* Improve performance of style selectionJohn Mark Bell2011-10-081-259/+106
| | | | svn path=/trunk/netsurf/; revision=13000
* Port presentational hint backgrounds to nsurl.Michael Drake2011-10-071-8/+8
| | | | svn path=/trunk/netsurf/; revision=12990
* Port disabled :visited support to nsurl.Michael Drake2011-10-051-23/+13
| | | | svn path=/trunk/netsurf/; revision=12961
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-1/+2
| | | | svn path=/trunk/netsurf/; revision=12926
* More accurate legacy font size handlingJohn Mark Bell2011-08-311-0/+97
| | | | svn path=/trunk/netsurf/; revision=12695
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-27/+19
| | | | svn path=/trunk/netsurf/; revision=12283
* Sync with versioned libcss ABIJohn Mark Bell2011-03-131-0/+3
| | | | svn path=/trunk/netsurf/; revision=12008
* Fix matching of universal element selectorsJohn Mark Bell2011-03-121-2/+6
| | | | svn path=/trunk/netsurf/; revision=11979
* Sync API with modern libcssJohn Mark Bell2011-03-121-59/+68
| | | | svn path=/trunk/netsurf/; revision=11977
* Saturated maths in css fixed point Vincent Sanders2011-03-121-6/+6
| | | | svn path=/trunk/netsurf/; revision=11975
* Fix bug #3171370: initialise font resolution callback pointersJohn Mark Bell2011-02-031-0/+2
| | | | svn path=/trunk/netsurf/; revision=11608
* Fix :root detectionJohn Mark Bell2011-01-311-1/+2
| | | | svn path=/trunk/netsurf/; revision=11571
* Various fixes for selection callbacksJohn Mark Bell2011-01-311-105/+132
| | | | svn path=/trunk/netsurf/; revision=11570
* Sync selection engine binding with latest libcssJohn Mark Bell2011-01-311-5/+329
| | | | svn path=/trunk/netsurf/; revision=11561
* add default system colour handlers to each frontendVincent Sanders2011-01-301-1/+2
| | | | svn path=/trunk/netsurf/; revision=11530
* Reflect new css_stylesheet_create APIJohn Mark Bell2011-01-291-3/+15
| | | | svn path=/trunk/netsurf/; revision=11523
* Fix attempt to destroy selection resutls that don't exist.Michael Drake2011-01-051-2/+1
| | | | svn path=/trunk/netsurf/; revision=11216
* Update to new libcss API for simultanious selection for base element and its ↵Michael Drake2011-01-051-15/+9
| | | | | | pseudo elements. svn path=/trunk/netsurf/; revision=11215
* Make function only used in the selection code private.Michael Drake2011-01-041-0/+3
| | | | svn path=/trunk/netsurf/; revision=11193
* Reflect changes to libcss APIJohn Mark Bell2010-12-051-1/+1
| | | | svn path=/trunk/netsurf/; revision=11001
* Fix coloursJohn Mark Bell2010-12-041-153/+153
| | | | svn path=/trunk/netsurf/; revision=10989
* 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