summaryrefslogtreecommitdiff
path: root/amiga/options.h
Commit message (Expand)AuthorAgeFilesLines
* Alloc specifying local charset on OS3 as we can't get this from LocaleChris Young2016-01-261-0/+1
* friend_bitmap should default to false as it causes problemsChris Young2016-01-231-1/+1
* missing filesChris Young2016-01-161-1/+1
* More font-related tidy-upChris Young2016-01-161-1/+1
* Set some memory and speed options by default for OS3Chris Young2016-01-101-3/+3
* Rename context_menu.c and strip out all the context menu code, so this file a...Chris Young2015-09-051-1/+0
* Add an option to toggle usage of a friend BitMap for our off-screen rendering...Chris Young2015-08-151-0/+4
* Allow a fallback font for characters above 0xFFFF to be specified. There is ...Chris Young2015-07-061-0/+1
* Lazy bitmap font rendered text for slow hardware (non-working)Chris Young2015-02-031-0/+1
* Recreate the entire menu when the hotlist window is closed.Chris Young2014-06-301-2/+0
* Remove Cairo from AmigaOS frontend.Chris Young2014-05-031-1/+0
* Workaround for AM_EXECUTE not supporting PROGDIR:Chris Young2013-11-101-1/+1
* Add an implied PROGDIR: to the ARexx dir name for scanning, as executing the ...Chris Young2013-11-091-1/+1
* Set ARexx default dir to PROGDIR:Rexx so it works no matter what the current ...Chris Young2013-11-041-1/+1
* Fix a crash when edit settings if NetSurf is running on the WB screenChris Young2013-05-311-1/+1
* default download notification to trueChris Young2013-05-281-1/+1
* change all core and frontend options headers to new formatVincent Sanders2013-05-281-197/+67
* Remove no-longer-needed codeChris Young2013-04-151-3/+0
* Default DPI to 85 as that is more correct than 72Chris Young2013-04-111-1/+1
* Make "resize with contents" a user optionChris Young2013-04-101-0/+6
* non-working "always show tabbar" optionChris Young2012-12-091-0/+3
* Warn when closing multiple tabsChris Young2012-12-081-0/+3
* Allow the size of the web search gadget to be user-setChris Young2012-12-061-0/+3
* Remove font_unicode_list - font_unicode is a list now.Chris Young2012-11-081-3/+0
* Now the graphics.library plotters are feature-complete, use them by default.Chris Young2012-10-241-1/+1
* set the redraw to non-tiled by default. people can play with these settings i...Chris Young2012-09-221-2/+2
* allow font anti-aliasing to be switched off in true-colour modesChris Young2012-08-121-0/+3
* Change default mask threshold to something more sensibleChris Young2012-08-121-1/+1
* allow tweaking threshold where alpha turns to maskChris Young2012-08-101-0/+3
* allow setting dithering quality 0-2Chris Young2012-08-051-0/+3
* Run NetSurf at priority 0 by default, dropping to priority -1 whenChris Young2012-06-041-0/+3
* Allow a comma-separated list of fonts to be specified in font_unicode_listChris Young2012-05-091-0/+3
* Use font_unicode option as preferred (first scanned) font. Ideally need toChris Young2012-05-051-1/+4
* Integrate Unicode font scanner into NetSurf.Chris Young2012-05-051-0/+3
* Make simple refresh a configurable optionChris Young2012-04-281-0/+3
* Re-jig URL launch as would never have fallen back to using openurl.library.Chris Young2012-04-181-3/+6
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-156/+162
* More reasonable tile size defaultsChris Young2012-03-031-2/+2
* allow both x and y dimensions of redraw tiles to be configuredChris Young2012-02-291-4/+7
* Add tiled refresh, with tiles of max size option_redraw_tile_size. ThisChris Young2012-02-251-1/+4
* option_screen_compositing to enable switching compositing for NetSurf's ownChris Young2012-02-241-0/+3
* Default X and Y aspect ratio to 0. This will make NetSurf assume that the sc...Chris Young2012-01-061-2/+2
* Reimplement the previous hotlist menu refresh code, as the bug causing the pr...Chris Young2011-11-071-1/+4
* Be more flexible with the aspect ratios we correct to.Chris Young2011-10-111-3/+6
* Default search ico should only come from themeChris Young2011-10-081-3/+0
* Change option to get accepted languages from Locale into a checkbox so it upd...Chris Young2011-09-111-1/+4
* Avoid calling AllocSignal() until the last minute, as it causes PM_OPEN to in...Chris Young2011-09-021-4/+1
* Correct aspect ratio correctly and support widescreen displaysChris Young2011-07-171-1/+4
* When opening new tabs next to the active one, open them sequentially until th...Chris Young2011-07-021-1/+1
* Add an option to open new tabs next to the current tab. Needs some additiona...Chris Young2011-07-021-0/+3