summaryrefslogtreecommitdiff
path: root/render/html_interaction.c
Commit message (Expand)AuthorAgeFilesLines
* Include dom/dom.h where it might be neededDaniel Silverstone2012-03-241-0/+2
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-1/+1
* Set/get drag type via API.Michael Drake2012-02-281-5/+11
* Check drag type via accessor.Michael Drake2012-02-281-2/+3
* Use browser window scale accessor.Michael Drake2012-02-271-2/+5
* Don't need root bw here any more.Michael Drake2012-01-111-4/+0
* Pass pointer constraints for drag out to front ends. Ensure content scrollba...Michael Drake2012-01-111-7/+6
* Allow drag handlers to inform browser window layer of any pointer range const...Michael Drake2012-01-101-3/+12
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-2/+2
* More conversion to nsurl. (box->href, object params, imagemaps, (i)frames)Michael Drake2011-10-031-7/+9
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-2/+3
* Restartable box tree constructor. Yield between elements.John Mark Bell2011-09-291-1/+1
* Pass html_content to imagemap_get, instead of hlcache_handle.Michael Drake2011-09-061-1/+1
* Move to new frame dimensions. Need to avoid poking inside bw struct here.Michael Drake2011-09-061-1/+1
* Avoid instance of using bw->current_content outside desktop/.Michael Drake2011-08-311-35/+35
* Fix GCC 4.6 warnings in coreJohn Mark Bell2011-07-261-5/+0
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-131-27/+40
* Clean up text input code. Now desktop/textinput.{c|h} is concerend with brow...Michael Drake2011-07-071-2/+3
* Front end gets root browser window on notification of scrollbar widget drag s...Michael Drake2011-06-281-1/+4
* Core form select widget now associated with HTML contents. Don't use current...Michael Drake2011-06-281-9/+16
* Use interface for turning off drag.Michael Drake2011-06-281-2/+3
* HTML contents manage box scrollbars, rather than browser_windows.Michael Drake2011-06-271-17/+25
* Fix bw->drag_type to be aware of remaining drag types.Michael Drake2011-06-271-0/+2
* Code style fix. Thanks Kinnison.Michael Drake2011-06-241-2/+2
* Fix mouse action offsets within scaled iframes.Michael Drake2011-06-241-0/+2
* First pass at core iframes. Currently lacking scrollbars.Michael Drake2011-06-141-3/+19
* Fix content drags within scrollable areas. Various tidyups.Michael Drake2011-05-111-1/+2
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-091-41/+45
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-1/+1
* s/int/size_t/Michael Drake2010-06-041-1/+1
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-0/+882