summaryrefslogtreecommitdiff
path: root/src/select/dispatch.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for parsing the writing-mode property. Thanks to Caitlin Potter.Caitlin Potter2013-09-101-0/+5
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-281-0/+55
* Add support for opacity propertyJohn Mark Bell2011-01-291-0/+5
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-201-4/+4
* Merge parser autogeneration and string handling refactor branch r=jmb,kinniso...Vincent Sanders2011-01-191-2/+1
* Add string vector capability to stylesheet (r=jmb)Vincent Sanders2010-12-051-1/+1
* Correct management of string references in computed styles.John Mark Bell2010-04-041-4/+4
* Make libcss suitable for the new libwapcaplet behaviour.Daniel Silverstone2010-03-281-397/+107
* It turns out that using magic values for text-align is simpler than having an...John Mark Bell2009-08-221-8/+0
* Wrong -- it inheritsJohn Mark Bell2009-08-211-1/+1
* -libcss-align is not inheritedJohn Mark Bell2009-08-211-1/+1
* -libcss-alignJohn Mark Bell2009-08-211-0/+8
* Move quotes property into common style block.John Mark Bell2009-07-041-1/+1
* Make dispatch.c legibleJohn Mark Bell2009-03-231-100/+792
* Completely change the approach used for presentational hints.John Mark Bell2009-03-231-100/+100
* Add compose entry to property dispatch table.John Mark Bell2009-03-021-99/+99
* Move property dispatch table out of select.c so it can be used by the compute...John Mark Bell2009-02-151-0/+115