summaryrefslogtreecommitdiff
path: root/src/parse/properties/css_property_parser_gen.c
Commit message (Collapse)AuthorAgeFilesLines
* ensure enough parameetrs to IDENT list existVincent Sanders2013-04-221-67/+75
|
* Dodgy bodge to shut clang upDaniel Silverstone2012-03-241-1/+3
| | | | svn path=/trunk/libcss/; revision=13642
* Centralise handling of transparent colours.John Mark Bell2011-01-291-7/+6
| | | | | | Add support for currentColor svn path=/trunk/libcss/; revision=11525
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-261-16/+16
| | | | svn path=/trunk/libcss/; revision=11492
* Ensure there are zero global symbols without css_ or css__ in front of them. ↵Daniel Silverstone2011-01-201-5/+5
| | | | | | 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-0/+613
r=jmb,kinnison,vince svn path=/trunk/libcss/; revision=11408