summaryrefslogtreecommitdiff
path: root/desktop/browser.c
Commit message (Expand)AuthorAgeFilesLines
* move options includeVincent Sanders2013-05-281-1/+1
* Pass fetch redirect info up to content layer as content_msg. Mark redirect o...Michael Drake2013-05-271-0/+5
* add script_timeout option and use itVincent Sanders2013-05-221-3/+8
* create javascript heartbeat and hook a script timeout to itVincent Sanders2013-05-221-1/+11
* Merge branch 'master' of git://git.netsurf-browser.org/netsurf into tlsa/sele...Michael Drake2013-05-071-0/+2
|\
| * add assert to ensure API contract is metVincent Sanders2013-05-041-0/+2
* | Remove search context from browser window, simplify search interface for fron...Michael Drake2013-05-071-5/+0
|/
* Remove unused #includes.Michael Drake2013-04-291-2/+0
* Hide caret after reflow (textarea may have moved), but let textarea keep focus.Michael Drake2013-03-271-1/+2
* Fix pointer shape and status bar messages for textareas and their scrollbars.Michael Drake2013-03-111-8/+16
* Propagate native caret clip rect through core.Michael Drake2013-03-051-1/+2
* Fix history.Michael Drake2013-03-041-3/+1
* Fix loggingJohn-Mark Bell2013-02-271-1/+2
* Use custom fetcher for inline CSSJohn-Mark Bell2013-02-271-4/+2
* A load of refactoring of how content selection and input work.Michael Drake2013-02-221-37/+89
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-16/+16
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-33/+47
* browser_window_navigate refactorVincent Sanders2013-02-181-189/+156
* Drag fixup. Add some documentation.Michael Drake2013-02-081-2/+4
* HTML drags now go via content msg.Michael Drake2013-02-081-0/+19
* Remove content_msg for PASTE, since it doesn't need a gui_window to get the b...Michael Drake2013-01-081-6/+0
* add message retrival of error codes ensuring there are messages for all codesVincent Sanders2012-11-261-93/+1
* fix warningsVincent Sanders2012-10-181-6/+12
* Improve error handling in html contentVincent Sanders2012-10-171-0/+119
* Iframes have to have a parent content.Michael Drake2012-10-111-0/+2
* Fix up ripples from urldb change.Michael Drake2012-10-111-2/+1
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-10-081-1/+8
|\
| * trivial docuemntation cleanups to address some of the huge number of docuemnt...Vincent Sanders2012-10-081-1/+8
* | Port to new urldb API.Michael Drake2012-10-081-2/+3
|/
* Move browser_window struct to private header. Places that shouldn't include i...Michael Drake2012-08-221-1/+1
* Allow the presence of form inputs to be obtained without knowledge of html co...Michael Drake2012-08-201-0/+1
* Function for front ends to get debug dump from bw.Michael Drake2012-08-201-0/+7
* Don't pass struct box to content open.Michael Drake2012-08-201-1/+1
* Avoid using hlcache_handle for drag saves in html_interaction. Drag save msg...Michael Drake2012-08-191-8/+9
* Handle choice of whether to show status for loading content or request content.Michael Drake2012-08-191-2/+11
* Add paste request content message.Michael Drake2012-08-181-0/+6
* Add content message for setting mouse pointer.Michael Drake2012-08-171-0/+5
* Use new content message for saving of hyperlink target URL.Michael Drake2012-08-161-0/+10
* Move browser window related control over mouse pointer out of html content ha...Michael Drake2012-08-161-2/+17
* Don't use GUI_POINTERs in content handlers.Michael Drake2012-08-161-9/+17
* Move bw time recording to bw layer.Michael Drake2012-08-161-0/+3
* Add message for content wanting wanting drag save to start.Michael Drake2012-08-161-0/+30
* Remove redundant legacy checking for bw->window.Michael Drake2012-08-161-1/+1
* Let contents broadcast explicit status messages as well as announce that thei...Michael Drake2012-08-151-1/+9
* Let browser window handle content scroll request message.Michael Drake2012-08-131-0/+21
* check return from lwc operationVincent Sanders2012-08-091-4/+8
* doxygen serious warning cleanupVincent Sanders2012-07-241-4/+5
* hlcache handle is not a content, do not treat it as one - oopsVincent Sanders2012-07-071-1/+3
* correctly setup window object as globalVincent Sanders2012-06-261-2/+2
* improve javascript supportVincent Sanders2012-06-101-16/+30