summaryrefslogtreecommitdiff
path: root/src/select/propset.h
Commit message (Expand)AuthorAgeFilesLines
* Use named initialisers for initial uncommon block.Michael Drake2015-03-071-31/+38
* Add break-inside property support.Michael Drake2014-12-291-0/+22
* Add break-before property support.Michael Drake2014-12-291-0/+22
* Add break-after property support.Michael Drake2014-12-291-1/+25
* Add comment to explain choice of defaults in the default uncommon extension b...Michael Drake2014-12-291-0/+2
* Add column-width property to computed styles.Michael Drake2014-12-061-1/+27
* Add column-span property to computed styles.Michael Drake2014-12-061-1/+24
* Add column-rule-width to computed styles.Michael Drake2014-11-161-1/+28
* Add column_rule_style to computed styles.Michael Drake2014-11-161-1/+24
* Fix column-fill computed style offset.Michael Drake2014-11-161-1/+1
* Add column-rule-color to computed styles.Michael Drake2014-11-151-1/+27
* Remove trailing whitespace.Michael Drake2014-11-071-75/+75
* Implement selection for column-gap property.Michael Drake2014-11-071-1/+28
* Implement selection for column-fill property.Michael Drake2014-11-071-1/+23
* Cascade and compose column-count property into computed style.Michael Drake2014-10-041-1/+27
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-011-10/+28
* Various changes for orphans and widows properties:Michael Drake2014-01-101-4/+4
* Various changes which modify API and ABI:Michael Drake2013-12-131-10/+8
* Remove redundant masks. Coverity #1127061, #1127062, #1127063, #1127064, and...Michael Drake2013-11-081-24/+6
* Add support for parsing the writing-mode property. Thanks to Caitlin Potter.Caitlin Potter2013-09-101-1/+23
* Clear up CLANG warnings in various property settersDaniel Silverstone2012-07-011-11/+14
* Complete widows and orphans support. Thanks to James Montgomerie.Michael Drake2012-04-131-4/+85
* Appease ancient compilersJohn Mark Bell2011-09-061-3/+9
* Add support for selecting page-break-{before, after, inside}John Mark Bell2011-08-231-0/+79
* Ensure that the uncommon extension block is initialised correctlyJohn Mark Bell2011-03-121-1/+24
* Fix set_clipJohn Mark Bell2011-03-121-2/+2
* Hide the CSS computed style itself. Only expose a few simple structures whic...Daniel Silverstone2011-03-121-0/+1
* Add support for opacity propertyJohn Mark Bell2011-01-291-0/+21
* Correct management of string references in computed styles.John Mark Bell2010-04-041-23/+134
* It turns out that using magic values for text-align is simpler than having an...John Mark Bell2009-08-221-29/+11
* -libcss-alignJohn Mark Bell2009-08-211-0/+18
* Plug potential memory leaks in property settingJohn Mark Bell2009-07-301-0/+27
* Move quotes property into common style block.John Mark Bell2009-07-041-25/+21
* Query client for initial values of color, font-family, quotes, and voice-fami...John Mark Bell2009-07-041-4/+4
* Purge "colour" from the public API -- it's just confusingJohn Mark Bell2009-06-271-7/+7
* Some changes. No idea what they are, mind you.John Mark Bell2009-02-151-7/+7
* Move property dispatch table out of select.c so it can be used by the compute...John Mark Bell2009-02-151-0/+2
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-13/+9
* Finally, a representation of a computed content property.John Mark Bell2009-02-141-0/+26
* Fix clip: rect() with auto sidesJohn Mark Bell2009-02-141-4/+9
* A motley selection of changes. Vague summary:John Mark Bell2009-02-141-4/+14
* Modify encoding of quotes. Move clip to accommodate.John Mark Bell2009-02-111-7/+7
* Change encoding of font-familyJohn Mark Bell2009-02-111-33/+33
* Change the representation of any data that includes a css_string. They're now...John Mark Bell2009-02-111-18/+11
* Mutators for computed styleJohn Mark Bell2009-02-071-0/+1627