summaryrefslogtreecommitdiff
path: root/src/parse/properties/font.c
Commit message (Expand)AuthorAgeFilesLines
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-261-37/+37
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-201-24/+24
* Merge parser autogeneration and string handling refactor branch r=jmb,kinniso...Vincent Sanders2011-01-191-181/+170
* simple properties split in parse similar to select in preparation for future ...Vincent Sanders2011-01-021-555/+0
* Make libcss suitable for the new libwapcaplet behaviour.Daniel Silverstone2010-03-281-44/+44
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-271-78/+39
* Lose redundant assignments.John Mark Bell2009-11-221-2/+0
* Don't intern lower-case versions of strings. Use lwc_context_string_caseless_...John Mark Bell2009-07-271-41/+167
* Fix font shorthand parser to reject spurious instances of inheritJohn Mark Bell2009-06-271-0/+32
* Pedantic whitespace removalJohn Mark Bell2009-06-251-1/+0
* Font shorthand propertyJohn Mark Bell2009-06-251-0/+254
* Documentation and context restoration on error.John Mark Bell2009-06-251-300/+196
* Centralise !important handling.John Mark Bell2009-06-181-27/+0
* Split out font property parsersJohn Mark Bell2009-05-261-0/+629