summaryrefslogtreecommitdiff
path: root/content/textsearch.c
Commit message (Collapse)AuthorAgeFilesLines
* improve desktop text search header usageVincent Sanders2020-06-241-3/+5
| | | | | | | | | 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.
* make text selection context an opaque interfaceVincent Sanders2020-05-231-0/+1
|
* remove all direct access to selection structureVincent Sanders2020-05-231-2/+0
|
* remove unecessary content handler specific selection creationVincent Sanders2020-05-231-5/+3
|
* remove unused css length usage in selectionVincent Sanders2020-05-231-0/+2
|
* cleanup selection code formatting and documentationVincent Sanders2020-05-201-4/+3
| | | | | | removes forward declarations cleans up documentation comments in header removes unecessarily exported functions
* use content messages to inform frontend of text search changesVincent Sanders2020-05-131-230/+342
|
* make free text search content handler agnosticVincent Sanders2020-05-121-266/+79
|
* consolodate the textsearch code into a single moduleVincent Sanders2020-05-121-3/+100
|
* move free text search general interface to content.Vincent Sanders2020-05-101-0/+718
needs additional cleanup to call content through handler table to perform searches.