summaryrefslogtreecommitdiff
path: root/src/parse/properties/properties.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for SVG stroke-opacity propertyMichael Orlitzky2023-10-011-0/+2
* Add support for SVG fill-opacity propertyMichael Orlitzky2023-10-011-0/+2
* parse: properties: Add property-specific unit class masks.Michael Drake2020-11-151-0/+128
* Parsing: Add support for parsing the flexbox properties.Lucas Neves2017-10-211-1/+12
* Parsing: Add support for parsing the CSS3 box-sizing property.Michael Drake2017-04-271-0/+1
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-011-0/+2
* Add computed style accessor for writing-mode and and writing-mode to the prop...Michael Drake2013-09-101-0/+1
* 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/+11
* Add support for opacity propertyJohn Mark Bell2011-01-291-0/+1
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-201-115/+115
* It turns out that using magic values for text-align is simpler than having an...John Mark Bell2009-08-221-2/+1
* -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
* Remove unnecessary includesJohn Mark Bell2009-05-271-7/+0
* Move display parserJohn Mark Bell2009-05-271-71/+0
* Split out remaining UI property parsersJohn Mark Bell2009-05-271-266/+0
* Move color parser to text.cJohn Mark Bell2009-05-271-54/+0
* Split out visual effects and stacking property parsersJohn Mark Bell2009-05-271-272/+0
* Split out table-related property parsersJohn Mark Bell2009-05-271-123/+0
* Move float and alignment property parsers into positioning.cJohn Mark Bell2009-05-271-183/+0
* Split out box sizing property parsersJohn Mark Bell2009-05-271-491/+0
* Split out text-related property parsersJohn Mark Bell2009-05-271-485/+0
* Quotes property is also generated content, so move to appropriate fileJohn Mark Bell2009-05-271-158/+0
* Split out page-related property parsers.John Mark Bell2009-05-271-255/+0
* Split out positioning property parsersJohn Mark Bell2009-05-261-306/+0
* Split out margin and padding property parsers.John Mark Bell2009-05-261-198/+0
* Split out font property parsersJohn Mark Bell2009-05-261-615/+0
* Split out generated content and list property parsersJohn Mark Bell2009-05-261-960/+0
* Split out border and outline property parsersJohn Mark Bell2009-05-261-530/+0
* Split out background property parsersJohn Mark Bell2009-05-261-354/+0
* Split out utility functions and aural property parsers.John Mark Bell2009-05-261-2048/+21
* More refactoring groundwork. This actually compiles and passes the testsuite.John Mark Bell2009-05-261-0/+7470