summaryrefslogtreecommitdiff
path: root/content/handlers/html/html_interaction.c
Commit message (Expand)AuthorAgeFilesLines
* split out html interaction header elements and rename sourceVincent Sanders2019-11-121-1465/+0
* remove user warning and fix up error handling in form select menusVincent Sanders2019-11-071-1/+7
* remove unecessary user warningVincent Sanders2019-11-061-1/+1
* remove user warning and propogate error returnVincent Sanders2019-11-061-5/+6
* fix core find in page behaviour when case sensitivity is toggledVincent Sanders2019-09-211-9/+13
* remove unnecessary browser_window_redraw_rect interfaceVincent Sanders2019-08-031-2/+4
* change browser_window_mouse_track to use unscaled coordinatesVincent Sanders2019-08-031-3/+2
* change browser_window_mouse_click to use unscaled coordinatesVincent Sanders2019-08-031-5/+5
* html_interaction.c: Default node to <HTML> nodeDaniel Silverstone2019-08-011-1/+1
* gcc on openbsd is unable to reason about res variable usage and generates bog...Vincent Sanders2018-09-261-1/+1
* fix url encoding to be compatible with nsurl API changes.Vincent Sanders2018-09-261-13/+28
* clean up html content handler header useVincent Sanders2018-05-111-35/+39
* move html and text content handlers where they belongVincent Sanders2018-05-101-0/+1434