summaryrefslogtreecommitdiff
path: root/amiga/font_scan.c
Commit message (Expand)AuthorAgeFilesLines
* Restrict all menu icon code to OS4+gadtools53.7Chris Young2015-08-171-1/+2
* Allow a fallback font for characters above 0xFFFF to be specified. There is ...Chris Young2015-07-061-1/+6
* Change LOG() macro to be varadicVincent Sanders2015-05-281-8/+8
* Remove dead codeChris Young2015-01-311-20/+0
* fix a crash in the font scannerChris Young2015-01-301-3/+3
* Fixup font scanning some more, remove .font suffixChris Young2015-01-301-5/+6
* Enable the font scanner for OS3Chris Young2015-01-301-10/+15
* Move everything else over to using the class pointers.Chris Young2015-01-261-4/+5
* Stub out font.c and font_scan.c for OS3 for nowChris Young2015-01-121-0/+23
* Allocate screen title when first needed and keep it private to amiga/gui.cChris Young2014-11-161-1/+1
* Fix warningsChris Young2014-11-091-18/+18
* Fix several doxygen issuesVincent Sanders2014-11-081-5/+5
* Update amiga frontend for split operation table header changesVincent Sanders2014-10-161-4/+6
* Filter all control chars from width kerning and fix some const warnings.Chris Young2014-05-191-1/+1
* Change the scope of some variables picked up by cppcheck, minor reformattingChris Young2014-04-051-2/+2
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR where...Chris Young2013-10-121-2/+2
* move options includeVincent Sanders2013-05-281-1/+1
* Fix memory leak and make a point of ignoring UTF-16 surrogatesChris Young2013-04-141-4/+21
* We are opening on a public screen, not a custom screen (even our own screen i...Chris Young2013-03-201-1/+1
* 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