summaryrefslogtreecommitdiff
path: root/content/handlers/text
Commit message (Collapse)AuthorAgeFilesLines
* content/textplain: fix U+FFFD encodingJohn-Mark Bell2023-12-211-1/+1
|
* remove unecessary exported function from plain text content handlerVincent Sanders2020-07-272-22/+11
|
* 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.
* 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
| | | | | | 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-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
| | | | | needs additional cleanup to call content through handler table to perform searches.
* 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
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* make content close check the content status itselfVincent Sanders2019-07-101-2/+6
| | | | make content handler open and close return error status
* change content get_source_data interfaces to return uint8_t and size_tVincent Sanders2019-05-051-3/+5
| | | | | previously these interfaces returned char * and unsigned int which was undesirable.
* 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