summaryrefslogtreecommitdiff
path: root/desktop/browser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix 1553282.Richard Wilson2006-09-081-2/+32
* Simplify and tidy up RISC OS gui_ functions. Fix toolbar height changing issu...Richard Wilson2006-09-061-8/+7
* Add frame target support to imagemaps.John Mark Bell2006-09-061-56/+56
* Limit maximum frame nesting level.Richard Wilson2006-09-051-0/+13
* Make frame border width external to frame.Richard Wilson2006-09-041-0/+12
* Fix 1551183.Richard Wilson2006-09-041-2/+2
* Experimental new frames code.Richard Wilson2006-09-021-140/+975
* Use browser_window_remove_caret() instead of resetting caret-related callback...James Bursa2006-08-281-15/+5
* Give Adjust precedence over SelectAdrian Lees2006-08-191-6/+6
* Reposition caret when browser window reformattedAdrian Lees2006-08-131-3/+11
* Centralise keypress handling (download and query dialogs still need porting o...John Mark Bell2006-07-131-1/+3
* Make adjust-back/forwards/up open content in a new window (implement 1431600)Richard Wilson2006-07-051-1/+1
* Make adjust-clicking submit open a new window (fix 1430135)Richard Wilson2006-07-051-9/+25
* Fix 1516353 and implement 1352354Richard Wilson2006-07-041-4/+11
* Fix submission of forms in embedded objects; resolve submission URL at John Mark Bell2006-07-031-23/+10
* Don't clone a NULL gesturerDaniel Silverstone2006-06-021-1/+1
* Added rudimentary gesture engine and test in gtk frontendDaniel Silverstone2006-06-021-1/+6