summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Remove libxmlJohn-Mark Bell2012-11-103-6/+6
|
* Remove font_unicode_list - font_unicode is a list now.Chris Young2012-11-083-14/+3
|
* Remove the fallback font options from the prefs GUI; it isn't really needed ↵Chris Young2012-11-081-33/+1
| | | | now we have the font scanner and any advanced tweaking needs to be actioned through the Choices file anyway (the GUI would need a lot of work to add all the new options)
* Fix crash when fallback font is not set and NetSurf was unable to find ↵Chris Young2012-11-081-8/+8
| | | | anything suitable on startup.
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-11-071-1/+0
|\
| * Fix font_scan crash (credit: Gazelle)Chris Young2012-11-071-1/+0
| |
* | Remove extraneous debugChris Young2012-11-071-5/+1
|/
* noisy debugChris Young2012-11-061-0/+4
|
* Fix missing includes.John-Mark Bell2012-11-031-0/+2
|
* Port save complete to libdom.John-Mark Bell2012-11-034-150/+32
|
* Fix up amiga/iff_dr2d.c with svgtiny using libdom nowDaniel Silverstone2012-11-031-2/+2
|
* 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
* | Fix a serious crash that occurs if the underlying window is closed during a ↵Chris Young2012-10-313-2/+19
| | | | | | | | hook function invoked from it.
* | Make it a bit more obvious what is happening, as AutoInstall/CopyStore won't ↵Chris Young2012-10-311-0/+2
| | | | | | | | give us a progress bar.
* | Fix AutoInstallChris Young2012-10-311-26/+3
| |
* | Drop the two different names for the executableChris Young2012-10-311-9/+2
| |
* | Dispose the DT object once we've finished converting it to a bitmap.Chris Young2012-10-301-2/+6
| |
* | More useful DataTypes image titleChris Young2012-10-281-8/+36
| |
* | Avoid creating the DT object multiple timesChris Young2012-10-281-35/+42
| |
* | Now the graphics.library plotters are feature-complete, use them by default.Chris Young2012-10-242-2/+2
|/
* Greatly increase the space allocated for Area-operation vector storage. The ↵Chris Young2012-10-231-2/+7
| | | | SVG tiger is now rendering correctly with graphics.library plotting only (no Cairo)
* Log Area* function errorsChris Young2012-10-231-10/+15
|
* graphics.library path plotter initial codeChris Young2012-10-231-16/+114
|
* graphics.library arc plotterChris Young2012-10-231-3/+30
|
* Don't set outline pen - this is what makes AreaFill outline the filled area, ↵Chris Young2012-10-221-14/+0
| | | | which we categorically do not want to happen.
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-10-223-33/+12
|\
| * 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
| |
| * Ensure stack size is at least 128KBChris Young2012-10-191-0/+1
| |
| * Fix "error setting certificate verify locations" problem when the Choices ↵Michael Drake2012-10-171-2/+7
| | | | | | | | file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak.
| * remove standalone code which no longer compilesChris Young2012-10-161-27/+0
| |
| * remove extraneous linefeedsChris Young2012-10-161-3/+3
| |
* | Document HOTLIST ARexx commandChris Young2012-10-141-0/+3
|/
* Add ARexx commands HOTLIST OPEN and HOTLIST CLOSEChris Young2012-10-141-2/+17
|
* attempt to avoid a crash during font scanningChris Young2012-10-141-8/+10
|
* for native builds, temporarily revert usage of pkg-config for cairo detectionChris Young2012-10-141-4/+4
|
* Remove suspension of bmp/gif images. It's completely redundant with the ↵Michael Drake2012-10-141-13/+0
| | | | convert on demand core image cache.
* 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