log libass/ass_fontconfig.c @ 24558:97eaba07ef9d

age author description
Sat, 04 Aug 2007 10:46:14 +0000 iive Fix compilation of ass_fontconfig.c when fontconfig is disabled.
Fri, 03 Aug 2007 13:43:11 +0000 eugeni More simple and correct font reselection.
Thu, 03 May 2007 20:10:14 +0000 eugeni Move variables and a function under #ifdef FC_VERSION to avoid warnings.
Thu, 03 May 2007 19:52:46 +0000 eugeni Deallocate FontConfig objects.
Tue, 10 Apr 2007 17:53:41 +0000 eugeni Don't check if user-supplied default font path exists.
Thu, 22 Feb 2007 15:48:37 +0000 eugeni Add some missing includes.
Sun, 17 Dec 2006 12:00:55 +0000 eugeni Update some comments.
Sat, 16 Dec 2006 19:19:27 +0000 eugeni Avoid "pointer targets differ in signedness" warnings.
Sun, 03 Dec 2006 18:24:11 +0000 eugeni Open embedded fonts directly from memory.
Sun, 03 Dec 2006 17:59:13 +0000 eugeni Keep embedded fonts in ass_library_t and perform actual disk write
Tue, 28 Nov 2006 22:50:02 +0000 eugeni If a glyph is not found in the current font, switch to another one.
Sun, 26 Nov 2006 22:53:52 +0000 eugeni Remove obsolete "no_more_font_messages" hack.
Sun, 19 Nov 2006 22:35:17 +0000 kraymer MSGTRs for libass
Sun, 19 Nov 2006 00:41:00 +0000 eugeni Collect all includes of mplayer headers in libass in a single file (mputils.h).
Fri, 03 Nov 2006 18:15:33 +0000 eugeni Introduce MSGT_ASS, use it for all libass messages.