summaryrefslogtreecommitdiff
path: root/src/parse/properties/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Don't intern lower-case versions of strings. Use lwc_context_string_caseless_...John Mark Bell2009-07-271-3/+10
* Fix rgb() colour parser not to swap g and b.Michael Drake2009-07-221-34/+34
* Colour names are case insensitiveJohn Mark Bell2009-07-171-1/+1
* Fix comma separated list parsingJohn Mark Bell2009-06-271-1/+2
* Factor comma-separated list parsing out of voice-family parserJohn Mark Bell2009-06-251-0/+316
* Centralise !important handling.John Mark Bell2009-06-181-46/+0
* Define error semantics, actually document functions, general tidying.John Mark Bell2009-06-181-22/+124
* Avoid dereferencing NULL pointerJohn Mark Bell2009-05-271-1/+2
* Split out utility functions and aural property parsers.John Mark Bell2009-05-261-0/+486