summaryrefslogtreecommitdiff
path: root/content/handlers/html/layout.c
Commit message (Collapse)AuthorAgeFilesLines
* layout: Pass content into list layout function.Michael Drake2021-02-091-10/+12
|
* layout: Add counting for list items to layout.Michael Drake2021-02-091-0/+97
|
* 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
|
* 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.
* Layout: Apply min/max width to replaced elements when width is given.Michael Drake2019-07-301-0/+5
|
* Layout: Add debug logging to show viewport dimensions passed into layout.Michael Drake2019-02-171-0/+4
| | | | Signed-off-by: Michael Drake <michael.drake@codethink.co.uk>
* fix size_t format specifiersVincent Sanders2018-08-181-3/+4
|
* Layout: Use box helper for first child checks.glenwalker/bug_0002428Michael Drake2018-06-291-2/+2
|
* Layout: Tidy condition so it can be read.Michael Drake2018-06-291-7/+6
|
* clean up html content handler header useVincent Sanders2018-05-111-1/+3
| | | | Improve header use in preperation for making browser window a corewindow
* move html and text content handlers where they belongVincent Sanders2018-05-101-0/+5432