summaryrefslogtreecommitdiff
path: root/frontends/amiga/dist
Commit message (Collapse)AuthorAgeFilesLines
* Fix attributeChris Young2017-09-241-1/+1
|
* 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.
* Update documentatonChris Young2017-01-151-2/+2
|
* Make the documentation reflect reality.Chris Young2016-12-311-1/+1
| | | | ExtMem is enabled by default for now to give it a good workout. Disabled may be a more sensible default.
* DocumentationChris Young2016-12-311-1/+1
|
* Remove setting an env-var to force disable Altivec in libjpeg-turboChris Young2016-11-181-10/+0
| | | | | a) v1.5.1 has Altivec off by default when built for OS4 b) I've moved my detection code into libjpeg-turbo, so the env-var will now *only* be an override
* If NetSurf is already running, ensure when we open a new tab that it becomes ↵Chris Young2016-09-101-2/+2
| | | | | | active. This matches the behaviour in more mainstream web browsers.
* document ACTIVEChris Young2016-09-101-1/+2
|
* Allow a second-run NetSurf to open passed URL in a new tab rather than a new ↵Chris Young2016-08-151-4/+4
| | | | window.
* Force disable libjpeg-turbo's use of AltiVec if we don't have itChris Young2016-07-091-0/+10
| | | | NB: This var must be set when NetSurf is launched. The in-program setting is just a precaution in case the install script isn't run
* move frontends into sub directoryVincent Sanders2016-05-159-0/+926