summaryrefslogtreecommitdiff
path: root/desktop/browser.c
Commit message (Expand)AuthorAgeFilesLines
* Main window has a vertical scrollbar. Maybe we need to make this get set in t...Michael Drake2008-08-241-5/+5
* Merge Mike's tabs changes. Still needs some cleaning.Rob Kendrick2008-08-241-6/+9
* Make nsgtk compile on Mac OS X.John Mark Bell2008-08-111-0/+1
* Update my e-mail address.John Tytgat2008-08-051-1/+1
* - C89 againFrançois Revel2008-07-291-1/+2
* Include headers we need, rather than depending on (optional) features doing so.Rob Kendrick2008-07-281-0/+1
* First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...John Tytgat2008-07-261-6/+5
* Merged revisions 4282-4285,4288-4293,4297-4298,4307,4309-4313,4322,4324-4680 ...Rob Kendrick2008-07-161-13/+12
* Fix up.Michael Drake2008-06-061-2/+2
* Remove stray semicolon.Michael Drake2008-06-061-2/+2
* Remove stray semicolon.Michael Drake2008-06-061-1/+1
* Change box scrollbar drag to happen on HOLDING.Michael Drake2008-06-061-4/+3
* + Change core to handle different front end click behaviourMichael Drake2008-06-061-16/+23
* The core code has always assumed a locale of "C".John Mark Bell2008-05-131-1/+0
* Don't change URL bar contents until we've actually fetched the page.John Mark Bell2008-04-191-2/+0
* Launch redirects to unsupported URLs in other applications.John Mark Bell2008-04-191-0/+12
* Tidy and update comments.Michael Drake2008-04-111-26/+37
* Improve selection of text in floats.Michael Drake2008-04-111-92/+171
* Improve click handling in text inputs.Michael Drake2008-04-081-1/+5
* Various text selection improvements:Michael Drake2008-04-071-12/+14
* Make content_reset actually do what it's meant to (i.e. reset the appropriate...John Mark Bell2008-02-271-2/+8
* SignednessWarnings.squash()John Mark Bell2008-02-251-16/+26
* Add url_fragment to extract fragment from URLJohn Mark Bell2008-02-031-25/+46
* Rework handling of HTTP redirects -- we now count the number of redirects fol...John Mark Bell2008-01-281-18/+0
* Add break; (these things help, now and again)John Mark Bell2007-11-041-11/+13
* Fix frame-related crash (images.google) caused by destruction of current wind...Adrian Lees2007-11-041-11/+22
* Bug fixes by Franz Korntner.James Bursa2007-10-281-1/+1
* Remove the old and crap gesture coreDaniel Silverstone2007-09-141-6/+0
* Fix for Shift+Adjust clicks on links by Christopher Martin.Michael Drake2007-08-261-4/+5
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-4/+14
* Fix division by 0 caused by uninitialised scale value.John Mark Bell2007-08-071-16/+35
* Move window scaling from platform-specific code to desktop/browser.c. Modify ...James Bursa2007-08-071-1/+20
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-26/+26
* Don't block new windows for Adjust-click on target='_blank' links.Richard Wilson2007-04-081-1/+4
* Open window targets with a new name in a new window. Fix handling of Adjust-c...Richard Wilson2007-04-071-41/+52
* Minor tidyingJohn Mark Bell2007-03-251-9/+2
* Content handlers should not call warn_user - they should broadcast the John Mark Bell2007-03-111-1/+5
* Fix handling of cookies in unverifiable transactions caused by a redirect fro...John Mark Bell2007-02-021-12/+19
* Make GTK build compile on FreeBSD.James Bursa2007-01-291-0/+1
* Handle cookies in unverifiable transactionsJohn Mark Bell2007-01-271-26/+58
* Fix parsing error when an empty HTML data is returned. Add HTTP status and ot...James Bursa2007-01-131-6/+2
* Format frame content to correct initial size. Scale iframe co-ordinates.Richard Wilson2007-01-031-2/+6
* Reflow iframes on layout (fix 1617625)Richard Wilson2006-12-301-2/+8
* Implement form targets (fix 1619094)Richard Wilson2006-12-301-18/+16
* Update project URL.Michael Drake2006-11-271-2/+2
* Add browser_window_reformat() and use it instead of content_reformat() to rem...James Bursa2006-11-261-29/+57
* Move frames-related code out of browser.c into a new file. Remove some browse...James Bursa2006-11-261-858/+243
* Unescape fragment identifiers.John Mark Bell2006-10-011-5/+21
* Stop iframes from all getting the same content.Richard Wilson2006-09-081-2/+2
* Trigger frame recalculation on child frame scale change.Richard Wilson2006-09-081-3/+4