summaryrefslogtreecommitdiff
path: root/amiga/Makefile.target
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-130/+0
|
* Use guigfx.library for 8-bit image quantizationChris Young2016-04-281-3/+3
| | | | | | This achieves speed-up on OS3/68k platforms where 8-bit modes are more likely to be used, at the expense of lower quality quantization than the former picture.datatype abuse provided. Additionally, caching of BitMaps in palette-mapped modes is now possible. NetSurf now requires guigfx.library (and render.library) in order to start, even on OS4.
* Add our own NewObject() function for OS3 and enable optimisationsChris Young2016-02-291-1/+1
|
* Add more appropriate readme for OS3 buildChris Young2016-01-231-0/+7
|
* OS3 build fixesChris Young2016-01-161-1/+1
|
* More font-related tidy-upChris Young2016-01-161-1/+1
|
* Make font engine selection bit more logicalChris Young2016-01-151-1/+1
|
* Separate font cache code into a new fileChris Young2016-01-111-1/+1
|
* Faster hashingChris Young2015-11-171-1/+1
|
* Use a hash as the skiplist keyChris Young2015-11-171-1/+1
|
* Rename context_menu.c and strip out all the context menu code, so this file ↵Chris Young2015-09-051-2/+3
| | | | and popupmenu.class is only used (optionally) for HTML form selection.
* Rough outline for Intuition-based context menuChris Young2015-09-031-1/+1
|
* Define m68k for OS3 build so dukky (nearly) compiles.Chris Young2015-08-141-1/+1
|
* Update amiga to use bitmap render APIVincent Sanders2015-04-241-1/+1
|
* Remove webp image handlingVincent Sanders2015-04-211-2/+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
* move the mandantory library config for libcss and libdom to core makefileVincent Sanders2015-04-171-2/+2
|
* Update amiga makefile to set filter for split messagesVincent Sanders2015-04-071-1/+3
|
* Remove inclusion of my async backing store code whilst it's not being used.Chris Young2015-03-311-2/+1
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurf into ↵Chris Young2015-02-231-1/+1
|\ | | | | | | chris/bitmap-fonts
| * Avoid forward declarationsChris Young2015-02-231-1/+1
| | | | | | | | Specify hook function with 68k registers when building for that target
* | Lazy bitmap font rendered text for slow hardware (non-working)Chris Young2015-02-031-1/+2
|/
* Add some suggested optimisation switchesChris Young2015-02-021-2/+2
|
* Add the Dutch files to the Amiga archiveChris Young2015-01-301-1/+1
|
* Don't use optimisation when building for OS3Chris Young2015-01-271-2/+2
| | | | This is causing unexpected problems.
* Abstract P96 functions away so we can decide what to use at run-time.Chris Young2015-01-201-1/+1
| | | | This allows us to avoid opening P96 on OS4.1FE in future, and not require it to be installed on OS3.
* Fix some easy OS3 linker errorsChris Young2015-01-181-1/+1
|
* Make adding NetSurf to launch-handler more robust:Chris Young2015-01-171-1/+0
| | | | | | Now handles when the user hasn't ever saved their config Doesn't attempt to add when auto-installing Removes need for fitr
* Avoid confusing double-negativesChris Young2015-01-131-2/+2
|
* Don't create processes under OS3, or OS4 for now for testingChris Young2015-01-121-2/+2
|
* Tidy upChris Young2015-01-081-14/+3
|
* Some OS3 compatibility for testingChris Young2014-12-201-1/+1
|
* Revert "Revert "Write out to the backing store asynchronously.""Chris Young2014-11-221-1/+1
| | | | This reverts commit 75623179aa7a0259477ef93dcd2a3562c4884c74.
* Revert "Write out to the backing store asynchronously."Chris Young2014-11-191-1/+1
| | | | | | 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-1/+1
| | | | | | | | | | | | 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.
* Add new libs file to centrally open/close required libraries, and move a ↵Chris Young2014-11-091-1/+1
| | | | couple of the existing manual opens to it.
* remove -lautoChris Young2014-11-091-2/+2
|
* Clean up saving as PDFVincent Sanders2014-10-261-1/+1
| | | | | | | | | | | | This removes the global PDF_Password interface that had completely bitrotted and moves it into the standard misc operation table with a sensible defualt implementation. This also cleans up and fixes the gtk frontend implementation of the pdf password callback so it compiles. Finally this moves the implementation to a sensible place alongside the other exporters reducing target makefile complexity futher.
* clean up the fetcher factory and improve its APIVincent Sanders2014-06-191-1/+1
|
* Remove Cairo from AmigaOS frontend.Chris Young2014-05-031-8/+0
|
* Ensure pkg-config pulls in all the curl libs we needChris Young2014-02-041-1/+1
|
* Add Javascript build ability to cross-compiled targetChris Young2014-01-051-0/+1
|
* remove all references to using libMNGVincent Sanders2014-01-041-1/+0
|
* Convert download filename to local charsetChris Young2014-01-021-1/+1
|
* Add missing icons to packageChris Young2013-08-151-1/+1
|
* Revert nsfont_split back to how it was before I started meddling with it.Chris Young2013-08-031-1/+0
|
* Ensure we get the correct Messages filesChris Young2013-07-271-1/+2
|
* fix spurious whitespace in makefileVincent Sanders2013-05-281-2/+2
|
* move amiga to new options codeVincent Sanders2013-05-281-5/+5
|
* Increase AmigaOS revision numberChris Young2013-04-231-4/+4
|
* Use internal curl scheduled fetcherChris Young2013-04-161-1/+1
|