summaryrefslogtreecommitdiff
path: root/render/html_interaction.c
Commit message (Collapse)AuthorAgeFilesLines
* Front end gets root browser window on notification of scrollbar widget drag ↵Michael Drake2011-06-281-1/+4
| | | | | | start. svn path=/trunk/netsurf/; revision=12533
* Core form select widget now associated with HTML contents. Don't use ↵Michael Drake2011-06-281-9/+16
| | | | | | current_redraw_browser for select widget redraw. Fixes core select widget in iframes. svn path=/trunk/netsurf/; revision=12522
* Use interface for turning off drag.Michael Drake2011-06-281-2/+3
| | | | svn path=/trunk/netsurf/; revision=12521
* HTML contents manage box scrollbars, rather than browser_windows.Michael Drake2011-06-271-17/+25
| | | | svn path=/trunk/netsurf/; revision=12519
* Fix bw->drag_type to be aware of remaining drag types.Michael Drake2011-06-271-0/+2
| | | | svn path=/trunk/netsurf/; revision=12514
* Code style fix. Thanks Kinnison.Michael Drake2011-06-241-2/+2
| | | | svn path=/trunk/netsurf/; revision=12504
* Fix mouse action offsets within scaled iframes.Michael Drake2011-06-241-0/+2
| | | | svn path=/trunk/netsurf/; revision=12503
* First pass at core iframes. Currently lacking scrollbars.Michael Drake2011-06-141-3/+19
| | | | svn path=/trunk/netsurf/; revision=12474
* Fix content drags within scrollable areas. Various tidyups.Michael Drake2011-05-111-1/+2
| | | | svn path=/trunk/netsurf/; revision=12378
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-091-41/+45
| | | | svn path=/trunk/netsurf/; revision=12363
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=12283
* s/int/size_t/Michael Drake2010-06-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=10562
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-0/+882
handlers. + Disentangle all box tree manipulation from browser window code and put it where it belongs. + Move other content specific and other irrelevant code from browser window handling to appropriate places. + Put mouse state enum in new mouse header, since it's not just used by browser window code, and it is used by treeview windows on the treeview branch. svn path=/trunk/netsurf/; revision=10561