summaryrefslogtreecommitdiff
path: root/src/parse/properties/margin.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid integer types with platform dependent sizeDeltaVonNeumann2023-06-171-2/+2
|
* Parse: Nongenerated properties: Explicit defaultsMichael Drake2022-08-291-6/+15
|
* Strip trailing whitespace.Michael Drake2017-09-041-8/+8
|
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-261-3/+3
| | | | svn path=/trunk/libcss/; revision=11492
* Ensure there are zero global symbols without css_ or css__ in front of them. ↵Daniel Silverstone2011-01-201-2/+2
| | | | | | 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-196/+84
| | | | | | r=jmb,kinnison,vince svn path=/trunk/libcss/; revision=11408
* simple properties split in parse similar to select in preparation for future ↵Vincent Sanders2011-01-021-173/+0
| | | | | | generation svn path=/trunk/libcss/; revision=11188
* Make libcss suitable for the new libwapcaplet behaviour.Daniel Silverstone2010-03-281-36/+36
| | | | svn path=/trunk/libcss/; revision=10168
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-271-8/+4
| | | | | | | TODO: update the tests to include a refcounting proof svn path=/trunk/libcss/; revision=10162
* Don't intern lower-case versions of strings. Use ↵John Mark Bell2009-07-271-4/+18
| | | | | | lwc_context_string_caseless_isequal, instead. svn path=/trunk/libcss/; revision=8815
* Fix padding shorthand parser in the face of inherit.John Mark Bell2009-06-271-0/+1
| | | | | | Document same fix to margin shorthand parser. svn path=/trunk/libcss/; revision=8049
* Fix margin shorthand parserJohn Mark Bell2009-06-261-0/+7
| | | | svn path=/trunk/libcss/; revision=8029
* Margin shorthand parserJohn Mark Bell2009-06-251-0/+236
| | | | svn path=/trunk/libcss/; revision=7997
* Documentation and context restoration on errorJohn Mark Bell2009-06-251-4/+83
| | | | svn path=/trunk/libcss/; revision=7996
* Centralise !important handling.John Mark Bell2009-06-181-4/+0
| | | | | | Document background-attachment parser and make it behave correctly. svn path=/trunk/libcss/; revision=7856
* Less comedic inlining of huge functionsJohn Mark Bell2009-05-271-1/+1
| | | | svn path=/trunk/libcss/; revision=7577
* Split out margin and padding property parsers.John Mark Bell2009-05-261-0/+112
svn path=/trunk/libcss/; revision=7562