summaryrefslogtreecommitdiff
path: root/amiga/Makefile.target
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add basic context-sensitive help.Chris Young2013-01-241-2/+3
|
* OS3 needs PBL tooChris Young2013-01-171-1/+1
|
* move common include path setup to core MakefileVincent Sanders2012-12-201-1/+1
|
* make macro name more correctVincent Sanders2012-12-131-6/+6
|
* Remove libxmlJohn-Mark Bell2012-11-101-4/+4
|
* Port save complete to libdom.John-Mark Bell2012-11-031-1/+1
|
* Merge Vincent's Javascript work onto masterDaniel Silverstone2012-11-031-4/+0
|\
| * Ensure that we turn on JS sources if either of USE_JS or USE_MOZJS is triggeredDaniel Silverstone2012-11-021-4/+0
| |
* | Remove languages that only have messages filesRob Kendrick (fatigue)2012-11-031-1/+1
| |
* | Create split messages files earlierRob Kendrick (fatigue)2012-11-031-1/+1
| |
* | Have FatMessages macro mkdir -p the destination directory, and have Amiga ↵Rob Kendrick (fatigue)2012-11-031-1/+1
| | | | | | | | front end use macro
* | Drop the two different names for the executableChris Young2012-10-311-9/+2
|/
* Revert "Revert "Link against libiconv""John-Mark Bell2012-10-211-1/+1
| | | | This reverts commit 02996802d92a76f380a9db4d7e138b91d8d06014.
* Revert "Link against libiconv"John-Mark Bell2012-10-201-1/+1
| | | | This reverts commit aa3760bd550fe2a625947828fb7847693657aba2.
* Link against libiconvJohn-Mark Bell2012-10-201-1/+1
|
* for native builds, temporarily revert usage of pkg-config for cairo detectionChris Young2012-10-141-4/+4
|
* appears that we don't actually need to use dynamic linking for cairoChris Young2012-10-131-1/+0
|
* remove unneeded manual cairo ldflags etcChris Young2012-10-131-2/+2
|
* auto-detect cairoChris Young2012-10-131-5/+5
|
* use pkgconfigChris Young2012-10-131-2/+4
|
* allow cross-compiling Cairo buildChris Young2012-10-131-1/+7
|
* don't need libcaresChris Young2012-10-121-2/+2
|
* use libtre instead of libregex for native builds, same as cross-compileChris Young2012-10-121-2/+4
|
* Preserve the executable attribute, and ensure we copy the correct binary in ↵Chris Young2012-10-111-1/+1
| | | | all scenarios
* libjpeg.so.12 is the current versionChris Young2012-09-221-1/+1
|
* Expor tthe correct messages when packagingChris Young2012-09-091-1/+3
|
* Split install and package targets.Vincent Sanders2012-08-231-2/+8
| | | | Install target is for installing on the local machine and package generates a package
* pedantic makefile spacingChris Young2012-08-181-2/+2
|
* add install files required for Cairo build. (native build only)Chris Young2012-08-181-1/+11
|