summaryrefslogtreecommitdiff
path: root/amiga/Makefile.defaults
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-42/+0
|
* Remove webp image handlingVincent Sanders2015-04-211-4/+0
| | | | | | | | | | | | | | | | The bitmap and image handling interfaces have changed within NetSurf and the webp image handling has not been fixed up appropriately to cope. After discussion with the other developers it has been decided that the webp support is not worth the necessary development effort to rewrite and maintain. The webp format is not in wide usage and Mozilla, Microsoft and Apple have not adopted it. This means the removal will not adversely impact NetSurf. Resolves:2310
* Remove inclusion of my async backing store code whilst it's not being used.Chris Young2015-03-311-0/+5
|
* Add some suggested optimisation switchesChris Young2015-02-021-1/+1
|
* Don't use optimisation when building for OS3Chris Young2015-01-271-1/+1
| | | | This is causing unexpected problems.
* Fix some easy OS3 linker errorsChris Young2015-01-181-1/+5
|
* Revert "Revert "Write out to the backing store asynchronously.""Chris Young2014-11-221-4/+0
| | | | This reverts commit 75623179aa7a0259477ef93dcd2a3562c4884c74.
* Revert "Write out to the backing store asynchronously."Chris Young2014-11-191-0/+4
| | | | | | This reverts commit 1ddf8215cfde443a48043274cef17e45c68f0c91. Appears to be unsafe to run this in a new process.
* Write out to the backing store asynchronously.Chris Young2014-11-181-4/+0
| | | | | | | | | | | | Despite the fact AmigaOS filesystems run as separate processes, DOS filesystem writes occur synchronously waiting for the disk write to finish before returning. Here we have effectively taken the core's fs backing store and extended it slightly so the store operation is spun off into a new process, running at a lower task priority than NetSurf itself. This stops the UI pauses that occur shortly after loading pages as NetSurf commits the cache to disk. Somewhat experimental, pending more extensive user testing.
* Tentatively enable the fs cache backing storeChris Young2014-05-161-0/+4
|
* Remove Cairo from AmigaOS frontend.Chris Young2014-05-031-6/+1
|
* fix formatting of defaults makefilesVincent Sanders2014-03-201-38/+38
|
* remove all references to using libMNGVincent Sanders2014-01-041-4/+0
|
* stop the build whinging about NETSURF_USE_JS := AUTOChris Young2013-05-121-0/+6
|
* split target defaults outVincent Sanders2012-12-131-0/+40