summaryrefslogtreecommitdiff
path: root/riscos/options.h
Commit message (Collapse)AuthorAgeFilesLines
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-115/+120
| | | | svn path=/trunk/netsurf/; revision=13548
* Add core options to disable fetch of foreground & background images.Michael Drake2011-12-231-3/+0
| | | | | | Remove broken background image option from RISC OS front end. svn path=/trunk/netsurf/; revision=13332
* Config to enable external hotlist app to be launched via toolbar and menus.Steve Fryatt2011-11-191-2/+5
| | | | svn path=/trunk/netsurf/; revision=13150
* Make external hotlist support default to off.Steve Fryatt2011-10-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=13033
* Add support for external hotlist utilities.Steve Fryatt2011-10-091-2/+5
| | | | svn path=/trunk/netsurf/; revision=13022
* - Compiler warning squashJohn Tytgat2008-07-261-0/+1
| | | | | | | - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762
* Periodically reflow the page while fetching a page's objects. Make buffer ↵Michael Drake2008-02-291-1/+1
| | | | | | all rendering default. svn path=/trunk/netsurf/; revision=3874
* Allow interactive help to be turned off (implement 1793020)Richard Wilson2007-10-101-2/+5
| | | | svn path=/trunk/netsurf/; revision=3631
* 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-3/+0
| | | | | | gtk gui to handle scaling in the same way as RO. svn path=/trunk/netsurf/; revision=3478
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-2/+2
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Lose duplicate entryJohn Mark Bell2007-04-011-1/+0
| | | | svn path=/trunk/netsurf/; revision=3230
* Use new UTF-8 status bar. Use top-window dimensions for new windows from ↵Richard Wilson2006-11-301-3/+0
| | | | | | framesets. svn path=/trunk/netsurf/; revision=3082
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Move default window size opens into core for use from nsgtkRob Kendrick2006-08-291-20/+0
| | | | svn path=/trunk/netsurf/; revision=2900
* Make url_suggest option core, rather than RISC OS-specific.Rob Kendrick2006-07-281-3/+0
| | | | svn path=/trunk/netsurf/; revision=2799
* Increase default status bar width to two thirds.Michael Drake2006-07-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=2773
* Add basic cookie viewer, make trees use textarea components for UTF8 ↵Richard Wilson2006-07-131-0/+3
| | | | | | editing, trim headers, fix tree redraw issues. svn path=/trunk/netsurf/; revision=2739
* Allow thumbnail icons to be turned off.Richard Wilson2006-07-031-2/+5
| | | | svn path=/trunk/netsurf/; revision=2699
* Remove redundant mouseaction code.Richard Wilson2006-04-221-1/+0
| | | | svn path=/trunk/netsurf/; revision=2553
* [project @ 2006-03-31 10:41:21 by rjek]Rob Kendrick2006-03-311-16/+0
| | | | | | 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-2/+0
| | | | | | Moved homepage_url option into core from riscos, and use it in the GTK frontend svn path=/import/netsurf/; revision=2481
* [project @ 2006-02-07 16:16:23 by adrianl]Adrian Lees2006-02-071-0/+3
| | | | | | Confirmation before overwriting with download files; Interface Choices dialog svn path=/import/netsurf/; revision=2061
* [project @ 2006-01-08 01:51:33 by jmb]John Mark Bell2006-01-081-2/+26
| | | | | | | | | | 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-02 23:31:28 by jmb]John Mark Bell2006-01-021-4/+0
| | | | | | Implement font default option properly svn path=/import/netsurf/; revision=1969
* [project @ 2006-01-02 23:00:42 by jmb]John Mark Bell2006-01-021-3/+0
| | | | | | Lose redundant externs svn path=/import/netsurf/; revision=1967
* [project @ 2005-07-23 20:43:37 by bursa]James Bursa2005-07-231-2/+5
| | | | | | Rewrite and simplify url_nice() to improve suggested filenames. Add option to keep extensions (no UI currently). svn path=/import/netsurf/; revision=1814
* [project @ 2005-06-23 17:24:23 by rjw]Richard Wilson2005-06-231-5/+8
| | | | | | Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 2 of 2. svn path=/import/netsurf/; revision=1762
* [project @ 2005-04-20 23:22:49 by rjw]Richard Wilson2005-04-201-3/+0
| | | | | | Remove background blending option, fix tree menu bug. svn path=/import/netsurf/; revision=1675
* [project @ 2005-04-10 23:26:17 by rjw]Richard Wilson2005-04-101-3/+0
| | | | | | Remove screen cache, workaround SpriteExtend bug. svn path=/import/netsurf/; revision=1622
* [project @ 2005-03-21 14:48:26 by rjw]Richard Wilson2005-03-211-0/+9
| | | | | | Make toolbar configurable. svn path=/import/netsurf/; revision=1567
* [project @ 2005-02-22 23:36:14 by bursa]James Bursa2005-02-221-57/+4
| | | | | | Reimplement font family support, part 1. svn path=/import/netsurf/; revision=1524
* [project @ 2005-02-07 14:28:43 by rjw]Richard Wilson2005-02-071-3/+6
| | | | | | Initial work for global history (currently incomplete) svn path=/import/netsurf/; revision=1497
* [project @ 2005-02-03 10:04:06 by jmb]John Mark Bell2005-02-031-3/+6
| | | | | | | Fix issue with plugins embedded in a page requesting fetch of the same page on load. Add option to block popups. svn path=/import/netsurf/; revision=1482
* [project @ 2005-01-20 23:17:08 by rjw]Richard Wilson2005-01-201-2/+5
| | | | | | Substantial speed increase for off-screen buffering svn path=/import/netsurf/; revision=1459
* [project @ 2004-12-09 10:30:43 by rjw]Richard Wilson2004-12-091-3/+0
| | | | | | 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-11-02 23:23:07 by rjw]Richard Wilson2004-11-021-9/+7
| | | | | | Fix for recent GIF decoding bug. Rectangular pixel mode-friendly sprites for hotlist. Slight change to history image size to please Tinct. Support for foreground and background image quality settings. Support for error diffusion and bi-linear filtering (Tinct still requires some further work) svn path=/import/netsurf/; revision=1336
* [project @ 2004-10-04 23:54:42 by rjw]Richard Wilson2004-10-041-3/+0
| | | | | | 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-09-29 03:33:24 by jmb]John Mark Bell2004-09-291-1/+55
| | | | | | | | | Lose redundant font table. Rework bold and italic font support. This is now user-configurable but I've little intention of writing GUI Choices code for this. Smallcaps is still broken and needs some thinking about - probably best to drop the smallcaps font variants and convert lowercase chars to uppercase. Quite how this works for non-latin text, I've no idea. svn path=/import/netsurf/; revision=1293
* [project @ 2004-09-13 23:56:18 by jmb]John Mark Bell2004-09-131-3/+25
| | | | | | | Make fonts user-configurable. This loses font-style support, though it shouldn't be hard to put it back again. svn path=/import/netsurf/; revision=1274
* [project @ 2004-08-30 21:03:48 by rjw]Richard Wilson2004-08-301-2/+2
| | | | | | Reworking of themes and toolbars. svn path=/import/netsurf/; revision=1254
* [project @ 2004-08-13 00:55:59 by jmb]John Mark Bell2004-08-131-2/+5
| | | | | | | | Rewrite of plugin handling. This is now much nicer than before although it has about the same amount of functionality. Note: This is now configurable via an option (defaults to OFF) This has only really been tested with the Flash plugin and seems to work reasonably. svn path=/import/netsurf/; revision=1216
* [project @ 2004-08-06 23:45:21 by rjw]Richard Wilson2004-08-061-1/+1
| | | | | | Scale view window are now persistent. Fix for incorrect buffering option saving. Background images extend to the full window dimensions. svn path=/import/netsurf/; revision=1189
* [project @ 2004-07-28 23:07:52 by bursa]James Bursa2004-07-281-1/+1
| | | | | | Implement gui_init2() and move RISC OS-specific code in main() to it. Use intro page if option_homepage_url is "". svn path=/import/netsurf/; revision=1158
* [project @ 2004-07-26 20:13:45 by atimmins]Andrew Timmins2004-07-261-3/+8
| | | | | | Updated to support new config options (homepage, open on startup). Bug fixes with new config pane window (sticky selected radio icon bug!). Also includes up-to-date French templates. svn path=/import/netsurf/; revision=1150
* [project @ 2004-07-20 20:02:59 by rjw]Richard Wilson2004-07-201-2/+5
| | | | | | Fix for buffered text plotting. GUI control over font blending and buffering. svn path=/import/netsurf/; revision=1129
* [project @ 2004-07-19 23:35:12 by rjw]Richard Wilson2004-07-191-2/+5
| | | | | | Double buffering for animations to remove flicker. Background font blending turned on by default. svn path=/import/netsurf/; revision=1121
* [project @ 2004-06-28 19:35:04 by rjw]Richard Wilson2004-06-281-3/+3
| | | | | | Optional window size inheritance to appease tlsa. Updates to code comments. Ctrl-N shortcut to open a new window. svn path=/import/netsurf/; revision=1023
* [project @ 2004-06-27 14:41:14 by rjw]Richard Wilson2004-06-271-0/+3
| | | | | | Improved window positioning svn path=/import/netsurf/; revision=1018
* [project @ 2004-06-25 16:52:01 by jmb]John Mark Bell2004-06-251-2/+5
| | | | | | Background blend fonts if we can (and the user wants us to). Turned off by default. svn path=/import/netsurf/; revision=1007