aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass/ass_fontconfig.c
Commit message (Expand)AuthorAge
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* Check if the font set returned from FcFontSort in not NULL.Gravatar eugeni2008-06-23
* Reindent.Gravatar eugeni2008-06-23
* Only use application font dir if library->fonts_dir is not NULL.Gravatar eugeni2008-06-23
* Cosmetics: reindent after the last commit.Gravatar eugeni2008-05-22
* Read all faces of a memory font, not just the first one.Gravatar eugeni2008-05-22
* Fix compilation with FontConfig <= 2.2.96.Gravatar eugeni2008-05-22
* Speak of libass instead of MPlayer in the libass license headers.Gravatar diego2008-05-14
* Use standard license header.Gravatar diego2008-05-13
* When building font pattern, treat both ' ' and '-' as word separators.Gravatar eugeni2008-05-11
* Fix possible free of unallocated memory.Gravatar eugeni2008-05-11
* Define FC_FULLNAME and FC_EMBOLDEN to fix compilation with ancient fontconfig.Gravatar eugeni2008-05-08
* If both full name and family are available, use the former in inexact match w...Gravatar eugeni2008-05-08
* Remove extra family names from the search pattern after FcFontSort andGravatar eugeni2008-05-08
* Fix the second fontconfig_init function as the declaration in the .h file.Gravatar ulion2008-05-03
* Print more info about selected font.Gravatar eugeni2008-05-02
* Rewrite font family check in a simpler way.Gravatar eugeni2008-05-02
* Move font family check to the end of the list.Gravatar eugeni2008-05-02
* Cosmetics: rename local variables to better reflect their contents.Gravatar eugeni2008-05-02
* Only warn if both font family and it's full name are different from requested.Gravatar eugeni2008-05-01
* Allow inexact font family matching.Gravatar eugeni2008-05-01
* Remove libass dependency on global font_fontconfig variable.Gravatar eugeni2008-04-30
* Fix libass to support -nofontconfig.Gravatar ulion2007-12-12
* Fix compilation of ass_fontconfig.c when fontconfig is disabled.Gravatar iive2007-08-04
* More simple and correct font reselection.Gravatar eugeni2007-08-03
* Move variables and a function under #ifdef FC_VERSION to avoid warnings.Gravatar eugeni2007-05-03
* Deallocate FontConfig objects.Gravatar eugeni2007-05-03
* Don't check if user-supplied default font path exists.Gravatar eugeni2007-04-10
* Add some missing includes.Gravatar eugeni2007-02-22
* Update some comments.Gravatar eugeni2006-12-17
* Avoid "pointer targets differ in signedness" warnings.Gravatar eugeni2006-12-16
* Open embedded fonts directly from memory.Gravatar eugeni2006-12-03
* Keep embedded fonts in ass_library_t and perform actual disk writeGravatar eugeni2006-12-03
* If a glyph is not found in the current font, switch to another one.Gravatar eugeni2006-11-28
* Remove obsolete "no_more_font_messages" hack.Gravatar eugeni2006-11-26
* MSGTRs for libassGravatar kraymer2006-11-19
* Collect all includes of mplayer headers in libass in a single file (mputils.h).Gravatar eugeni2006-11-19
* Introduce MSGT_ASS, use it for all libass messages.Gravatar eugeni2006-11-03
* Avoid crash with fontconfig 2.3.9x (as shipped with SuSE 10.1, FcDirScan is b...Gravatar reimar2006-10-08
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.Gravatar eugeni2006-10-01
* Cosmetics: fix indentation after last commit.Gravatar eugeni2006-09-19
* Don't call FcDirScan/FcDirSave with FontConfig >= 2.4.Gravatar eugeni2006-09-19
* no c++ decls!Gravatar rfelker2006-08-21
* Use FontConfig cache to speedup mplayer startup.Gravatar eugeni2006-08-06
* Cosmetics.Gravatar eugeni2006-07-13
* Use FcPatternAdd-Type instead of FcNameParse. The latter, as it turns out, re...Gravatar eugeni2006-07-13
* Only match outline fonts.Gravatar eugeni2006-07-10
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07