summaryrefslogtreecommitdiff
path: root/desktop/options.h
Commit message (Collapse)AuthorAgeFilesLines
* commandline option settingVincent Sanders2011-03-181-0/+5
| | | | svn path=/trunk/netsurf/; revision=12106
* Fix comment typo and update formatting.Michael Drake2011-02-201-4/+4
| | | | svn path=/trunk/netsurf/; revision=11743
* Add module namespace to options_snoptionf()Michael Drake2011-02-201-1/+3
| | | | svn path=/trunk/netsurf/; revision=11739
* add options display to about: schemeVincent Sanders2011-02-201-3/+45
| | | | svn path=/trunk/netsurf/; revision=11733
* add default system colour handlers to each frontendVincent Sanders2011-01-301-0/+29
| | | | svn path=/trunk/netsurf/; revision=11530
* Make the tree icon dir a non-optionDaniel Silverstone2011-01-201-3/+0
| | | | svn path=/trunk/netsurf/; revision=11422
* Add COLOUR option type. Add some colour options for rendering core interfaces.Michael Drake2010-12-211-0/+6
| | | | svn path=/trunk/netsurf/; revision=11117
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-4/+1
| | | | svn path=/trunk/netsurf/; revision=10865
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-0/+2
| | | | svn path=/trunk/netsurf/; revision=9729
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for ↵Michael Drake2009-08-141-0/+1
| | | | | | forms and core scrollbar widget. svn path=/trunk/netsurf/; revision=9289
* Divorce PDF export and printing.John Mark Bell2009-02-171-3/+0
| | | | | | At some point, the RISC OS printing code should be ported to the core page-based output engine. svn path=/trunk/netsurf/; revision=6544
* Move tab opening logic to same place as new window opening. Make option for ↵Michael Drake2008-11-291-0/+1
| | | | | | "Tabbed browsing", which is enabled by default. Someone who knows how to work glade could add the "Tabbed browsing" option to the choices dialogue. When a link is opened in a new tab, don't change tab. svn path=/trunk/netsurf/; revision=5816
* Second merge of Adam Blokus' GSoC work from his branch ↵John Tytgat2008-08-141-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'branches/adamblokus/netsurf'. Merged revisions 4195-4211,4216,4219-4220,4222-4234,4236-4250,4252-4262,4264-4266,4268-4326,4329-4335,4338-4342,4344-4411,4413-4420,4422-4436,4438-4491,4494-4506,4508-4514,4516,4518-4552,4554,4556-4564,4567-4568,4570-4574,4576-4686,4689-4692,4694,4698-4709,4715-4723,4725-4755,4757-4769,4771-4919,4921-4996,4998-5110,5112-5117 via svnmerge from svn://svn.netsurf-browser.org/branches/adamblokus/netsurf ........ r4736 | adamblokus | 2008-07-26 13:46:54 +0200 (Sat, 26 Jul 2008) | 2 lines Sorting out some problems with svn. ........ r4737 | adamblokus | 2008-07-26 13:54:36 +0200 (Sat, 26 Jul 2008) | 4 lines Added export tab to the options dialog. Added the possibility of changing some print options. ........ r4897 | adamblokus | 2008-08-04 17:59:05 +0200 (Mon, 04 Aug 2008) | 5 lines Added checking of horizontal clipping. Added better table loosening. Changed some minor bugs. Applied changes in the Export options tab according to the review from tlsa. ........ r4905 | adamblokus | 2008-08-05 01:53:34 +0200 (Tue, 05 Aug 2008) | 2 lines Fixed bug which made it impossible to export pdf's. ........ r4919 | adamblokus | 2008-08-05 16:39:33 +0200 (Tue, 05 Aug 2008) | 2 lines Fixed some memory leaks which caused Netsurf to break. ........ r4927 | adamblokus | 2008-08-06 02:26:30 +0200 (Wed, 06 Aug 2008) | 4 lines Fixed bug with filenames which crashed Netsurf. Turned anti aliasing off for printing. Fixed some scaling issues. ........ r4928 | adamblokus | 2008-08-06 17:52:44 +0200 (Wed, 06 Aug 2008) | 5 lines Added new export/print options: - suppressing images - turning off backgrounds - toggled loosening ........ r4950 | adamblokus | 2008-08-07 21:15:21 +0200 (Thu, 07 Aug 2008) | 5 lines Added new options to PDF export: - document compression - document encryption Added PDF password dialog ........ r4954 | adamblokus | 2008-08-07 22:11:31 +0200 (Thu, 07 Aug 2008) | 2 lines Added saving print settings. ........ r4956 | adamblokus | 2008-08-07 22:44:48 +0200 (Thu, 07 Aug 2008) | 2 lines Fixes to PDF encryption ........ r4970 | adamblokus | 2008-08-09 15:26:24 +0200 (Sat, 09 Aug 2008) | 3 lines Fixed bug in plotting tiled bitmaps. Fixed bug with too long text decorations. ........ r4977 | adamblokus | 2008-08-09 19:18:56 +0200 (Sat, 09 Aug 2008) | 2 lines Fixed JPG embedding bug. ........ r4988 | adamblokus | 2008-08-10 16:59:51 +0200 (Sun, 10 Aug 2008) | 3 lines Added clip checking to pdf plotters. No more "blank" clips. Made PDF compression a default setting. ........ r4995 | adamblokus | 2008-08-10 20:03:00 +0200 (Sun, 10 Aug 2008) | 2 lines Fixed Haru crash on font-size==0. ........ r4996 | adamblokus | 2008-08-10 21:04:43 +0200 (Sun, 10 Aug 2008) | 2 lines Added changing text mode only if necessary. ........ r5045 | adamblokus | 2008-08-11 21:26:26 +0200 (Mon, 11 Aug 2008) | 3 lines Removing gtk stuff from core code. Little fix in options. ........ r5048 | adamblokus | 2008-08-11 21:57:45 +0200 (Mon, 11 Aug 2008) | 2 lines Better font size checking in PDF export. ........ r5050 | adamblokus | 2008-08-11 22:19:56 +0200 (Mon, 11 Aug 2008) | 2 lines Fixed riscos text scale bug. ........ r5073 | adamblokus | 2008-08-12 17:40:57 +0200 (Tue, 12 Aug 2008) | 2 lines Added missing tooltips ........ r5092 | adamblokus | 2008-08-13 17:09:25 +0200 (Wed, 13 Aug 2008) | 2 lines Moved /pdf folder to desktop/save_pdf ........ r5110 | adamblokus | 2008-08-13 22:44:50 +0200 (Wed, 13 Aug 2008) | 2 lines Added comments. ........ r5113 | adamblokus | 2008-08-13 23:07:35 +0200 (Wed, 13 Aug 2008) | 2 lines Cosmetic changes ........ r5116 | adamblokus | 2008-08-14 16:10:18 +0200 (Thu, 14 Aug 2008) | 2 lines Fixed bug with BOX_INLINE_END in tree duplication. ........ r5117 | joty | 2008-08-14 21:47:46 +0200 (Thu, 14 Aug 2008) | 1 line Improvement for r5116: use local vars when possible; rename global last to box_duplicate_last; check on box_duplicate_main_tree failure. ........ svn path=/trunk/netsurf/; revision=5118
* Change meaning of c->redraw_time to be the earliest time to reflow during ↵Rob Kendrick2008-03-111-1/+1
| | | | | | page asset fetch. Have the time selected vary depending on how long the last reflow took. svn path=/trunk/netsurf/; revision=3925
* Periodically reflow the page while fetching a page's objects. Make buffer ↵Michael Drake2008-02-291-0/+2
| | | | | | all rendering default. svn path=/trunk/netsurf/; revision=3874
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Move window scaling from platform-specific code to desktop/browser.c. Modify ↵James Bursa2007-08-071-0/+1
| | | | | | gtk gui to handle scaling in the same way as RO. svn path=/trunk/netsurf/; revision=3478
* Add option_suppress_curl_debug and default it to trueDaniel Silverstone2007-06-271-0/+1
| | | | svn path=/trunk/netsurf/; revision=3373
* Add ca_path option which sets CURLOPT_CAPATH.Daniel Silverstone2007-06-271-0/+1
| | | | svn path=/trunk/netsurf/; revision=3369
* Add option to set Accept-Charset header (Stefaan Claes)John Mark Bell2006-12-281-0/+1
| | | | 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-0/+1
| | | | svn path=/trunk/netsurf/; revision=2906
* Move default window size opens into core for use from nsgtkRob Kendrick2006-08-291-0/+7
| | | | svn path=/trunk/netsurf/; revision=2900
* Make url_suggest option core, rather than RISC OS-specific.Rob Kendrick2006-07-281-0/+1
| | | | svn path=/trunk/netsurf/; revision=2799
* Fixup missing includesJohn Mark Bell2006-07-131-0/+2
| | | | svn path=/trunk/netsurf/; revision=2745
* Add basic cookie viewer, make trees use textarea components for UTF8 ↵Richard Wilson2006-07-131-1/+1
| | | | | | editing, trim headers, fix tree redraw issues. svn path=/trunk/netsurf/; revision=2739
* Re-instate the knockout renderers after a nested flush(). Make so knockout ↵Richard Wilson2006-07-021-1/+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/+1
| | | | | | 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
* [project @ 2006-03-31 10:41:21 by rjek]Rob Kendrick2006-03-311-0/+5
| | | | | | 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-0/+1
| | | | | | 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/+6
| | | | | | 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-1/+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-0/+3
| | | | | | | | | | 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/+1
| | | | | | 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-0/+1
| | | | | | 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-0/+1
| | | | | | | | 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-29 23:18:17 by rjw]Richard Wilson2005-12-291-0/+1
| | | | | | Add URL expiry option. svn path=/import/netsurf/; revision=1903
* [project @ 2005-02-07 14:28:43 by rjw]Richard Wilson2005-02-071-2/+3
| | | | | | 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/+6
| | | | | | 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/+1
| | | | | | 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/+1
| | | | | | | | | | | | 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-07-30 23:40:00 by jmb]John Mark Bell2004-07-301-0/+1
| | | | | | | | 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/+6
| | | | | | 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:09:58 by bursa]James Bursa2004-06-211-0/+1
| | | | | | 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/+1
| | | | | | 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/+1
| | | | | | Implement Accept-Language option. svn path=/import/netsurf/; revision=591
* [project @ 2004-02-13 23:07:42 by bursa]James Bursa2004-02-131-0/+2
| | | | | | 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-20/+20
| | | | | | Clean up and rewrite options code. svn path=/import/netsurf/; revision=536
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+5
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-06 02:14:28 by jmb]John Mark Bell2003-06-061-1/+5
| | | | | | Add RCS ID svn path=/import/netsurf/; revision=169