summaryrefslogtreecommitdiff
path: root/src/parse/properties/outline.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid integer types with platform dependent sizeDeltaVonNeumann2023-06-171-2/+2
|
* Parse: Nongenerated properties: Explicit defaultsMichael Drake2022-08-291-5/+10
|
* Parse: Add missing error checks for outline shorthand.Michael Drake2020-02-241-3/+12
| | | | | | Fixes scan-build: Value stored to 'error' is never read. Signed-off-by: Michael Drake <Michael Drake tlsa@netsurf-browser.org>
* Strip trailing whitespace.Michael Drake2017-09-041-16/+16
|
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-261-15/+15
| | | | svn path=/trunk/libcss/; revision=11492
* Ensure there are zero global symbols without css_ or css__ in front of them. ↵Daniel Silverstone2011-01-201-8/+8
| | | | | | 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-111/+77
| | | | | | 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-0/+197
generation svn path=/trunk/libcss/; revision=11188