summaryrefslogtreecommitdiff
path: root/src/parse/properties/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove pointless todosJohn Mark Bell2009-08-031-2/+0
| | | | svn path=/trunk/libcss/; revision=9028
* More apparent warnings squashedJohn Mark Bell2009-08-021-3/+6
| | | | svn path=/trunk/libcss/; revision=8993
* Don't intern lower-case versions of strings. Use ↵John Mark Bell2009-07-271-3/+10
| | | | | | lwc_context_string_caseless_isequal, instead. svn path=/trunk/libcss/; revision=8815
* Fix rgb() colour parser not to swap g and b.Michael Drake2009-07-221-34/+34
| | | | svn path=/trunk/libcss/; revision=8696
* Colour names are case insensitiveJohn Mark Bell2009-07-171-1/+1
| | | | svn path=/trunk/libcss/; revision=8605
* Fix comma separated list parsingJohn Mark Bell2009-06-271-1/+2
| | | | svn path=/trunk/libcss/; revision=8067
* Factor comma-separated list parsing out of voice-family parserJohn Mark Bell2009-06-251-0/+316
| | | | svn path=/trunk/libcss/; revision=7980
* Centralise !important handling.John Mark Bell2009-06-181-46/+0
| | | | | | Document background-attachment parser and make it behave correctly. svn path=/trunk/libcss/; revision=7856
* Define error semantics, actually document functions, general tidying.John Mark Bell2009-06-181-22/+124
| | | | svn path=/trunk/libcss/; revision=7854
* Avoid dereferencing NULL pointerJohn Mark Bell2009-05-271-1/+2
| | | | svn path=/trunk/libcss/; revision=7584
* Split out utility functions and aural property parsers.John Mark Bell2009-05-261-0/+486
svn path=/trunk/libcss/; revision=7557