summaryrefslogtreecommitdiff
path: root/content/handlers/text
Commit message (Expand)AuthorAgeFilesLines
* improve desktop text search header usageVincent Sanders2020-06-241-0/+1
* fix use of uninitialised warning on older gccVincent Sanders2020-05-231-2/+4
* make text selection context an opaque interfaceVincent Sanders2020-05-231-14/+17
* remove all direct access to selection structureVincent Sanders2020-05-231-24/+10
* remove unecessary content handler specific selection creationVincent Sanders2020-05-231-18/+0
* remove unused is_html parameter to text selection routinesVincent Sanders2020-05-231-4/+2
* move content specific selection end to content handlersVincent Sanders2020-05-231-2/+10
* remove unused css length usage in selectionVincent Sanders2020-05-231-2/+3
* move content handler specific selection copying into handlersVincent Sanders2020-05-232-38/+55
* split selection redraw into content handler specific implementationsVincent Sanders2020-05-232-64/+85
* pass the browser window to selection click handlerVincent Sanders2020-05-202-21/+1
* do not export texplain interfaces unnecessarilyVincent Sanders2020-05-192-189/+173
* make free text search content handler agnosticVincent Sanders2020-05-121-0/+104
* hoist common text search out of content handlersVincent Sanders2020-05-121-85/+4
* move free text search general interface to content.Vincent Sanders2020-05-101-28/+28
* remove unecessary includesVincent Sanders2020-05-102-13/+6
* improve content header usageVincent Sanders2020-05-071-0/+1
* make mouse track and mouse action content handlers return an error codeVincent Sanders2019-11-121-2/+6
* content: Rename content_broadcast_errorcode()Daniel Silverstone2019-08-051-2/+2
* make content close check the content status itselfVincent Sanders2019-07-101-2/+6
* change content get_source_data interfaces to return uint8_t and size_tVincent Sanders2019-05-051-3/+5
* Text handling: Display application/json, rather than offering download.Michael Drake2018-08-141-0/+6
* Plotters: Add plot_style_fixed type, and use for font size.Michael Drake2018-05-231-3/+3
* move html and text content handlers where they belongVincent Sanders2018-05-103-0/+1718