summaryrefslogtreecommitdiff
path: root/desktop/browser.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Vincent Sanders2012-10-081-1/+8
| | | | | | | | docuemntation warnings
* | Port to new urldb API.Michael Drake2012-10-081-2/+3
|/
* Move browser_window struct to private header. Places that shouldn't include ↵Michael Drake2012-08-221-1/+1
| | | | | | | | | | | | | | | | | it do, such as front end code. Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows
* Allow the presence of form inputs to be obtained without knowledge of html ↵Michael Drake2012-08-201-0/+1
| | | | content internals.
* 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 ↵Michael Drake2012-08-191-8/+9
| | | | msg with NULL content now means save the content which sends the message.
* 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 ↵Michael Drake2012-08-161-2/+17
| | | | handler.
* 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 ↵Michael Drake2012-08-151-1/+9
| | | | their internal status has been updated.
* 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
| | | | svn path=/trunk/netsurf/; revision=13987
* improve javascript supportVincent Sanders2012-06-101-16/+30
| | | | svn path=/trunk/netsurf/; revision=13962
* Include render/box.hDaniel Silverstone2012-03-241-0/+1
| | | | svn path=/trunk/netsurf/; revision=13638
* Migrate frame types so that desktop/browser.h does not include render/html.hDaniel Silverstone2012-03-241-0/+1
| | | | svn path=/trunk/netsurf/; revision=13605
* Remove include that's pulled in from browser.h anyway.Michael Drake2012-03-241-1/+0
| | | | svn path=/trunk/netsurf/; revision=13591
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-17/+22
| | | | svn path=/trunk/netsurf/; revision=13548
* Add browser_window drag type accessor.Michael Drake2012-02-281-0/+6
| | | | svn path=/trunk/netsurf/; revision=13494
* Add browser window scale acceser.Michael Drake2012-02-271-0/+13
| | | | svn path=/trunk/netsurf/; revision=13491
* Constify rect param to browser_window_set_drag_type.Michael Drake2012-01-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=13398
* Pass pointer constraints for drag out to front ends. Ensure content ↵Michael Drake2012-01-111-8/+18
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* Allow drag handlers to inform browser window layer of any pointer range ↵Michael Drake2012-01-101-3/+6
| | | | | | constraints. svn path=/trunk/netsurf/; revision=13394
* Browser window destruction destroys search context.Michael Drake2012-01-061-0/+4
| | | | svn path=/trunk/netsurf/; revision=13390
* Set drag type correctly for page drag.Michael Drake2012-01-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=13375
* Totaly prefunctry binding to spidermonkeyVincent Sanders2012-01-011-1/+12
| | | | svn path=/trunk/netsurf/; revision=13360
* Fix frameset resizing.Michael Drake2011-12-051-4/+4
| | | | svn path=/trunk/netsurf/; revision=13246
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-10/+10
| | | | svn path=/trunk/netsurf/; revision=13236
* Big wodge of internal browser window scroll fixes, or "rationalisation of ↵Michael Drake2011-12-021-12/+13
| | | | | | browser window scrollbar handling". svn path=/trunk/netsurf/; revision=13221
* Currently untested (and unused) "drop file on browser window" handling.Michael Drake2011-12-011-0/+37
| | | | svn path=/trunk/netsurf/; revision=13215
* Pass scroll wheel action into contents. Handle scrolling of box scrollbars ↵Michael Drake2011-11-291-2/+5
| | | | | | and iframes. svn path=/trunk/netsurf/; revision=13200
* New function for sending a scroll request into a core browser window at a ↵Michael Drake2011-11-291-0/+46
| | | | | | given coordinate. Currently handles frames only. TODO: iframes and css overflow scrollable boxes. Front ends should call this to pass scroll wheel actions to the core. svn path=/trunk/netsurf/; revision=13197
* Rename nsurl_enquire to nsurl_has_component.Michael Drake2011-11-271-2/+3
| | | | svn path=/trunk/netsurf/; revision=13183
* Fix bug #3441539: downloads may be created from within framesJohn Mark Bell2011-11-241-6/+11
| | | | svn path=/trunk/netsurf/; revision=13178
* Use lwc_string for box->id.Michael Drake2011-10-291-3/+3
| | | | svn path=/trunk/netsurf/; revision=13093