summaryrefslogtreecommitdiff
path: root/desktop/options.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-10-04 23:54:42 by rjw]Richard Wilson2004-10-041-0/+3
| | | | | | Moved GIF file reading to image/, optimisation of plotting for GIFs, JNGs, PNGs and JPEGs, initial work for toolbar customisation. Possibly some other things too. svn path=/import/netsurf/; revision=1301
* [project @ 2004-10-01 21:31:55 by jmb]John Mark Bell2004-10-011-0/+3
| | | | | | | | | | | | 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-09-14 00:20:29 by jmb]John Mark Bell2004-09-141-1/+0
| | | | | | Revert last change svn path=/import/netsurf/; revision=1278
* [project @ 2004-09-14 00:20:06 by jmb]John Mark Bell2004-09-141-0/+1
| | | | | | Prod NC build - looks like dependencies are screwed svn path=/import/netsurf/; revision=1277
* [project @ 2004-07-30 23:40:00 by jmb]John Mark Bell2004-07-301-0/+3
| | | | | | | | Rework stylesheet fetching code to remove dependence on magic numbers (now uses values defined in html.h) Make ad blocking optional. svn path=/import/netsurf/; revision=1168
* [project @ 2004-07-27 15:49:28 by bursa]James Bursa2004-07-271-0/+9
| | | | | | Implement proxy authentication. Bring templates in line with style guide (icon sizes and fill display fields), and remove dead icons. Clean up choices dialog code. Fix persistent dialog code. Make browser choices the default pane. svn path=/import/netsurf/; revision=1153
* [project @ 2004-06-21 15:22:05 by bursa]James Bursa2004-06-211-1/+1
| | | | | | Fix type of memory_cache_size. svn path=/import/netsurf/; revision=987
* [project @ 2004-06-21 15:09:58 by bursa]James Bursa2004-06-211-1/+7
| | | | | | Merge memory cache into content module. svn path=/import/netsurf/; revision=986
* [project @ 2004-06-10 22:40:56 by jmb]John Mark Bell2004-06-101-0/+3
| | | | | | Allow configuration of SSL certificate verification svn path=/import/netsurf/; revision=955
* [project @ 2004-03-08 00:03:58 by bursa]James Bursa2004-03-081-0/+3
| | | | | | Implement Accept-Language option. svn path=/import/netsurf/; revision=591
* [project @ 2004-02-13 23:07:42 by bursa]James Bursa2004-02-131-0/+16
| | | | | | Add font size configuration and fix proxy options bug. svn path=/import/netsurf/; revision=538
* [project @ 2004-02-13 16:09:12 by bursa]James Bursa2004-02-131-0/+157
Clean up and rewrite options code. svn path=/import/netsurf/; revision=536