summaryrefslogtreecommitdiff
path: root/src/parse/properties/properties.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-201-115/+115
* It turns out that using magic values for text-align is simpler than having an...John Mark Bell2009-08-221-2/+1
* -libcss-alignJohn Mark Bell2009-08-211-0/+1
* Padding shorthand property parserJohn Mark Bell2009-06-251-0/+1
* Margin shorthand parserJohn Mark Bell2009-06-251-0/+1
* List-style shorthand parserJohn Mark Bell2009-06-251-0/+1
* Font shorthand propertyJohn Mark Bell2009-06-251-0/+1
* Factor out common parts of pause-after and pause-before parsers.John Mark Bell2009-06-251-0/+2
* Border and outline shorthand property parsersJohn Mark Bell2009-06-251-0/+9
* Parse background shorthand propertyJohn Mark Bell2009-06-191-0/+1
* Remove unnecessary includesJohn Mark Bell2009-05-271-7/+0
* Move display parserJohn Mark Bell2009-05-271-71/+0
* Split out remaining UI property parsersJohn Mark Bell2009-05-271-266/+0
* Move color parser to text.cJohn Mark Bell2009-05-271-54/+0
* Split out visual effects and stacking property parsersJohn Mark Bell2009-05-271-272/+0
* Split out table-related property parsersJohn Mark Bell2009-05-271-123/+0
* Move float and alignment property parsers into positioning.cJohn Mark Bell2009-05-271-183/+0
* Split out box sizing property parsersJohn Mark Bell2009-05-271-491/+0
* Split out text-related property parsersJohn Mark Bell2009-05-271-485/+0
* Quotes property is also generated content, so move to appropriate fileJohn Mark Bell2009-05-271-158/+0
* Split out page-related property parsers.John Mark Bell2009-05-271-255/+0
* Split out positioning property parsersJohn Mark Bell2009-05-261-306/+0
* Split out margin and padding property parsers.John Mark Bell2009-05-261-198/+0
* Split out font property parsersJohn Mark Bell2009-05-261-615/+0
* Split out generated content and list property parsersJohn Mark Bell2009-05-261-960/+0
* Split out border and outline property parsersJohn Mark Bell2009-05-261-530/+0
* Split out background property parsersJohn Mark Bell2009-05-261-354/+0
* Split out utility functions and aural property parsers.John Mark Bell2009-05-261-2048/+21
* More refactoring groundwork. This actually compiles and passes the testsuite.John Mark Bell2009-05-261-0/+7470