summaryrefslogtreecommitdiff
path: root/content/handlers/html/box_normalise.c
Commit message (Collapse)AuthorAgeFilesLines
* html: layout: Initial implementation of display: flexMichael Drake2022-10-291-1/+201
|
* Switch to new libcss API for unit conversion.Michael Drake2021-05-301-7/+15
|
* improve html content handler private headersVincent Sanders2020-05-021-2/+2
|
* split html box processing codeVincent Sanders2020-04-291-0/+1
| | | | | | | reduce the module size of the html box handling code by splitting into smaller sections. No functional code change.
* clean up html box, no functionality change just cosmeticVincent Sanders2020-04-281-462/+412
| | | | | | split up the html box headers tidy up the documentation comments avoid forward declarations in normalisation implementation
* move html and text content handlers where they belongVincent Sanders2018-05-101-0/+1047