summaryrefslogtreecommitdiffstats
path: root/libass/ass_fontconfig.c
Commit message (Expand)AuthorAgeFilesLines
* Update internal libass copy to commit 8db4a5greg2010-01-081-404/+347
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-15/+15
* Cosmetics: reindent.eugeni2009-03-161-5/+5
* Fix uninitialized memory access in ass_fontconfig.eugeni2009-03-161-0/+2
* Cosmetics: reindent.eugeni2009-03-081-25/+25
* Treat -font/-subfont as Fontconfig pattern in libass.eugeni2009-03-081-11/+20
* Consistently use NULL for pointers instead of 0.reimar2008-11-021-6/+6
* Fallback to non-fontconfig behaviour when fontconfig initialization fails.reimar2008-11-021-5/+3
* Rename font-related preprocessor directives.diego2008-08-071-4/+4
* Check if the font set returned from FcFontSort in not NULL.eugeni2008-06-231-0/+2
* Reindent.eugeni2008-06-231-35/+36
* Only use application font dir if library->fonts_dir is not NULL.eugeni2008-06-231-0/+2
* Cosmetics: reindent after the last commit.eugeni2008-05-221-25/+25
* Read all faces of a memory font, not just the first one.eugeni2008-05-221-1/+5
* Fix compilation with FontConfig <= 2.2.96.eugeni2008-05-221-0/+2
* Speak of libass instead of MPlayer in the libass license headers.diego2008-05-141-4/+4
* Use standard license header.diego2008-05-131-16/+18
* When building font pattern, treat both ' ' and '-' as word separators.eugeni2008-05-111-7/+9
* Fix possible free of unallocated memory.eugeni2008-05-111-1/+1
* Define FC_FULLNAME and FC_EMBOLDEN to fix compilation with ancient fontconfig.eugeni2008-05-081-0/+10
* If both full name and family are available, use the former in inexact match w...eugeni2008-05-081-1/+1
* Remove extra family names from the search pattern after FcFontSort andeugeni2008-05-081-6/+18
* Fix the second fontconfig_init function as the declaration in the .h file.ulion2008-05-031-1/+1
* Print more info about selected font.eugeni2008-05-021-2/+24
* Rewrite font family check in a simpler way.eugeni2008-05-021-8/+9
* Move font family check to the end of the list.eugeni2008-05-021-5/+5
* Cosmetics: rename local variables to better reflect their contents.eugeni2008-05-021-17/+17
* Only warn if both font family and it's full name are different from requested.eugeni2008-05-011-3/+6
* Allow inexact font family matching.eugeni2008-05-011-0/+20
* Remove libass dependency on global font_fontconfig variable.eugeni2008-04-301-5/+4
* Fix libass to support -nofontconfig.ulion2007-12-121-0/+14
* Fix compilation of ass_fontconfig.c when fontconfig is disabled.iive2007-08-041-1/+2
* More simple and correct font reselection.eugeni2007-08-031-35/+17
* Move variables and a function under #ifdef FC_VERSION to avoid warnings.eugeni2007-05-031-10/+12
* Deallocate FontConfig objects.eugeni2007-05-031-9/+14
* Don't check if user-supplied default font path exists.eugeni2007-04-101-6/+1
* Add some missing includes.eugeni2007-02-221-0/+3
* Update some comments.eugeni2006-12-171-6/+12
* Avoid "pointer targets differ in signedness" warnings.eugeni2006-12-161-2/+2
* Open embedded fonts directly from memory.eugeni2006-12-031-4/+42
* Keep embedded fonts in ass_library_t and perform actual disk writeeugeni2006-12-031-2/+92
* If a glyph is not found in the current font, switch to another one.eugeni2006-11-281-14/+51
* Remove obsolete "no_more_font_messages" hack.eugeni2006-11-261-7/+4
* MSGTRs for libasskraymer2006-11-191-13/+12
* Collect all includes of mplayer headers in libass in a single file (mputils.h).eugeni2006-11-191-1/+1
* Introduce MSGT_ASS, use it for all libass messages.eugeni2006-11-031-13/+13
* Avoid crash with fontconfig 2.3.9x (as shipped with SuSE 10.1, FcDirScan is b...reimar2006-10-081-1/+5
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.eugeni2006-10-011-0/+20
* Cosmetics: fix indentation after last commit.eugeni2006-09-191-23/+23
* Don't call FcDirScan/FcDirSave with FontConfig >= 2.4.eugeni2006-09-191-1/+4
* no c++ decls!rfelker2006-08-211-1/+3
* Use FontConfig cache to speedup mplayer startup.eugeni2006-08-061-0/+28
* Cosmetics.eugeni2006-07-131-1/+1
* Use FcPatternAdd-Type instead of FcNameParse. The latter, as it turns out, re...eugeni2006-07-131-4/+6
* Only match outline fonts.eugeni2006-07-101-0/+7
* Initial libass release (without mencoder support).eugeni2006-07-071-0/+192