log libass/ass_fontconfig.c @ 31946:923e9453ece9

age author description
Wed, 11 Aug 2010 01:14:37 +0000 greg Import libass 0.9.11
Fri, 06 Aug 2010 21:13:41 +0000 greg Import libass 0.9.10
Fri, 08 Jan 2010 18:35:44 +0000 greg Update internal libass copy to commit 8db4a5
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 16 Mar 2009 19:26:23 +0000 eugeni Cosmetics: reindent.
Mon, 16 Mar 2009 19:26:19 +0000 eugeni Fix uninitialized memory access in ass_fontconfig.
Sun, 08 Mar 2009 16:13:26 +0000 eugeni Cosmetics: reindent.
Sun, 08 Mar 2009 16:13:21 +0000 eugeni Treat -font/-subfont as Fontconfig pattern in libass.
Sun, 02 Nov 2008 11:48:20 +0000 reimar Consistently use NULL for pointers instead of 0.
Sun, 02 Nov 2008 09:57:22 +0000 reimar Fallback to non-fontconfig behaviour when fontconfig initialization fails.
Thu, 07 Aug 2008 10:36:07 +0000 diego Rename font-related preprocessor directives.
Mon, 23 Jun 2008 14:46:55 +0000 eugeni Check if the font set returned from FcFontSort in not NULL.
Mon, 23 Jun 2008 14:46:52 +0000 eugeni Reindent.
Mon, 23 Jun 2008 14:46:50 +0000 eugeni Only use application font dir if library->fonts_dir is not NULL.
Thu, 22 May 2008 22:52:58 +0000 eugeni Cosmetics: reindent after the last commit.
Thu, 22 May 2008 22:52:57 +0000 eugeni Read all faces of a memory font, not just the first one.
Thu, 22 May 2008 08:58:06 +0000 eugeni Fix compilation with FontConfig <= 2.2.96.
Wed, 14 May 2008 17:21:58 +0000 diego Speak of libass instead of MPlayer in the libass license headers.
Tue, 13 May 2008 08:02:23 +0000 diego Use standard license header.
Sun, 11 May 2008 20:17:21 +0000 eugeni When building font pattern, treat both ' ' and '-' as word separators.
Sun, 11 May 2008 19:49:57 +0000 eugeni Fix possible free of unallocated memory.
Thu, 08 May 2008 13:54:00 +0000 eugeni Define FC_FULLNAME and FC_EMBOLDEN to fix compilation with ancient fontconfig.
Thu, 08 May 2008 13:53:58 +0000 eugeni If both full name and family are available, use the former in inexact match warning.
Thu, 08 May 2008 13:53:56 +0000 eugeni Remove extra family names from the search pattern after FcFontSort and
Sat, 03 May 2008 12:44:16 +0000 ulion Fix the second fontconfig_init function as the declaration in the .h file.
Fri, 02 May 2008 23:32:29 +0000 eugeni Print more info about selected font.
Fri, 02 May 2008 23:32:28 +0000 eugeni Rewrite font family check in a simpler way.
Fri, 02 May 2008 23:32:26 +0000 eugeni Move font family check to the end of the list.
Fri, 02 May 2008 23:32:25 +0000 eugeni Cosmetics: rename local variables to better reflect their contents.
Thu, 01 May 2008 00:34:29 +0000 eugeni Only warn if both font family and its full name are different from requested.