summaryrefslogtreecommitdiff
path: root/src/parse/properties/utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Strip trailing whitespace.Michael Drake2017-09-041-4/+4
|
* Correct type of out parameterJohn Mark Bell2012-03-241-1/+1
| | | | svn path=/trunk/libcss/; revision=13644
* @font-face support. Credit: James MontgomerieJohn Mark Bell2011-12-041-1/+13
| | | | | | Things missing: parser tests; the following descriptors: font-feature-settings, font-stretch, font-variant, unicode-range. svn path=/trunk/libcss/; revision=13244
* Centralise handling of transparent colours.John Mark Bell2011-01-291-1/+1
| | | | | | Add support for currentColor svn path=/trunk/libcss/; revision=11525
* Ensure there are zero global symbols without css_ or css__ in front of them. ↵Daniel Silverstone2011-01-201-16/+16
| | | | | | This helps prevent confusion if someone else wants a function called parse_background or similar svn path=/trunk/libcss/; revision=11416
* Merge parser autogeneration and string handling refactor branch ↵Vincent Sanders2011-01-191-32/+142
| | | | | | r=jmb,kinnison,vince svn path=/trunk/libcss/; revision=11408
* simple properties split in parse similar to select in preparation for future ↵Vincent Sanders2011-01-021-0/+41
| | | | | | generation svn path=/trunk/libcss/; revision=11188
* Factor comma-separated list parsing out of voice-family parserJohn Mark Bell2009-06-251-0/+13
| | | | svn path=/trunk/libcss/; revision=7980
* Centralise !important handling.John Mark Bell2009-06-181-3/+0
| | | | | | Document background-attachment parser and make it behave correctly. svn path=/trunk/libcss/; revision=7856
* Split out utility functions and aural property parsers.John Mark Bell2009-05-261-0/+29
svn path=/trunk/libcss/; revision=7557