summaryrefslogtreecommitdiff
path: root/desktop/browser.h
Commit message (Expand)AuthorAgeFilesLines
* A load of refactoring of how content selection and input work.Michael Drake2013-02-221-31/+17
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-5/+5
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-12/+14
* browser_window_navigate refactorVincent Sanders2013-02-181-16/+55
* HTML drags now go via content msg.Michael Drake2013-02-081-2/+0
* First pass at getting html forms to use textarea widget.Michael Drake2013-02-061-0/+2
* Fix up ripples from urldb change.Michael Drake2012-10-111-1/+1
* Remove unused functions.Michael Drake2012-10-091-2/+0
* trivial docuemntation cleanups to address some of the huge number of docuemnt...Vincent Sanders2012-10-081-1/+1
* Move browser_window struct to private header. Places that shouldn't include i...Michael Drake2012-08-221-145/+1
* Clean up includes.Michael Drake2012-08-221-3/+1
* Function for front ends to get debug dump from bw.Michael Drake2012-08-201-0/+9
* Remove declaration of nonexistent function.Michael Drake2012-08-201-2/+0
* Let *_drop_file_at_point determine if a drop is possible.Michael Drake2012-08-201-3/+4
* Move mouse pointer enums to mouse header.Michael Drake2012-08-171-23/+0
* Don't use GUI_POINTERs in content handlers.Michael Drake2012-08-161-1/+24
* doxygen serious warning cleanupVincent Sanders2012-07-241-1/+1
* improve javascript supportVincent Sanders2012-06-101-2/+0
* Migrate frame types so that desktop/browser.h does not include render/html.hDaniel Silverstone2012-03-241-3/+2
* Add browser_window drag type accessor.Michael Drake2012-02-281-2/+9
* Add browser window scale acceser.Michael Drake2012-02-271-0/+1
* Constify rect param to browser_window_set_drag_type.Michael Drake2012-01-111-1/+1
* Pass pointer constraints for drag out to front ends. Ensure content scrollba...Michael Drake2012-01-111-0/+1
* Allow drag handlers to inform browser window layer of any pointer range const...Michael Drake2012-01-101-1/+2
* Totaly prefunctry binding to spidermonkeyVincent Sanders2012-01-011-0/+5
* Currently untested (and unused) "drop file on browser window" handling.Michael Drake2011-12-011-0/+12
* New function for sending a scroll request into a core browser window at a giv...Michael Drake2011-11-291-0/+15
* Intern bw->frag_id.Michael Drake2011-10-281-2/+2
* use the default resource:favicon.ico when a site has no icon of its ownVincent Sanders2011-10-071-0/+2
* metadata links stored in contentsVincent Sanders2011-10-071-1/+3
* initial favicon supportVincent Sanders2011-10-061-0/+3
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-1/+1
* Expose contextual content request API to front ends, via browser window layer.Michael Drake2011-09-061-0/+13
* Remove old frame dimensions from browser_window struct.Michael Drake2011-09-061-6/+0
* Remove unused browser_window_owner function.Michael Drake2011-09-051-1/+0
* Improve browser window drag tracking, so that drags in internal browser windo...Michael Drake2011-08-241-0/+3
* Remove current_redraw_browser global.Michael Drake2011-08-241-1/+0
* Core part of search improvement:Michael Drake2011-08-241-4/+4
* Remove assumption of gui window from search.Michael Drake2011-07-141-0/+21
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-131-3/+20
* Clean up text input code. Now desktop/textinput.{c|h} is concerend with brow...Michael Drake2011-07-071-10/+24
* Pass struct rect to browser_window_update_box(), rather than union content_ms...Michael Drake2011-07-061-2/+1
* Iframe scrollbars.Michael Drake2011-07-051-0/+5
* Function to find out if browser window has a selection. Front ends should us...Michael Drake2011-07-021-0/+8
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-1/+2
* Function to get root browser window.Michael Drake2011-06-281-0/+8
* Move rectangle type to utils/types.hMichael Drake2011-06-281-1/+1
* Core form select widget now associated with HTML contents. Don't use current...Michael Drake2011-06-281-2/+0
* HTML contents manage box scrollbars, rather than browser_windows.Michael Drake2011-06-271-9/+0
* browser_window_mouse_drag_end is private now, and can be removed once content...Michael Drake2011-06-271-2/+0