summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* update component for releaserelease/0.4.0Vincent Sanders2014-08-301-1/+1
|
* Update component version for releaserelease/0.3.1Vincent Sanders2014-08-261-1/+1
|
* Improve src/parse/important.c coverage to 98.4%Michael Drake2014-07-242-0/+449
|
* 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
| | | | Reduce unused bytes from 2 to 1.
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-0126-111/+577
| | | | | | | | 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.
* Update component version for releaserelease/0.3.0Vincent Sanders2014-04-181-1/+1
|
* ensure generation tool exits if it cannot open its output file. (coverity ↵Vincent Sanders2014-01-242-0/+8
| | | | 1127066)
* print size_t values in a portable wayDavid Tardon2014-01-131-5/+7
| | | | Signed-off-by: John-Mark Bell <jmb@netsurf-browser.org>
* add support for multilibDavid Tardon2014-01-132-3/+3
| | | | Signed-off-by: John-Mark Bell <jmb@netsurf-browser.org>
* Remove implementation duplication in top/right/bottom/left property getters.Michael Drake2014-01-102-115/+85
|
* Remove duplicate implementation in css_computed_float.Michael Drake2014-01-101-15/+6
|
* Remove 9.7 handling from get_display. Delete get_display_static. Remove ↵Michael Drake2014-01-103-72/+22
| | | | duplication in css_computed_display.
* Fix filename.Michael Drake2014-01-102-1/+1
|
* Various changes for orphans and widows properties:Michael Drake2014-01-106-64/+22
| | | | | | + 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-102-1392/+160
|
* C89.Michael Drake2014-01-041-1/+2
|
* Attempt to make Coverity understand what's happening. I think this is a ↵Michael Drake2013-12-151-1/+1
| | | | little less readable though. #1137923.
* Fix destruction of wrong style. Coverity #1137922.Michael Drake2013-12-151-1/+1
|