summaryrefslogtreecommitdiff
path: root/include/libcss/properties.h
Commit message (Expand)AuthorAgeFilesLines
* 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