summaryrefslogtreecommitdiff
path: root/content/handlers/html/box_special.c
Commit message (Collapse)AuthorAgeFilesLines
* improve desktop text search header usageVincent Sanders2020-06-241-0/+1
| | | | | | | | | remove unecessary inclusion of desktop search header in content header which has knock on effect of not having ctype or string system headers dragged in unecessarily. Futher this highlighted use of ctype API where internal ascii processing ought to be used.
* remove box handling from browser windowVincent Sanders2020-05-251-4/+4
|
* html: set up canvas box properlyDaniel Silverstone2020-05-221-0/+7
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* 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.