summaryrefslogtreecommitdiff
path: root/render/html_interaction.c
Commit message (Expand)AuthorAgeFilesLines
* split browser gui operations upVincent Sanders2014-01-151-1/+1
* move remaining gui operations to tableVincent Sanders2014-01-141-1/+2
* Merge branch 'rjek/click-file-gadget'Daniel Silverstone2014-01-051-0/+4
|\
| * Restore missing message sendDaniel Silverstone2014-01-051-0/+4
* | Support image inputsDaniel Silverstone2014-01-051-2/+58
|/
* Reflect toggling of 'selected' in the DOMDaniel Silverstone2014-01-041-0/+3
* move options includeVincent Sanders2013-05-281-1/+1
* Remove search context from browser window, simplify search interface for fron...Michael Drake2013-05-071-1/+75
* HTML selections are always read-only now.Michael Drake2013-05-021-3/+1
* Fix pointer shape and status bar messages for textareas and their scrollbars.Michael Drake2013-03-111-11/+26
* C89François Revol2013-03-091-4/+3
* Propagate native caret clip rect through core.Michael Drake2013-03-051-1/+10
* Don't bypass html form handling layer when passing keypress to textarea.Michael Drake2013-02-221-1/+2
* A load of refactoring of how content selection and input work.Michael Drake2013-02-221-59/+300
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-4/+4
* browser_window_navigate refactorVincent Sanders2013-02-181-7/+16
* Drag fixup. Add some documentation.Michael Drake2013-02-081-0/+1
* HTML drags now go via content msg.Michael Drake2013-02-081-67/+133
* Don't build or include old render/textinput module.Michael Drake2013-02-071-1/+0
* First pass at getting html forms to use textarea widget.Michael Drake2013-02-061-84/+9
* document mouse interaction a bitVincent Sanders2012-12-101-13/+49
* issue click events at domVincent Sanders2012-12-031-7/+20
* Improve interaction with html objects.Michael Drake2012-08-211-18/+18
* Confine box_at_point to the document it's given. Callers are now responsible...Michael Drake2012-08-211-9/+27
* 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