summaryrefslogtreecommitdiff
path: root/content/handlers/html/box_special.c
Commit message (Collapse)AuthorAgeFilesLines
* improve content header usageVincent Sanders2020-05-071-0/+1
|
* clean up content headers and documentation commentsVincent Sanders2020-05-061-0/+1
| | | | pure formatting and documentation changes, no code difference
* improve html content handler private headersVincent Sanders2020-05-021-1/+1
|
* put html content handler object interface into its own headerVincent Sanders2020-05-011-0/+1
|
* remove unused available width and height parameters from html_fecth_object()Vincent Sanders2020-04-301-12/+11
|
* split html box processing codeVincent Sanders2020-04-291-0/+1916
reduce the module size of the html box handling code by splitting into smaller sections. No functional code change.