summaryrefslogtreecommitdiff
path: root/src/parse/properties/properties.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for SVG stroke-opacity propertyMichael Orlitzky2023-10-011-0/+4
* Add support for SVG fill-opacity propertyMichael Orlitzky2023-10-011-0/+4
* Avoid integer types with platform dependent sizeDeltaVonNeumann2023-06-171-146/+146
* parse: properties: Add property-specific unit class masks.Michael Drake2020-11-151-0/+113
* Parsing: Add support for parsing the flexbox properties.Lucas Neves2017-10-211-1/+36
* Strip trailing whitespace.Michael Drake2017-09-041-111/+111
* 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-1/+7
* Add support for parsing the writing-mode property. Thanks to Caitlin Potter.Caitlin Potter2013-09-101-0/+3
* Add parsing of CSS3 Multi-column layout module shorthand properties. (column...Michael Drake2012-02-031-0/+6
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-281-0/+33
* Add support for opacity propertyJohn Mark Bell2011-01-291-0/+3
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-201-117/+117
* Merge parser autogeneration and string handling refactor branch r=jmb,kinniso...Vincent Sanders2011-01-191-116/+116
* It turns out that using magic values for text-align is simpler than having an...John Mark Bell2009-08-221-3/+0
* -libcss-alignJohn Mark Bell2009-08-211-0/+3
* Padding shorthand property parserJohn Mark Bell2009-06-251-0/+3
* Margin shorthand parserJohn Mark Bell2009-06-251-0/+3
* List-style shorthand parserJohn Mark Bell2009-06-251-0/+3
* Font shorthand propertyJohn Mark Bell2009-06-251-0/+3
* Factor out common parts of pause-after and pause-before parsers.John Mark Bell2009-06-251-0/+6
* Border and outline shorthand property parsersJohn Mark Bell2009-06-251-0/+27
* Parse background shorthand propertyJohn Mark Bell2009-06-191-0/+3
* More refactoring groundwork. This actually compiles and passes the testsuite.John Mark Bell2009-05-261-0/+3
* Groundwork for property parser refactoring.John Mark Bell2009-05-261-0/+321