summaryrefslogtreecommitdiffstats
path: root/libass/ass_fontconfig.c
Commit message (Expand)AuthorAgeFilesLines
* fontconfig: add font fallback callbackGrigori Goronzy2015-07-101-17/+98
* fontselect: add fallback and substitution callbacksGrigori Goronzy2015-07-101-0/+2
* Fix warningsGrigori Goronzy2015-07-101-1/+2
* fontselect: coretext: allow selection based on PostScript nameStefano Pigozzi2015-07-101-1/+2
* Support multiple font family namesGrigori Goronzy2015-07-101-9/+12
* Add support for font width propertyGrigori Goronzy2015-07-101-6/+5
* Use TrueType font weight scaleGrigori Goronzy2015-07-101-2/+12
* Custom font matching and font sourcesGrigori Goronzy2015-07-101-497/+96
* More malloc checkingwm42014-11-201-0/+3
* Print debug message when loading a memory fontwm42014-11-151-0/+2
* Check more mallocswm42014-11-091-3/+13
* fontconfig: don't compact the sorted font listOleg Oshmyan2014-01-241-1/+1
* Improve font mismatch messagewm42013-06-221-5/+12
* fontconfig: remove default "lang" setting from patternsUoti Urpala2013-05-141-0/+8
* Fix fontconfig disabled at runtimeGrigori Goronzy2011-02-161-1/+2
* Relicense to ISCGrigori Goronzy2010-09-281-12/+10
* Get rid of NULL checks for freeGrigori Goronzy2010-08-091-5/+4
* POSIX compliance: add strings.h include where appropriateGrigori Goronzy2010-08-071-0/+1
* Fix match_fullname loopGrigori Goronzy2010-07-111-1/+2
* Improve fullname matchingGrigori Goronzy2010-06-261-5/+18
* Support multiple faces per attachment correctlyGrigori Goronzy2010-04-171-1/+1
* Cosmetics: remove underscore prefix from _select_font functionGrigori Goronzy2010-02-131-4/+4
* fontconfig: consider fullname for matching fontsGrigori Goronzy2010-02-121-3/+61
* Update documentation to reflect fontconfig changesGrigori Goronzy2010-02-121-2/+2
* Adjust a few message levels and message textsGrigori Goronzy2010-01-191-1/+1
* Remove support for fontconfig < 2.4.2Grigori Goronzy2010-01-081-119/+1
* Fix libass w/o fontconfigGrigori Goronzy2009-10-111-1/+1
* strdup() fontconfig strings freed by callerGrigori Goronzy2009-10-081-3/+5
* Fix build without fontconfigAlexis Ballier2009-08-121-0/+2
* Rename typedefs (breaks API)Grigori Goronzy2009-08-061-18/+18
* Clean up typedefs/structsGrigori Goronzy2009-07-281-1/+1
* Fix fontconfig memory leaksGrigori Goronzy2009-07-241-4/+2
* Fix compilation without fontconfigGrigori Goronzy2009-07-241-3/+5
* Fallback to default fontconfig configurationGrigori Goronzy2009-07-221-1/+9
* Improve fontconfig setupGrigori Goronzy2009-07-171-12/+25
* Message callback funtionalityGrigori Goronzy2009-07-111-36/+39
* Replace string defines with real stringsGrigori Goronzy2009-07-111-35/+32
* Include ass_utils.h instead of mputils.hGrigori Goronzy2009-06-271-1/+1
* Rename various non-static functionsGrigori Goronzy2009-06-271-1/+1
* Rename mp_msg to ass_msgGrigori Goronzy2009-06-271-21/+21
* ass_set_fonts: optionally pass fontconfig config pathgreg2009-06-201-5/+13
* Silence warnings introduced by -Wallgreg2009-06-201-1/+1
* Reindent all source code.greg2009-06-201-380/+408
* 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