summaryrefslogtreecommitdiff
path: root/src/parse/properties/properties.h
Commit message (Collapse)AuthorAgeFilesLines
* Ensure there are zero global symbols without css_ or css__ in front of them. ↵Daniel Silverstone2011-01-201-117/+117
| | | | | | 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-116/+116
| | | | | | r=jmb,kinnison,vince svn path=/trunk/libcss/; revision=11408
* It turns out that using magic values for text-align is simpler than having ↵John Mark Bell2009-08-221-3/+0
| | | | | | an entirely new property for html alignment. svn path=/trunk/libcss/; revision=9387
* -libcss-alignJohn Mark Bell2009-08-211-0/+3
| | | | svn path=/trunk/libcss/; revision=9378
* Padding shorthand property parserJohn Mark Bell2009-06-251-0/+3
| | | | svn path=/trunk/libcss/; revision=7999
* Margin shorthand parserJohn Mark Bell2009-06-251-0/+3
| | | | svn path=/trunk/libcss/; revision=7997
* List-style shorthand parserJohn Mark Bell2009-06-251-0/+3
| | | | svn path=/trunk/libcss/; revision=7994
* Font shorthand propertyJohn Mark Bell2009-06-251-0/+3
| | | | svn path=/trunk/libcss/; revision=7989
* Factor out common parts of pause-after and pause-before parsers.John Mark Bell2009-06-251-0/+6
| | | | | | cue and pause shorthands svn path=/trunk/libcss/; revision=7983
* Border and outline shorthand property parsersJohn Mark Bell2009-06-251-0/+27
| | | | svn path=/trunk/libcss/; revision=7956
* Parse background shorthand propertyJohn Mark Bell2009-06-191-0/+3
| | | | svn path=/trunk/libcss/; revision=7874
* More refactoring groundwork. This actually compiles and passes the testsuite.John Mark Bell2009-05-261-0/+3
| | | | svn path=/trunk/libcss/; revision=7556
* Groundwork for property parser refactoring.John Mark Bell2009-05-261-0/+321
svn path=/trunk/libcss/; revision=7555