summaryrefslogtreecommitdiff
path: root/src/select/propget.h
Commit message (Expand)AuthorAgeFilesLines
* Select: include autogenerated content in header files.Lucas Neves2017-11-131-2394/+1
* Selection: Add support for the flexbox properties.Lucas Neves2017-10-211-19/+235
* Selection: Add support for the CSS3 box-sizing property.Michael Drake2017-04-271-0/+17
* Move trivially compared parts of computed styles to sub-structures.Michael Drake2016-11-191-177/+177
* Fix.Michael Drake2014-12-311-34/+38
* Add break-inside property support.Michael Drake2014-12-291-0/+22
* Add break-before property support.Michael Drake2014-12-291-0/+22
* Add break-after property support.Michael Drake2014-12-291-0/+22
* Fix many default values for "uncommon" properties.Michael Drake2014-12-291-16/+32
* Add column-width property to computed styles.Michael Drake2014-12-061-0/+27
* Add column-span property to computed styles.Michael Drake2014-12-061-0/+21
* Add column-rule-width to computed styles.Michael Drake2014-11-161-0/+27
* Add column_rule_style to computed styles.Michael Drake2014-11-161-0/+21
* Fix column-fill computed style offset.Michael Drake2014-11-161-1/+1
* Add column-rule-color to computed styles.Michael Drake2014-11-151-0/+25
* Remove trailing whitespace.Michael Drake2014-11-071-60/+60
* Implement selection for column-gap property.Michael Drake2014-11-071-0/+27
* Implement selection for column-fill property.Michael Drake2014-11-071-0/+21
* Cascade and compose column-count property into computed style.Michael Drake2014-10-041-0/+23
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-011-10/+27
* Remove implementation duplication in top/right/bottom/left property getters.Michael Drake2014-01-101-0/+40
* Remove 9.7 handling from get_display. Delete get_display_static. Remove dup...Michael Drake2014-01-101-40/+0
* Various changes for orphans and widows properties:Michael Drake2014-01-101-6/+6
* Avoid duplicate implementations of computed style property getters.Michael Drake2014-01-101-1/+2
* Add support for parsing the writing-mode property. Thanks to Caitlin Potter.Caitlin Potter2013-09-101-0/+19
* Complete widows and orphans support. Thanks to James Montgomerie.Michael Drake2012-04-131-0/+50
* Add support for selecting page-break-{before, after, inside}John Mark Bell2011-08-231-0/+63
* Hide the CSS computed style itself. Only expose a few simple structures whic...Daniel Silverstone2011-03-121-0/+1
* Add support for opacity propertyJohn Mark Bell2011-01-291-0/+22
* It turns out that using magic values for text-align is simpler than having an...John Mark Bell2009-08-221-28/+11
* -libcss-alignJohn Mark Bell2009-08-211-0/+17
* Store em and percentage values for properties in the computed style.John Mark Bell2009-07-171-0/+1724