summaryrefslogtreecommitdiff
path: root/content/handlers/html/interaction.c
Commit message (Expand)AuthorAgeFilesLines
* html: Fire DOM KeyboardEvents on keypresses.Michael Drake2019-12-011-0/+36
* HTML: Rename fire_dom_event to fire_generic_dom_event.Michael Drake2019-12-011-1/+1
* make unknown content drag assert have meanigful messageVincent Sanders2019-11-291-1/+1
* change mouse action drag handling to use a more efficient dispatchVincent Sanders2019-11-171-13/+16
* move remaining mouse action drag handling into separate functionsVincent Sanders2019-11-171-21/+60
* move more select menu handling into mouse_action_select_menu()Vincent Sanders2019-11-171-8/+7
* make mouse track and mouse action content handlers return an error codeVincent Sanders2019-11-121-4/+5
* Remove redundant drag handling for content selectionVincent Sanders2019-11-121-10/+0
* split out html interaction header elements and rename sourceVincent Sanders2019-11-121-0/+1530