summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add break-after property support.Michael Drake2014-12-296-41/+75
|
* Add helpers for selecting break-* properties.Michael Drake2014-12-292-0/+52
|
* Add test case.Michael Drake2014-12-291-2/+102
|
* Update test data for uncommon property default value fixes.Michael Drake2014-12-291-122/+122
|
* Add comment to explain choice of defaults in the default uncommon extension ↵Michael Drake2014-12-291-0/+2
| | | | block.
* 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
|
* Merge branch 'master' of git://git.netsurf-browser.org/libcssMichael Drake2014-12-203-4/+4
|\
| * Update to use correct BUILD/HOST variables due to buildsystem changesVincent Sanders2014-12-192-3/+3
| |
| * Fix use of wrong enum value.Michael Drake2014-12-081-1/+1
| | | | | | | | Coverity: 1257106 Inferred misuse of enum.
* | Delete trailing whitespace.Michael Drake2014-12-071-4/+4
|/
* Merge branch 'tlsa/select-column-properties'Michael Drake2014-12-0620-495/+1605
|\
| * Add test for column-* properties.Michael Drake2014-12-061-44/+143
| |
| * Add column-width to computed style dumping, and update test data.Michael Drake2014-12-062-0/+70
| |
| * Add public accessor for column-width property.Michael Drake2014-12-062-0/+10
| |
| * Fix column-width enum values.Michael Drake2014-12-061-2/+2
| |
| * Add column-width property to computed styles.Michael Drake2014-12-064-41/+82
| |
| * Add column-span to computed style dump and update test data.Michael Drake2014-12-062-0/+62
| |
| * Add public accessor for column-span property.Michael Drake2014-12-062-0/+8
| |
| * Add column-span property to computed styles.Michael Drake2014-12-064-20/+67
| |
| * Add column-rule-width to computed style dump, and update unit tests.Michael Drake2014-11-162-0/+76
| |
| * Add public computed style accessor for column-rule-width prop.Michael Drake2014-11-162-0/+10
| |
| * Add column-rule-width to computed styles.Michael Drake2014-11-164-49/+84
| |
| * Add column-rule-style to computed style dumper, and update unit tests.Michael Drake2014-11-162-0/+86
| |
| * Add public computed style accessor for column-rule-style property.Michael Drake2014-11-162-0/+8
| |
| * Add column_rule_style to computed styles.Michael Drake2014-11-164-40/+60
| |
| * Add missing CSS_COLUMN_RULE_STYLE_HIDDEN value.Michael Drake2014-11-161-0/+1
| |
| * Fix column-fill computed style offset.Michael Drake2014-11-163-24/+24
| |
| * Add column-rule-color to computed style dumper and update unit tests.Michael Drake2014-11-152-0/+60
| |
| * Add public accessor for column-rule-color in computed styles.Michael Drake2014-11-152-0/+10
| |
| * 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
| |
| * Share enum values for another property.Michael Drake2014-11-071-3/+3
| |
| * Remove trailing whitespace.Michael Drake2014-11-072-135/+135
| |
| * Add column-gap dumping to test rig, and update test data.Michael Drake2014-11-072-0/+70
| |
| * Add public computed style access function for column-gap property.Michael Drake2014-11-072-0/+10
| |
| * Implement selection for column-gap property.Michael Drake2014-11-074-39/+82
| |
| * Make enums for length/normal values match up.Michael Drake2014-11-071-5/+5
| |
| * Ignore files ending with '~'.Michael Drake2014-11-071-1/+1
| |
| * Add dumping of column-fill property to selection test rig. Update test data.Michael Drake2014-11-072-0/+62
| |
| * Add public accessor for column-fill property value.Michael Drake2014-11-072-0/+8
| |
| * Implement selection for column-fill property.Michael Drake2014-11-074-17/+62
| |
| * Improve output when selection test fails.Michael Drake2014-10-041-0/+38
| | | | | | | | Makes it easier to spot where the difference is.
| * Update computed style dumper to dump column-count, and update test data.Michael Drake2014-10-042-3/+66
| |
| * Add public accessor for column-count in computed styles.Michael Drake2014-10-041-0/+4
| |
| * 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
| |
| * Remove trailing whitespace.Michael Drake2014-10-041-127/+127
| |