summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Change how presentational hints are handled.Michael Drake2016-02-022-3/+4
* Remove trailing whitespace.Michael Drake2015-11-011-1/+1
* Add "96" to useful DPI values. (CSS pixels are 1/96 inch.)Michael Drake2015-08-051-0/+1
* Add break-inside property support.Michael Drake2014-12-291-0/+3
* Add break-before property support.Michael Drake2014-12-291-0/+3
* Add break-after property support.Michael Drake2014-12-291-0/+3
* Delete trailing whitespace.Michael Drake2014-12-071-4/+4
* Add public accessor for column-width property.Michael Drake2014-12-061-0/+4
* Fix column-width enum values.Michael Drake2014-12-061-2/+2
* Add public accessor for column-span property.Michael Drake2014-12-061-0/+3
* Add public computed style accessor for column-rule-width prop.Michael Drake2014-11-161-0/+4
* Add public computed style accessor for column-rule-style property.Michael Drake2014-11-161-0/+3
* Add missing CSS_COLUMN_RULE_STYLE_HIDDEN value.Michael Drake2014-11-161-0/+1
* Add public accessor for column-rule-color in computed styles.Michael Drake2014-11-151-0/+4
* Share enum values for another property.Michael Drake2014-11-071-3/+3
* Add public computed style access function for column-gap property.Michael Drake2014-11-071-0/+4
* Make enums for length/normal values match up.Michael Drake2014-11-071-5/+5
* Add public accessor for column-fill property value.Michael Drake2014-11-071-0/+3
* Add public accessor for column-count in computed styles.Michael Drake2014-10-041-0/+4
* Remove trailing whitespace.Michael Drake2014-10-041-127/+127
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-012-4/+8
* Various changes which modify API and ABI:Michael Drake2013-12-136-222/+65
* Significantly optimise CSS selection performance.Michael Drake2013-12-012-0/+3
* Bloom filter implementation for selection optimisation.Michael Drake2013-12-011-0/+205
* Add computed style accessor for writing-mode and and writing-mode to the prop...Michael Drake2013-09-101-0/+3
* Add support for parsing the writing-mode property. Thanks to Caitlin Potter.Caitlin Potter2013-09-101-0/+8
* Complete widows and orphans support. Thanks to James Montgomerie.Michael Drake2012-04-132-0/+17
* Fix comma at end of enumerator list warning.François Revel2012-03-251-1/+1
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-281-95/+197
* @font-face support. Credit: James MontgomerieJohn Mark Bell2011-12-044-1/+104
* Explicitly narrow resultJohn Mark Bell2011-09-061-1/+1
* Make "params" argument to css_stylesheet_create const. Thanks to James Montg...Michael Drake2011-09-021-1/+1
* Add support for selecting page-break-{before, after, inside}John Mark Bell2011-08-232-0/+33
* Add structure versioning for client inputJohn Mark Bell2011-03-132-0/+14
* Saturated maths in css fixed point Vincent Sanders2011-03-121-17/+105
* CSS3 NamespacesJohn Mark Bell2011-03-122-15/+34
* Hide the CSS computed style itself. Only expose a few simple structures whic...Daniel Silverstone2011-03-121-2084/+258
* Fix warning: comma at end of enumerator listFrançois Revel2011-02-091-1/+1
* Minor documentation fixes.John Mark Bell2011-02-022-8/+7
* add system font hookVincent Sanders2011-02-022-0/+36
* CSS3 SelectorsJohn Mark Bell2011-01-311-1/+22
* Add support for opacity propertyJohn Mark Bell2011-01-293-3/+34
* Centralise handling of transparent colours.John Mark Bell2011-01-291-7/+7
* Provide hook for system colour name -> RGB conversionJohn Mark Bell2011-01-291-5/+48
* Turns out, we know the size of the styles block up-front.John Mark Bell2011-01-051-1/+1
* Simultaneously select styles for base + pseudo elements.John Mark Bell2011-01-051-7/+28
* Provide notification hook for imported stylesheets, to enable clients to para...John Mark Bell2010-12-051-2/+21
* Sync comment with realityJohn Mark Bell2010-12-051-1/+1
* Remove libcss_initialise/finalise.John Mark Bell2010-12-041-7/+0
* Sprinkle some C++ scoping aroundJohn Mark Bell2010-10-2310-0/+90