summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-10-01 21:31:55 by jmb]John Mark Bell2004-10-012-2/+7
| | | | | | | | | | | | A somewhat better implementation of referrers which no longer sends the referer if the URL schemes don't match. Things to do: 1) Preservation of referer across redirects (see comment in browser.c:284) 2) GUI templates/code for configuration of referer sending (simple on/off toggle only) 3) Make referer sending when fetching objects/stylesheets for a page pay attention to option_send_referer? 4) Handle the case where the referer is in the form of http://moo:foo@mysite.com/ (ie the login details embedded in the referer - not good). svn path=/import/netsurf/; revision=1297
* [project @ 2004-10-01 00:06:49 by jmb]John Mark Bell2004-10-011-1/+5
| | | | | | Send HTTP referer header. This is _only_ sent when a link is clicked (theoretically, at least). svn path=/import/netsurf/; revision=1296
* [project @ 2004-09-27 05:21:00 by jmb]John Mark Bell2004-09-271-1/+1
| | | | | | Improve !Boot file and support protocol fallback positions. svn path=/import/netsurf/; revision=1287
* [project @ 2004-09-03 22:44:47 by bursa]James Bursa2004-09-033-2/+137
| | | | | | Add generic bitmap functions. Move jpeg and mng code from riscos/ to image/ and update to use bitmap. Note: background tiling and drawfile export for jpeg and mng/png are broken. svn path=/import/netsurf/; revision=1265
* [project @ 2004-08-15 19:10:08 by jmb]John Mark Bell2004-08-152-18/+11
| | | | | | Make GTK build work again svn path=/import/netsurf/; revision=1236
* [project @ 2004-08-14 12:57:00 by joty]John Tytgat2004-08-141-5/+5
| | | | | | Using more stddef.h types. svn path=/import/netsurf/; revision=1230
* [project @ 2004-07-28 23:14:04 by bursa]James Bursa2004-07-281-6/+6
| | | | | | Update gtk build with gui_init2(). svn path=/import/netsurf/; revision=1161
* [project @ 2004-07-22 12:03:37 by bursa]James Bursa2004-07-223-51/+82
| | | | | | Make the gtk build compile again and implement mouse clicks. svn path=/import/netsurf/; revision=1137
* [project @ 2004-07-21 14:19:21 by joty]John Tytgat2004-07-211-0/+5
| | | | | | Added gui_window_remove_caret() to disown the caret. svn path=/import/netsurf/; revision=1133
* [project @ 2004-07-05 20:19:51 by joty]John Tytgat2004-07-051-6/+6
| | | | | | Using UTF-8 instead of Latin1 encoding. svn path=/import/netsurf/; revision=1049
* [project @ 2004-06-22 18:48:33 by bursa]James Bursa2004-06-223-0/+700
Experimental gtk interface. svn path=/import/netsurf/; revision=993