summaryrefslogtreecommitdiff
path: root/css/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-2/+2
| | | | svn path=/trunk/netsurf/; revision=13548
* Saturated maths in css fixed point Vincent Sanders2011-03-121-14/+13
| | | | svn path=/trunk/netsurf/; revision=11975
* Make round-to-nearest clearer.John Mark Bell2009-07-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=8786
* More consistent conversion of lengths to pixels.John Mark Bell2009-07-251-15/+34
| | | | | | | We now calculate the nearest whole number of pixels required for 1 unit, then multiply that by the requested length. This means that 2 * len2px(1, cm) == len2px(2, cm), for example. svn path=/trunk/netsurf/; revision=8782
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-0/+124
svn path=/trunk/netsurf/; revision=8752