log sub/font_load_ft.c @ 37153:ee0a7558379e

age author description
Wed, 12 Feb 2014 19:16:31 +0000 reimar Fix compilation without freetype.
Wed, 22 Jan 2014 19:26:30 +0000 ib Fix handling of option 'subfont-encoding'.
Wed, 22 Jan 2014 19:22:08 +0000 ib Fix handling of option 'subfont-encoding'.
Sat, 09 Nov 2013 08:46:01 +0000 reimar font_load_ft: small simplifications.
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Thu, 01 Nov 2012 21:42:40 +0000 reimar More strict check so it is actually possible to trigger.
Wed, 16 May 2012 21:30:07 +0000 reimar Initialize "result" variable since FcFontMatch only sets it on failure.
Wed, 16 May 2012 21:30:06 +0000 reimar Add result argument to second FcFontMatch argument, just like for the first.
Sat, 07 May 2011 20:55:21 +0000 reimar Add some "const" to avoid compiler warnings.
Sat, 20 Nov 2010 11:39:05 +0000 komh Set font_fontconfig to -1 if CONFIG_FONTCONFIG is not configured.
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Wed, 27 Oct 2010 17:37:29 +0000 cigaes Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.