summaryrefslogtreecommitdiff
path: root/src/select/properties/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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-1/+2
| | | | | | | | Now, overflow is a shorthand property setting both overflow-x and overflow-y. The getter for the computed overflow has been removed, and replaced with two for overflow-x and overflow-y.
* Fix filename.Michael Drake2014-01-101-1/+1
|
* Add support for parsing the writing-mode property. Thanks to Caitlin Potter.Caitlin Potter2013-09-101-0/+1
|
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
| | | | svn path=/trunk/libcss/; revision=14004
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-281-0/+11
| | | | | | | | | | | | | | | | | | + break-after + break-before + break-inside + column-count + column-fill + column-gap + column-rule-color + column-rule-style + column_rule-width + column_span + column_width TODO: Shorthand properties (columns, column-rule) TODO: Selection svn path=/trunk/libcss/; revision=13412
* Fix build with GCC 4.6John Mark Bell2011-07-261-1/+1
| | | | svn path=/trunk/libcss/; revision=12627
* Add support for opacity propertyJohn Mark Bell2011-01-291-0/+1
| | | | svn path=/trunk/libcss/; revision=11527
* Split up properties selectorsVincent Sanders2010-12-051-0/+103
svn path=/trunk/libcss/; revision=11011