summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for SVG stroke-opacity propertyMichael Orlitzky2023-10-011-0/+1
* Add support for SVG fill-opacity propertyMichael Orlitzky2023-10-011-0/+1
* properties: position: Add support for 'sticky' valueMichael Drake2022-11-031-0/+1
* properties: display: Add grid valuesMichael Drake2022-10-291-0/+2
* Parse: Propstrings: Add unset and revertMichael Drake2022-08-291-0/+2
* add css 3.1 complex predefined counter styles for addative systemsVincent Sanders2021-02-151-0/+5
* Initialise the string map with a better macroVincent Sanders2021-02-121-594/+598
* implement the remaining css 3.1 simple predefined counter stylesVincent Sanders2021-02-121-0/+18
* implement the firt half of the css 3.1 simple predefined counter stylesVincent Sanders2021-02-091-0/+14
* Strings: Add 'infinite'.Michael Drake2019-03-101-0/+1
* Propstrings: add AND, ONLY, ORJohn-Mark Bell2019-03-101-0/+3
* Parsing: Add support for parsing the flexbox properties.Lucas Neves2017-10-211-2/+24
* Parsing: Add support for parsing the CSS3 box-sizing property.Michael Drake2017-04-271-0/+3
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-011-0/+2
* Add support for parsing the writing-mode property. Thanks to Caitlin Potter.Caitlin Potter2013-09-101-0/+4
* Add common CSS tokens to stylesheet string table.Michael Drake2012-03-291-0/+7
* Add parsing of CSS3 Multi-column layout module shorthand properties. (column...Michael Drake2012-02-031-0/+2
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-281-0/+15
* @font-face support. Credit: James MontgomerieJohn Mark Bell2011-12-041-0/+10
* Tidy upJohn Mark Bell2011-10-061-4/+7
* Avoid interning propstrings table for every stylesheet, style tag and style a...Michael Drake2011-10-061-0/+66
* CSS3 NamespacesJohn Mark Bell2011-03-121-0/+1
* CSS3 SelectorsJohn Mark Bell2011-01-311-0/+18
* Add support for opacity propertyJohn Mark Bell2011-01-291-0/+1
* Centralise handling of transparent colours.John Mark Bell2011-01-291-0/+1
* add hsl colour supportVincent Sanders2011-01-211-0/+2
* Add support for rgba() colours. Thanks jmb.Michael Drake2010-12-051-0/+1
* It turns out that using magic values for text-align is simpler than having an...John Mark Bell2009-08-221-1/+3
* -libcss-alignJohn Mark Bell2009-08-211-0/+1
* Padding shorthand property parserJohn Mark Bell2009-06-251-0/+1
* Margin shorthand parserJohn Mark Bell2009-06-251-0/+1
* List-style shorthand parserJohn Mark Bell2009-06-251-0/+1
* Font shorthand propertyJohn Mark Bell2009-06-251-0/+1
* Factor out common parts of pause-after and pause-before parsers.John Mark Bell2009-06-251-0/+2
* Border and outline shorthand property parsersJohn Mark Bell2009-06-251-0/+9
* Parse background shorthand propertyJohn Mark Bell2009-06-191-0/+1
* More refactoring groundwork. This actually compiles and passes the testsuite.John Mark Bell2009-05-261-0/+470