summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Absolutification of column-width.Michael Drake2015-01-101-0/+8
* Improve comment.Michael Drake2015-01-101-2/+2
* Implement absolutification for column-rule-width.Michael Drake2015-01-101-2/+18
* Sync public getter wrapper's absolutification handling.Michael Drake2015-01-101-17/+10
* Need to pass normal property value though to the client.Michael Drake2015-01-101-43/+2
* Avoid duplicate get_column_rule_color call.Michael Drake2015-01-021-3/+1
* Trivial optimisation.Michael Drake2015-01-021-8/+13
* Ensure letter and word spacing are always absolutified.Michael Drake2015-01-021-2/+16
* Add absolute value conversion of currentColor for column-rule-color.Michael Drake2014-12-311-0/+8
* Fix handling of currentColor.Michael Drake2014-12-311-4/+2
* Fix break-{after,before,inside} group definition.John-Mark Bell2014-12-311-3/+3
* Fix.Michael Drake2014-12-311-34/+38
* Use appropriate enum labels.Michael Drake2014-12-291-5/+5
* Fixup break-inside.Michael Drake2014-12-291-2/+27
* Add break-inside property support.Michael Drake2014-12-294-30/+59
* Add break-before property support.Michael Drake2014-12-294-35/+59
* Add break-after property support.Michael Drake2014-12-295-41/+72
* Add helpers for selecting break-* properties.Michael Drake2014-12-292-0/+52
* Add comment to explain choice of defaults in the default uncommon extension b...Michael Drake2014-12-291-0/+2
* Fix many default values for "uncommon" properties.Michael Drake2014-12-291-16/+32
* Fix broken absolute valuification of letter and word spacing properties.Michael Drake2014-12-291-4/+6
* Tiny optimisation for computed style absolute valuification.Michael Drake2014-12-291-3/+1
* Update to use correct BUILD/HOST variables due to buildsystem changesVincent Sanders2014-12-191-1/+1
* Fix use of wrong enum value.Michael Drake2014-12-081-1/+1
* Add public accessor for column-width property.Michael Drake2014-12-061-0/+6
* Add column-width property to computed styles.Michael Drake2014-12-064-41/+82
* Add public accessor for column-span property.Michael Drake2014-12-061-0/+5
* Add column-span property to computed styles.Michael Drake2014-12-064-20/+67
* Add public computed style accessor for column-rule-width prop.Michael Drake2014-11-161-0/+6
* Add column-rule-width to computed styles.Michael Drake2014-11-164-49/+84
* Add public computed style accessor for column-rule-style property.Michael Drake2014-11-161-0/+5
* Add column_rule_style to computed styles.Michael Drake2014-11-164-40/+60
* Fix column-fill computed style offset.Michael Drake2014-11-162-2/+2
* Add public accessor for column-rule-color in computed styles.Michael Drake2014-11-151-0/+6
* Add column-rule-color to computed styles.Michael Drake2014-11-154-24/+83
* Share colour enum values.Michael Drake2014-11-071-3/+3
* Column rule colour of "invert" is not allowed.Michael Drake2014-11-071-1/+0
* Remove trailing whitespace.Michael Drake2014-11-072-135/+135
* Add public computed style access function for column-gap property.Michael Drake2014-11-071-0/+6
* Implement selection for column-gap property.Michael Drake2014-11-074-39/+82
* Add public accessor for column-fill property value.Michael Drake2014-11-071-0/+5
* Implement selection for column-fill property.Michael Drake2014-11-074-17/+62
* Cascade and compose column-count property into computed style.Michael Drake2014-10-045-18/+84
* Put the column properties in the computed style's uncommon section.Michael Drake2014-10-041-8/+8
* No need for extern "C" stuff now that bloom.h is internal.Michael Drake2014-09-261-9/+0
* strncasecmp is defined in strings.hVincent Sanders2014-09-051-0/+1
* Fix advancing when play-during rule has !important set.Michael Drake2014-07-241-1/+1
* Fix warning.Michael Drake2014-06-021-1/+2
* Length of computed bits array has increased by one byte.Michael Drake2014-06-011-2/+2
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-0116-47/+277