summaryrefslogtreecommitdiff
path: root/content/handlers/html/html_interaction.c
Commit message (Expand)AuthorAgeFilesLines
* 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