summaryrefslogtreecommitdiff
path: root/src/select/propget.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | 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.
* 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 ↵Michael Drake2014-01-101-40/+0
| | | | duplication in css_computed_display.
* Various changes for orphans and widows properties:Michael Drake2014-01-101-6/+6
| | | | | | + Keep as int internally, rather than css_fixed. + Fix get_widows to return widows instead of orphans. + Remove duplicate implementations in css_computed_ getters.
* 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
| | | | svn path=/trunk/libcss/; revision=13864
* Add support for selecting page-break-{before, after, inside}John Mark Bell2011-08-231-0/+63
| | | | | | Credit: James Montgomerie svn path=/trunk/libcss/; revision=12645
* Hide the CSS computed style itself. Only expose a few simple structures ↵Daniel Silverstone2011-03-121-0/+1
| | | | | | which we can keep sane. All property accessors are thus hidden behind a link symbol for ABI safety svn path=/trunk/libcss/; revision=11969
* Add support for opacity propertyJohn Mark Bell2011-01-291-0/+22
| | | | svn path=/trunk/libcss/; revision=11527
* It turns out that using magic values for text-align is simpler than having ↵John Mark Bell2009-08-221-28/+11
| | | | | | an entirely new property for html alignment. svn path=/trunk/libcss/; revision=9387
* -libcss-alignJohn Mark Bell2009-08-211-0/+17
| | | | svn path=/trunk/libcss/; revision=9378
* Store em and percentage values for properties in the computed style.John Mark Bell2009-07-171-0/+1724
Fully compute them on access. Introduce a swathe of internal accessors that don't perform the complete computation. Port property composition to these new APIs. Reduce absolute value computation to making font sizes absolute and converting any EX units to EM. svn path=/trunk/libcss/; revision=8601