summaryrefslogtreecommitdiff
path: root/frontends/amiga/options.h
Commit message (Collapse)AuthorAgeFilesLines
* 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