summaryrefslogtreecommitdiff
path: root/amiga/font_scan.c
Commit message (Expand)AuthorAgeFilesLines
* Remove font_unicode_list - font_unicode is a list now.Chris Young2012-11-081-10/+2
* 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
* remove standalone code which no longer compilesChris Young2012-10-161-27/+0
* remove extraneous linefeedsChris Young2012-10-161-3/+3
* attempt to avoid a crash during font scanningChris Young2012-10-141-8/+10
* trivial docuemntation cleanups to address some of the huge number of docuemnt...Vincent Sanders2012-10-081-2/+4
* Allow a comma-separated list of fonts to be specified in font_unicode_listChris Young2012-05-091-1/+18
* Progress display for font scanningChris Young2012-05-071-8/+91
* Rescan fonts if preferred fallback font is changed in the GUIChris Young2012-05-061-14/+36
* Use font_unicode option as preferred (first scanned) font. Ideally need toChris Young2012-05-051-11/+80
* Integrate Unicode font scanner into NetSurf.Chris Young2012-05-051-9/+20
* Add loading, parse OS fonts into a list (which can optionally alreadyChris Young2012-05-051-18/+100
* Tidy-up, split into sensible functions for NetSurf integration,Chris Young2012-05-051-20/+113
* Font glyph scanner. Currently works as a standalone program which outputs aChris Young2012-05-041-0/+142