summaryrefslogtreecommitdiff
path: root/css/select.c
Commit message (Expand)AuthorAgeFilesLines
* Sync API with modern libcssJohn Mark Bell2011-03-121-59/+68
* Saturated maths in css fixed point Vincent Sanders2011-03-121-6/+6
* Fix bug #3171370: initialise font resolution callback pointersJohn Mark Bell2011-02-031-0/+2
* Fix :root detectionJohn Mark Bell2011-01-311-1/+2
* Various fixes for selection callbacksJohn Mark Bell2011-01-311-105/+132
* Sync selection engine binding with latest libcssJohn Mark Bell2011-01-311-5/+329
* add default system colour handlers to each frontendVincent Sanders2011-01-301-1/+2
* Reflect new css_stylesheet_create APIJohn Mark Bell2011-01-291-3/+15
* Fix attempt to destroy selection resutls that don't exist.Michael Drake2011-01-051-2/+1
* Update to new libcss API for simultanious selection for base element and its ...Michael Drake2011-01-051-15/+9
* Make function only used in the selection code private.Michael Drake2011-01-041-0/+3
* Reflect changes to libcss APIJohn Mark Bell2010-12-051-1/+1
* Fix coloursJohn Mark Bell2010-12-041-153/+153
* Only obey size property on input elements that are either text or password. ...Rob Kendrick2010-03-281-0/+4
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-27/+16
* Fix erroneous switch fallthroughJohn Mark Bell2009-11-221-0/+2
* Log failuresJohn Mark Bell2009-10-121-1/+6
* Yet more case insensitivityJohn Mark Bell2009-09-061-1/+1
* Fix for percentage values.Michael Drake2009-09-051-2/+4
* Remove redundant line.Michael Drake2009-09-051-1/+0
* Fix table border=0.Michael Drake2009-09-051-5/+6
* Fix defualt table cell border width and move border style from default css to...Michael Drake2009-09-051-33/+46
* Attribute value comparisons should be case insensitiveJohn Mark Bell2009-09-051-32/+38
* Sync with libcss.John Mark Bell2009-08-231-2/+2
* Use new alignment schemeJohn Mark Bell2009-08-221-82/+81
* Support HTML alignment hints.John Mark Bell2009-08-211-15/+282
* Sync with new libcss API. There's huge amounts of room for improvement in thi...John Mark Bell2009-07-291-0/+175
* Now that libwapcaplet guarantees NUL-termination of strings, stop copying the...John Mark Bell2009-07-251-45/+5
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-0/+1981