summaryrefslogtreecommitdiff
path: root/content/handlers/html/textselection.c
Commit message (Expand)AuthorAgeFilesLines
* fix erronenous child variable assignmentVincent Sanders2020-07-121-1/+1
* ensure the html layout is present for text selectionVincent Sanders2020-07-121-1/+17
* commit a neatness in teh html content handler text selection codeVincent Sanders2020-05-241-173/+149
* remove unecessary content handler specific selection creationVincent Sanders2020-05-231-16/+0
* remove unused is_html parameter to text selection routinesVincent Sanders2020-05-231-3/+1
* move content specific selection end to content handlersVincent Sanders2020-05-231-2/+45
* remove unused css length usage in selectionVincent Sanders2020-05-231-1/+1
* move content handler specific selection copying into handlersVincent Sanders2020-05-231-0/+227
* split selection redraw into content handler specific implementationsVincent Sanders2020-05-231-0/+303