summaryrefslogtreecommitdiff
path: root/desktop/browser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix box_at_point() for certain cases involving floats (solves unclickable lin...James Bursa2006-05-241-7/+14
* Finish history cloning.Richard Wilson2006-04-221-8/+15
* Clone history for child browser windows.Richard Wilson2006-04-221-1/+4
* Fix utter stupidityJohn Mark Bell2006-04-161-8/+10
* Use database's copy of URL for new global history entriesJohn Mark Bell2006-04-151-1/+2
* Unify information databasesJohn Mark Bell2006-04-091-21/+12
* [project @ 2006-03-27 00:30:04 by dsilvers]Daniel Silverstone2006-03-271-0/+1
* [project @ 2006-03-27 00:19:19 by dsilvers]Daniel Silverstone2006-03-271-2/+5
* [project @ 2006-03-26 23:06:18 by dsilvers]Daniel Silverstone2006-03-261-0/+9
* [project @ 2006-03-25 20:30:35 by bursa]James Bursa2006-03-251-0/+3
* [project @ 2006-03-22 23:37:59 by tlsa]Michael Drake2006-03-221-0/+4
* [project @ 2006-03-19 17:49:32 by dsilvers]Daniel Silverstone2006-03-191-3/+22
* [project @ 2006-03-10 09:09:03 by dsilvers]Daniel Silverstone2006-03-101-8/+8
* [project @ 2006-03-09 14:01:38 by jmb]John Mark Bell2006-03-091-1/+4
* [project @ 2006-03-04 20:46:35 by rjw]Richard Wilson2006-03-041-1/+1