summaryrefslogtreecommitdiff
path: root/src/parse/properties/padding.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid integer types with platform dependent sizeDeltaVonNeumann2023-06-171-2/+2
* Parse: Nongenerated properties: Explicit defaultsMichael Drake2022-08-291-5/+12
* Strip trailing whitespace.Michael Drake2017-09-041-9/+9
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-261-3/+3
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-201-2/+2
* Merge parser autogeneration and string handling refactor branch r=jmb,kinniso...Vincent Sanders2011-01-191-195/+79
* simple properties split in parse similar to select in preparation for future ...Vincent Sanders2011-01-021-181/+0
* Make libcss suitable for the new libwapcaplet behaviour.Daniel Silverstone2010-03-281-36/+36
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-271-6/+3
* Don't intern lower-case versions of strings. Use lwc_context_string_caseless_...John Mark Bell2009-07-271-3/+14
* Fix padding shorthand parser in the face of inherit.John Mark Bell2009-06-271-0/+8
* Padding shorthand property parserJohn Mark Bell2009-06-251-0/+236
* Documentation and context restoration on errorJohn Mark Bell2009-06-251-5/+86
* Centralise !important handling.John Mark Bell2009-06-181-4/+0
* Less comedic inlining of huge functionsJohn Mark Bell2009-05-271-1/+1
* Split out margin and padding property parsers.John Mark Bell2009-05-261-0/+115