summaryrefslogtreecommitdiff
path: root/content/handlers/text/textplain.h
Commit message (Collapse)AuthorAgeFilesLines
* remove unecessary exported function from plain text content handlerVincent Sanders2020-07-271-12/+0
|
* move content handler specific selection copying into handlersVincent Sanders2020-05-231-14/+0
|
* split selection redraw into content handler specific implementationsVincent Sanders2020-05-231-13/+0
|
* pass the browser window to selection click handlerVincent Sanders2020-05-201-8/+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.
* do not export texplain interfaces unnecessarilyVincent Sanders2020-05-191-54/+0
|
* remove unecessary includesVincent Sanders2020-05-101-1/+0
|
* move html and text content handlers where they belongVincent Sanders2018-05-101-0/+139