summaryrefslogtreecommitdiff
path: root/riscos/options.h
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2004-06-10 22:11:44 by rjw]Richard Wilson2004-06-101-2/+5
| | | | | | GUI control of background images. Scaled background images. svn path=/import/netsurf/; revision=953
* [project @ 2004-05-24 20:50:57 by rjw]Richard Wilson2004-05-241-3/+5
| | | | | | | Added option for maximum GIF animation speed (currently defaults to 10cs). Fix for scaled animations not being correctly updated due to rounding issues. svn path=/import/netsurf/; revision=895
* [project @ 2004-05-23 12:50:37 by rjw]Richard Wilson2004-05-231-6/+6
| | | | | | Fix for my stupidity. svn path=/import/netsurf/; revision=892
* [project @ 2004-05-23 12:22:05 by rjw]Richard Wilson2004-05-231-1/+21
| | | | | | Improved style guide compliance and (incomplete) option to save window starting characteristics. svn path=/import/netsurf/; revision=891
* [project @ 2004-05-04 22:21:37 by rjw]Richard Wilson2004-05-041-2/+23
| | | | | | Revised GUI. svn path=/import/netsurf/; revision=823
* [project @ 2004-04-12 21:46:08 by jmb]John Mark Bell2004-04-121-2/+5
| | | | | | Add popup tooltip containing URL when mouse is over history window entry svn path=/import/netsurf/; revision=766
* [project @ 2004-04-11 14:29:30 by rjw]Richard Wilson2004-04-111-0/+1
| | | | | | Added ability to turn off 32bpp thumbnails. svn path=/import/netsurf/; revision=752
* [project @ 2004-04-10 18:12:58 by rjw]Richard Wilson2004-04-101-8/+13
| | | | | | Added option for thumbnail oversampling. svn path=/import/netsurf/; revision=743
* [project @ 2004-03-09 10:22:12 by rjw]Richard Wilson2004-03-091-2/+8
| | | | svn path=/import/netsurf/; revision=593
* [project @ 2004-02-27 14:09:15 by bursa]James Bursa2004-02-271-2/+5
| | | | | | Implement option_language. svn path=/import/netsurf/; revision=574
* [project @ 2004-02-13 23:07:42 by bursa]James Bursa2004-02-131-6/+6
| | | | | | 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-41/+19
| | | | | | 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-0/+3
| | | | | | Add RCS ID svn path=/import/netsurf/; revision=169
* [project @ 2003-06-01 23:02:56 by monkeyson]Phil Mellor2003-06-011-0/+51
Configuration windows added. HTTP Proxy support (untested). svn path=/import/netsurf/; revision=145