summaryrefslogtreecommitdiff
path: root/src/select/computed.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add public accessor for column-width property.Michael Drake2014-12-061-0/+6
* Add public accessor for column-span property.Michael Drake2014-12-061-0/+5
* Add public computed style accessor for column-rule-width prop.Michael Drake2014-11-161-0/+6
* Add public computed style accessor for column-rule-style property.Michael Drake2014-11-161-0/+5
* Add public accessor for column-rule-color in computed styles.Michael Drake2014-11-151-0/+6
* Add public computed style access function for column-gap property.Michael Drake2014-11-071-0/+6
* Add public accessor for column-fill property value.Michael Drake2014-11-071-0/+5
* Cascade and compose column-count property into computed style.Michael Drake2014-10-041-0/+6
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-011-2/+7
* Remove implementation duplication in top/right/bottom/left property getters.Michael Drake2014-01-101-115/+45
* 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 dup...Michael Drake2014-01-101-30/+20
* Various changes for orphans and widows properties:Michael Drake2014-01-101-46/+4
* Avoid duplicate implementations of computed style property getters.Michael Drake2014-01-101-1391/+158
* Various changes which modify API and ABI:Michael Drake2013-12-131-21/+13
* Add computed style accessor for writing-mode and and writing-mode to the prop...Michael Drake2013-09-101-0/+21
* Complete widows and orphans support. Thanks to James Montgomerie.Michael Drake2012-04-131-0/+53
* Add support for selecting page-break-{before, after, inside}John Mark Bell2011-08-231-0/+64
* Hide the CSS computed style itself. Only expose a few simple structures whic...Daniel Silverstone2011-03-121-0/+1847
* Centralise handling of transparent colours.John Mark Bell2011-01-291-5/+53
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-201-2/+2
* Simultaneously select styles for base + pseudo elements.John Mark Bell2011-01-051-2/+2
* Correct management of string references in computed styles.John Mark Bell2010-04-041-3/+75
* Clarify operationJohn Mark Bell2009-07-221-2/+3
* Remove pointless parameterJohn Mark Bell2009-07-211-5/+4
* Avoid division by zeroJohn Mark Bell2009-07-201-2/+5
* Store em and percentage values for properties in the computed style.John Mark Bell2009-07-171-336/+108
* Add a flag to the font size computation callback to indicate that the resulta...John Mark Bell2009-07-161-4/+5
* Provide accessor for computed value of display assuming static position.John Mark Bell2009-07-151-56/+0
* Provide some API to allow retrieval of an Initial styleJohn Mark Bell2009-07-121-0/+40
* Compute absolute values for all length properties.John Mark Bell2009-07-041-5/+1017
* Add callback to make client compute the font size.John Mark Bell2009-07-041-6/+35
* Move quotes property into common style block.John Mark Bell2009-07-041-4/+4
* Completely change the approach used for presentational hints.John Mark Bell2009-03-231-1/+1
* Add compose entry to property dispatch table.John Mark Bell2009-03-021-6/+25
* Move property dispatch table out of select.c so it can be used by the compute...John Mark Bell2009-02-151-0/+1
* Lose redundant todosJohn Mark Bell2009-02-151-2/+0
* Drop css_error_handler and rename css_alloc to css_allocator_fnDaniel Silverstone2009-02-141-1/+1
* Er yeah, it probably helps to initialise your allocation function pointer.John Mark Bell2009-02-121-0/+3
* Change the representation of any data that includes a css_string. They're now...John Mark Bell2009-02-111-16/+0
* Oh look, I've changed my mind again.John Mark Bell2009-02-071-3/+4
* More API changes.John Mark Bell2009-02-071-0/+130