summaryrefslogtreecommitdiff
path: root/amiga/options.h
Commit message (Collapse)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 ↵Chris Young2015-09-051-1/+0
| | | | and popupmenu.class is only used (optionally) for HTML form selection.
* Add an option to toggle usage of a friend BitMap for our off-screen ↵Chris Young2015-08-151-0/+4
| | | | | | rendering buffer (OS3 only). Defaults to OFF, which works everywhere, but can be switched on for performance benefits when using RTG.
* Allow a fallback font for characters above 0xFFFF to be specified. There is ↵Chris Young2015-07-061-0/+1
| | | | no scanning of this range as most fonts don't have any characters here. Symbola is selected if it is installed.
* 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
| | | | This ensures the hotlist entries in the menu are in sync with reality, and mirrors the existing hotlist toolbar update.
* 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
| | | | script with PROGDIR: in it doesn't work.
* Set ARexx default dir to PROGDIR:Rexx so it works no matter what the current ↵Chris Young2013-11-041-1/+1
| | | | dir is.
* Fix a crash when edit settings if NetSurf is running on the WB screenChris Young2013-05-311-1/+1
| | | | Rename use_pubscreen to make it clearer what the option is for
* 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 ↵Chris Young2012-09-221-2/+2
| | | | if they are low on memory.
* 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
| | | | | | downloading. svn path=/trunk/netsurf/; revision=13955
* Allow a comma-separated list of fonts to be specified in font_unicode_listChris Young2012-05-091-0/+3
| | | | | | | | | | | to provide more preferred fonts. eg. if a user has dedicated Japanese and Korean fonts available they might want a config like: font_unicode:Japanese font_unicode_list:Korean,Code2000 This will scan Japanese and Korean fonts first, then fill in any blanks with Code2000 (followed by alphabetically all other fonts installed) svn path=/trunk/netsurf/; revision=13917
* Use font_unicode option as preferred (first scanned) font. Ideally need toChris Young2012-05-051-1/+4
| | | | | | | expand this so multiple fonts can be specified. Allow disabling of scanning other fonts. Add stubs for a scanning progress GUI. svn path=/trunk/netsurf/; revision=13907
* Integrate Unicode font scanner into NetSurf.Chris Young2012-05-051-0/+3
| | | | | | | | NetSurf will now use any available font when trying to print characters that are missing from the current font. TODO: Preferred font list. svn path=/trunk/netsurf/; revision=13905
* Make simple refresh a configurable optionChris Young2012-04-281-0/+3
| | | | svn path=/trunk/netsurf/; revision=13896
* Re-jig URL launch as would never have fallen back to using openurl.library.Chris Young2012-04-181-3/+6
| | | | | | Add it as an option instead. svn path=/trunk/netsurf/; revision=13882
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-156/+162
| | | | svn path=/trunk/netsurf/; revision=13548
* More reasonable tile size defaultsChris Young2012-03-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=13506
* allow both x and y dimensions of redraw tiles to be configuredChris Young2012-02-291-4/+7
| | | | svn path=/trunk/netsurf/; revision=13502
* Add tiled refresh, with tiles of max size option_redraw_tile_size. ThisChris Young2012-02-251-1/+4
| | | | | | | | | reduces the size of our off-screen bitmap and associated memory. Only works with browser windows at present. History and treeviews still have full window refresh/bitmap. Setting the option to 0 brings back the old behaviour. svn path=/trunk/netsurf/; revision=13468
* option_screen_compositing to enable switching compositing for NetSurf's ownChris Young2012-02-241-0/+3
| | | | | | | | | | | | | | | | | | | screen on/off. Some experimentation with compositing and simple/smart refresh reveals that simple refresh windows with compositing on for the screen behave the same as smart refresh windows. Smart refresh windows with compositing off use more gfx memory than when compositing is on. Simple refresh windows with compositing off will probably be more memory efficient, as we are using an off-screen bitmap to render the browsing area anyway. However due to this bitmap being re-used over multiple tabs/windows, it does not always reflect what should be on the window, so performing a redraw of damaged areas may be the only option. Need to read damaged regions from layer (probably through struct Region *DamageList) and check on performance vs memory or make the window refresh type configurable. Simple refresh code #ifdefed out for now for further investigation later. svn path=/trunk/netsurf/; revision=13464
* Default X and Y aspect ratio to 0. This will make NetSurf assume that the ↵Chris Young2012-01-061-2/+2
| | | | | | | | screen has square pixels, which is true in 99% of cases on OS4. svn path=/trunk/netsurf/; revision=13377
* Reimplement the previous hotlist menu refresh code, as the bug causing the ↵Chris Young2011-11-071-1/+4
| | | | | | | | previous problems was fixed ages ago. Make the timing configurable for now but default to off. svn path=/trunk/netsurf/; revision=13135
* Be more flexible with the aspect ratios we correct to.Chris Young2011-10-111-3/+6
| | | | svn path=/trunk/netsurf/; revision=13036
* Default search ico should only come from themeChris Young2011-10-081-3/+0
| | | | svn path=/trunk/netsurf/; revision=13011
* Change option to get accepted languages from Locale into a checkbox so it ↵Chris Young2011-09-111-1/+4
| | | | | | | | updates at startup svn path=/trunk/netsurf/; revision=12787
* Avoid calling AllocSignal() until the last minute, as it causes PM_OPEN to ↵Chris Young2011-09-021-4/+1
| | | | | | | | | | initiate an Intuition or Input deadlock. Re-enable context menus as they are now safe. Remove sticky context menus option as this can be set in GUI prefs as a global option. svn path=/trunk/netsurf/; revision=12698
* Correct aspect ratio correctly and support widescreen displaysChris Young2011-07-171-1/+4
| | | | svn path=/trunk/netsurf/; revision=12607
* When opening new tabs next to the active one, open them sequentially until ↵Chris Young2011-07-021-1/+1
| | | | | | | | | the tab is switched away from. This is more akin to how Firefox etc do it. Make this the default. svn path=/trunk/netsurf/; revision=12561
* Add an option to open new tabs next to the current tab. Needs some ↵Chris Young2011-07-021-0/+3
| | | | | | | | | additional logic as opening multiple tabs results in the new tabs being in reverse order to that expected. svn path=/trunk/netsurf/; revision=12559