summaryrefslogtreecommitdiff
path: root/desktop/options.c
Commit message (Collapse)AuthorAgeFilesLines
* Add option to set Accept-Charset header (Stefaan Claes)John Mark Bell2006-12-281-0/+3
| | | | svn path=/trunk/netsurf/; revision=3124
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Experimental new frames code.Richard Wilson2006-09-021-1/+4
| | | | svn path=/trunk/netsurf/; revision=2906
* Implement user-defined new window placement in nsgtkRob Kendrick2006-08-291-1/+1
| | | | svn path=/trunk/netsurf/; revision=2901
* Move default window size opens into core for use from nsgtkRob Kendrick2006-08-291-0/+26
| | | | svn path=/trunk/netsurf/; revision=2900
* Change max_fetchers_per_host to 2, as the RFC states we SHOULD not hold more ↵Daniel Silverstone2006-08-171-1/+1
| | | | | | than 2 simultaneous connections to a host. Closes #1469511 svn path=/trunk/netsurf/; revision=2854
* Make url_suggest option core, rather than RISC OS-specific.Rob Kendrick2006-07-281-0/+3
| | | | svn path=/trunk/netsurf/; revision=2799
* Make Cairo rendering a run-time option in nsgtk - also add infrastructure ↵Rob Kendrick2006-07-231-1/+3
| | | | | | for nsgtk-specific options. svn path=/trunk/netsurf/; revision=2793
* Re-instate the knockout renderers after a nested flush(). Make so knockout ↵Richard Wilson2006-07-021-2/+0
| | | | | | rendering is always used. svn path=/trunk/netsurf/; revision=2693
* Implement knockout rendering (controlled by 'knockout_rendering' option or ↵Richard Wilson2006-07-011-0/+3
| | | | | | Ctrl+F11, default is off). This attempts to minimise the amount of overlapping redraw performed, and thus can drasticly reduce the rendering time of many pages. svn path=/trunk/netsurf/; revision=2682
* Provide persistent flag for urldb entries.John Mark Bell2006-06-141-2/+3
| | | | | | | Make hotlist use this, rather than abusing the last visited date. This fixes the hotlist being copied to global history issue. svn path=/trunk/netsurf/; revision=2619
* Ensure hotlist URLs are retained in the databaseJohn Mark Bell2006-04-151-3/+8
| | | | | | Reduce number of unconditional calls to urldb_get_url_data svn path=/trunk/netsurf/; revision=2531
* Unify information databasesJohn Mark Bell2006-04-091-5/+11
| | | | svn path=/trunk/netsurf/; revision=2519
* [project @ 2006-03-31 10:41:21 by rjek]Rob Kendrick2006-03-311-0/+15
| | | | | | Move default font face choices from RISC OS front end to core svn path=/import/netsurf/; revision=2482
* [project @ 2006-03-29 15:26:53 by rjek]Rob Kendrick2006-03-291-1/+3
| | | | | | Moved homepage_url option into core from riscos, and use it in the GTK frontend svn path=/import/netsurf/; revision=2481
* [project @ 2006-03-14 14:21:00 by dsilvers]Daniel Silverstone2006-03-141-0/+19
| | | | | | Multi-parallel fetch. Needs documenting, works in basic GTK tests, makes things way faster on GTK port. Needs testing on RO and in general more testing is good. svn path=/import/netsurf/; revision=2127
* [project @ 2006-02-23 15:06:53 by jmb]John Mark Bell2006-02-231-3/+0
| | | | | | | | | | Handle invalid SSL certificates better - UI still needs work. Modify fetch callback data parameter type to remove compiler warnings. Constify things. Lose global ssl_verify_certificates option. Fix issue when closing a dialog without input focus. svn path=/import/netsurf/; revision=2092
* [project @ 2006-01-08 01:51:33 by jmb]John Mark Bell2006-01-081-2/+11
| | | | | | | | | | Make data file locations user-configurable (no UI for this as yet) Reduce intrusiveness of ncos modifications Fix GTK build Remove Cookies file details from Messages (this data never belonged in there anyway) Make gui_init more robust against memory exhaustion. svn path=/import/netsurf/; revision=2014
* [project @ 2006-01-07 00:39:14 by rjw]Richard Wilson2006-01-071-0/+3
| | | | | | Add disc cache expiry option. svn path=/import/netsurf/; revision=2005
* [project @ 2006-01-02 23:31:28 by jmb]John Mark Bell2006-01-021-1/+5
| | | | | | Implement font default option properly svn path=/import/netsurf/; revision=1969
* [project @ 2006-01-01 18:52:30 by jmb]John Mark Bell2006-01-011-3/+33
| | | | | | | | Dump user options to stderr on abort. Dump box tree on failed assertion. Display Red/Yellow hourglass whilst dumping box tree (as this can take some time) svn path=/import/netsurf/; revision=1928
* [project @ 2005-12-31 04:31:37 by rjw]Richard Wilson2005-12-311-76/+9
| | | | | | Hotlist comments are no longer required. svn path=/import/netsurf/; revision=1910
* [project @ 2005-12-29 23:18:17 by rjw]Richard Wilson2005-12-291-2/+4
| | | | | | Add URL expiry option. svn path=/import/netsurf/; revision=1903
* [project @ 2005-12-01 02:59:55 by rjw]Richard Wilson2005-12-011-1/+4
| | | | | | Plug memory leak svn path=/import/netsurf/; revision=1890
* [project @ 2005-02-07 14:28:43 by rjw]Richard Wilson2005-02-071-28/+28
| | | | | | Initial work for global history (currently incomplete) svn path=/import/netsurf/; revision=1497
* [project @ 2004-12-09 10:30:43 by rjw]Richard Wilson2004-12-091-0/+376
| | | | | | Re-implementation of hotlist via general tree code. Animations can be stopped once more. Purged a few xcalloc() calls. svn path=/import/netsurf/; revision=1394
* [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