summaryrefslogtreecommitdiff
path: root/src/parse/properties/flex_flow.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid integer types with platform dependent sizeDeltaVonNeumann2023-06-171-2/+2
|
* Parse: Nongenerated properties: Explicit defaultsMichael Drake2022-08-291-8/+10
|
* Parse: Add missing error checks for flex-flow shorthand.Michael Drake2020-02-241-2/+8
| | | | | | Fixes scan-build: Value stored to 'error' is never read. Signed-off-by: Michael Drake <Michael Drake tlsa@netsurf-browser.org>
* Selection: Logic for the flexbox properties.Lucas Neves2017-10-211-1/+1
|
* Parsing: Add support for parsing the flexbox properties.Lucas Neves2017-10-211-0/+137