summaryrefslogtreecommitdiff
path: root/src/parse/language.c
Commit message (Expand)AuthorAgeFilesLines
* Distinguish between pseudo classes and pseudo elementsJohn Mark Bell2009-02-101-2/+22
* Simplify API of css_stylesheet_selector_create -- it's always used to create ...John Mark Bell2009-01-251-4/+2
* Make @import actually create a rule and attempt some kind of fetch logic.John Mark Bell2009-01-141-1/+61
* Create charset rule objects.John Mark Bell2009-01-141-2/+28
* Given that we're going to be copying selector details, anyway, it seems point...John Mark Bell2008-12-011-19/+13
* Retain pointer to dictionary entries so we don't have to rediscover it later.John Mark Bell2008-12-011-17/+17
* Use parserutils_hash instead of parserutils_dict.John Mark Bell2008-11-301-1/+1
* Tidy things up somewhat.John Mark Bell2008-11-281-0/+1002