summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add support for SVG stroke-opacity propertyMichael Orlitzky2023-10-012-0/+10
* Add support for SVG fill-opacity propertyMichael Orlitzky2023-10-012-0/+10
* api: fpmath: Add macro to get fractional partMichael Drake2022-12-161-0/+2
* properties: Define align-self values in terms of align-itemsMichael Drake2022-11-031-6/+6
* properties: position: Add support for 'sticky' valueMichael Drake2022-11-031-1/+2
* properties: display: Add grid valuesMichael Drake2022-10-291-1/+3
* Floating point maths: Squash clang warningMichael Drake2022-10-221-3/+5
* API: Client media spec: Allow colour scheme preferenceMichael Drake2022-07-311-0/+2
* Selection: Don't duplicate unit conversion members in media descriptor.Michael Drake2021-05-194-12/+10
* Selection: Remove client callback for unit conversion.Michael Drake2021-05-193-7/+160
* Units: Remove units that nobody supports.Michael Drake2021-05-191-14/+11
* add css 3.1 complex predefined counter styles for addative systemsVincent Sanders2021-02-151-1/+6
* implement the remaining css 3.1 simple predefined counter stylesVincent Sanders2021-02-121-2/+19
* implement the firt half of the css 3.1 simple predefined counter stylesVincent Sanders2021-02-091-1/+16
* add text formatting of values with list stylesVincent Sanders2021-02-051-1/+24
* Media queries: Feature matching: Compare lengths in pixels.Michael Drake2019-05-071-8/+7
* Media queries: Update selection API to support media queries.Michael Drake2019-05-041-4/+4
* Media queries: Add media type member to struct css_media.Michael Drake2019-03-101-0/+3
* Media Queries: Client media specification structure.Michael Drake2019-03-101-0/+126
* Code style: Use spaces for alignment.Michael Drake2019-03-101-4/+4
* Media Queries: datastructures and plumbing.John-Mark Bell2019-03-101-3/+2
* Fixed point: Squash undefined shift error.Michael Drake2018-07-281-1/+1
* Fixed point: Squash undefined left shift of -ve value error.Michael Drake2018-07-281-1/+1
* Add support for new length units.Lucas Neves2017-11-131-20/+33
* Selection: Add support for the flexbox properties.Lucas Neves2017-10-211-0/+35
* Add codes to flexbox properties.Lucas Neves2017-10-211-3/+93
* Strip trailing whitespace.Michael Drake2017-09-044-40/+40
* Interface: Add public API for getting box-sizing from computed style.Michael Drake2017-04-271-0/+3
* Parsing: Add support for parsing the CSS3 box-sizing property.Michael Drake2017-04-271-0/+7
* Remove redundant API surface.Michael Drake2016-11-191-4/+0
* Intern partial styles.Michael Drake2016-11-192-3/+7
* Remove trailing tab.Michael Drake2016-11-191-1/+1
* After composing styles, intern the result in the style sharing arena.Michael Drake2016-11-191-2/+2
* 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