summaryrefslogtreecommitdiff
path: root/content/handlers/html/private.h
Commit message (Collapse)AuthorAgeFilesLines
* Switch to new libcss API for unit conversion.Michael Drake2021-05-301-3/+2
|
* make text selection context an opaque interfaceVincent Sanders2020-05-231-2/+2
|
* remove unused css length usage in selectionVincent Sanders2020-05-231-0/+1
|
* pass the browser window to selection click handlerVincent Sanders2020-05-201-9/+0
| | | | | | this means the content handlers do not have to provide a separate method to extract their browser window and it can simply be passed in.
* hoist common text search out of content handlersVincent Sanders2020-05-121-5/+0
|
* move free text search general interface to content.Vincent Sanders2020-05-101-1/+1
| | | | | needs additional cleanup to call content through handler table to perform searches.
* clean up content headers and documentation commentsVincent Sanders2020-05-061-2/+2
| | | | pure formatting and documentation changes, no code difference
* remove unecessary includeVincent Sanders2020-05-031-1/+0
|
* improve html content handler private headersVincent Sanders2020-05-021-0/+386