summaryrefslogtreecommitdiff
path: root/render/html_interaction.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid using hlcache_handle for drag saves in html_interaction. Drag save msg...Michael Drake2012-08-191-2/+2
* Don't use hlcache_handle for URL, since hlcache_handle needs to go.Michael Drake2012-08-191-2/+2
* Minor style tweaks.Michael Drake2012-08-191-6/+6
* Don't pass internal content status text as an explicit message.Michael Drake2012-08-191-15/+5
* Can get root element node directly from within the html content handler. Avo...Michael Drake2012-08-171-2/+2
* Pass content containing form's nsurl to form_submit, instead of its hlcache_h...Michael Drake2012-08-171-1/+1
* Set content handlers now set pointer via content msg.Michael Drake2012-08-171-5/+9
* Use new content message for saving of hyperlink target URL.Michael Drake2012-08-161-4/+7
* Avoid forward declaration of functions. Add missing comment to one function.Michael Drake2012-08-161-126/+129
* get_pointer_shape() doesn't need bw.Michael Drake2012-08-161-12/+7
* Move browser window related control over mouse pointer out of html content ha...Michael Drake2012-08-161-17/+2
* Don't use GUI_POINTERs in content handlers.Michael Drake2012-08-161-32/+32
* Move bw time recording to bw layer.Michael Drake2012-08-161-4/+0
* Broadcast message for drag save start and avoid messing inside bw.Michael Drake2012-08-161-10/+22
* Frame drag start function can take child bw. Don't need to get root bw in ht...Michael Drake2012-08-161-12/+6
* Make new function for starting a frames resize and use it.Michael Drake2012-08-161-1/+1
* Remove redundant "action" param.Michael Drake2012-08-161-2/+6
* Don't pass status to frames handler.Michael Drake2012-08-161-2/+4
* When dragging frames, we're done handling mouse.Michael Drake2012-08-161-1/+1
* Avoid doing html->bw->current_content.Michael Drake2012-08-161-1/+1
* Remove redundant scrollbar widget message.Michael Drake2012-08-161-24/+0
* Broadcast explict status messages for mouse hovers via content msg system, ra...Michael Drake2012-08-151-7/+12
* 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