summaryrefslogtreecommitdiff
path: root/frontends/amiga/options.h
Commit message (Collapse)AuthorAgeFilesLines
* Amiga: Use IANA codeset number to identify local charsetChris Young2020-05-261-3/+13
|
* Amiga: Allow running JS from ARexxChris Young2019-08-101-0/+1
| | | | | | Option arexx_allow_exec enables the EXEC command. It is disabled by default and currently undocumented. Theoretically this could be used by a form filler application.
* Make SimpleRefresh the default.Chris Young2019-05-121-1/+1
| | | | This reduces memory use.
* Enable displaying download progress within a notification.Chris Young2017-03-201-0/+1
| | | | | | Requires Enhancer Pack (Ringhio 53.65+) Defaults to 0 (off) as there is currently no check to see if this version is installed. This is currently potentially dangerous to toggle whilst a download is in progress, so cannot be changed through the GUI.
* Remove direct_render, only ever used for debuggingChris Young2017-02-131-1/+0
|
* Allocate uncompressed bitmap data in extended memory.Chris Young2016-12-311-1/+4
| | | | This currently isn't working correctly - it simply freezes at some point after loading the page.
* Allow a second-run NetSurf to open passed URL in a new tab rather than a new ↵Chris Young2016-08-151-0/+1
| | | | window.
* Use charset from default Locale and store it in an option so we can (a) ↵Chris Young2016-06-251-1/+1
| | | | override and (b) get it without constantly looking it up
* In 8-bit mode, when using a 1-bit mask, set the mask so only wholly ↵Chris Young2016-05-221-1/+1
| | | | | | transparent pixels are not plotted by default. This is considered "more correct" than setting an arbitrary value when full alpha is not possible.
* move frontends into sub directoryVincent Sanders2016-05-151-0/+95