summaryrefslogtreecommitdiff
path: root/desktop/browser.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Intern bw->frag_id.Michael Drake2011-10-281-36/+19
| | | | svn path=/trunk/netsurf/; revision=13090
* Use nsurl to add fragment for URL bar display.Michael Drake2011-10-281-12/+19
| | | | svn path=/trunk/netsurf/; revision=13088
* Only permit root windows to convert fetch requests to downloadsJohn Mark Bell2011-10-101-2/+5
| | | | svn path=/trunk/netsurf/; revision=13026
* Avoid a strlen.Michael Drake2011-10-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=13004
* Pedantic style changes.Michael Drake2011-10-081-29/+20
| | | | svn path=/trunk/netsurf/; revision=13001
* Improve error handlingJohn Mark Bell2011-10-081-29/+41
| | | | svn path=/trunk/netsurf/; revision=12997
* Lose unnecessary loggingJohn Mark Bell2011-10-071-6/+0
| | | | svn path=/trunk/netsurf/; revision=12993
* use the default resource:favicon.ico when a site has no icon of its ownVincent Sanders2011-10-071-8/+30
| | | | svn path=/trunk/netsurf/; revision=12992
* nsurl_ref returns the referenced nsurl.Michael Drake2011-10-071-2/+1
| | | | svn path=/trunk/netsurf/; revision=12991
* Don't fetch favicons for (i)frames.Michael Drake2011-10-071-0/+4
| | | | svn path=/trunk/netsurf/; revision=12986
* use resource:favicon.ico instead of resource:favicon.pngVincent Sanders2011-10-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=12982
* fix favicon default selection for non http(s) urlsVincent Sanders2011-10-071-2/+26
| | | | svn path=/trunk/netsurf/; revision=12981
* fix ico handler to actually decode to bitmap when called via get_internalVincent Sanders2011-10-071-0/+3
| | | | svn path=/trunk/netsurf/; revision=12980
* Attempting to download favicons is sillyJohn Mark Bell2011-10-071-1/+0
| | | | svn path=/trunk/netsurf/; revision=12979
* consolidate code so a single codepath starts the retrival of the faviconVincent Sanders2011-10-071-28/+28
| | | | svn path=/trunk/netsurf/; revision=12978
* metadata links stored in contentsVincent Sanders2011-10-071-56/+121
| | | | | | browser uses metadata links for favicons svn path=/trunk/netsurf/; revision=12977
* initial favicon supportVincent Sanders2011-10-061-25/+98
| | | | svn path=/trunk/netsurf/; revision=12975
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-64/+63
| | | | svn path=/trunk/netsurf/; revision=12926
* Port llcache to nsurl.Michael Drake2011-09-281-1/+22
| | | | svn path=/trunk/netsurf/; revision=12904
* Improve resizing frames.Michael Drake2011-09-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=12771
* Handle scrolled (i)frames.Michael Drake2011-09-061-0/+4
| | | | svn path=/trunk/netsurf/; revision=12757
* Expose contextual content request API to front ends, via browser window layer.Michael Drake2011-09-061-0/+54
| | | | svn path=/trunk/netsurf/; revision=12755
* Move to new bw dimensions.Michael Drake2011-09-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=12747
* Remove unused browser_window_owner function.Michael Drake2011-09-051-31/+0
| | | | svn path=/trunk/netsurf/; revision=12739
* Implement frames in the core.Michael Drake2011-09-041-91/+239
| | | | svn path=/trunk/netsurf/; revision=12709
* Sniff content types where appropriate.John Mark Bell2011-09-041-1/+2
| | | | | | We never sniff for CSS, nor for non-page artefacts (e.g. treeview icons) svn path=/trunk/netsurf/; revision=12707