summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* Fix the display of the drag save iconChris Young2012-11-111-15/+15
* These were allocated with c lib functions, not AllocVecChris Young2012-11-111-5/+5
* Fix options GUI cleanup (credit: Gazelle)Chris Young2012-11-111-5/+5
* Pass UTF-8 text length for conversionChris Young2012-11-101-3/+1
* 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 n...Chris Young2012-11-081-33/+1
* Fix crash when fallback font is not set and NetSurf was unable to find anythi...Chris Young2012-11-081-8/+8
* 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 fro...Rob Kendrick (fatigue)2012-11-031-1/+1
* | Fix a serious crash that occurs if the underlying window is closed during a h...Chris Young2012-10-313-2/+19
* | Make it a bit more obvious what is happening, as AutoInstall/CopyStore won't ...Chris Young2012-10-311-0/+2
* | 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
* 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
* 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
| * Revert "Link against libiconv"John-Mark Bell2012-10-201-1/+1
| * 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 fil...Michael Drake2012-10-171-2/+7
| * 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 conv...Michael Drake2012-10-141-13/+0
* 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