summaryrefslogtreecommitdiff
path: root/include/libcss/properties.h
Commit message (Expand)AuthorAgeFilesLines
* Delete trailing whitespace.Michael Drake2014-12-071-4/+4
* Fix column-width enum values.Michael Drake2014-12-061-2/+2
* Add missing CSS_COLUMN_RULE_STYLE_HIDDEN value.Michael Drake2014-11-161-0/+1
* Share enum values for another property.Michael Drake2014-11-071-3/+3
* Make enums for length/normal values match up.Michael Drake2014-11-071-5/+5
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-011-1/+2
* Add support for parsing the writing-mode property. Thanks to Caitlin Potter.Caitlin Potter2013-09-101-0/+8
* Complete widows and orphans support. Thanks to James Montgomerie.Michael Drake2012-04-131-0/+10
* Fix comma at end of enumerator list warning.François Revel2012-03-251-1/+1
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-281-95/+197
* Add support for selecting page-break-{before, after, inside}John Mark Bell2011-08-231-0/+24
* Fix warning: comma at end of enumerator listFrançois Revel2011-02-091-1/+1
* Add support for opacity propertyJohn Mark Bell2011-01-291-1/+7
* Centralise handling of transparent colours.John Mark Bell2011-01-291-7/+7
* Sprinkle some C++ scoping aroundJohn Mark Bell2010-10-231-0/+9
* Somewhat nasty text-align magic for the benefit of HTML tables.John Mark Bell2009-08-231-8/+9
* It turns out that using magic values for text-align is simpler than having an...John Mark Bell2009-08-221-13/+5
* -libcss-alignJohn Mark Bell2009-08-211-1/+12
* Avoid type collisions when used from C++John Mark Bell2009-08-021-62/+62
* Query client for initial values of color, font-family, quotes, and voice-fami...John Mark Bell2009-07-041-4/+2
* Introduce an initial value of border-*-color in the computed style.John Mark Bell2009-06-301-1/+2
* Completely change the approach used for presentational hints.John Mark Bell2009-03-231-0/+105
* Finally, a representation of a computed content property.John Mark Bell2009-02-141-2/+4
* Modify encoding of quotes. Move clip to accommodate.John Mark Bell2009-02-111-1/+2
* Change encoding of font-familyJohn Mark Bell2009-02-111-1/+7
* More property handlersJohn Mark Bell2009-02-111-1/+2
* Border colours. Factor out common code.John Mark Bell2009-02-111-3/+3
* Restore the magical properties of background-repeat values (the bottom two bi...John Mark Bell2009-02-111-4/+4
* Map inherit to 0 for all properties, so we get a default style of everything ...John Mark Bell2009-02-101-268/+268
* Enumerated values for properties.John Mark Bell2009-02-051-0/+484