]> granicus.if.org Git - libass/history - libass/ass_fontconfig.c
Fix whitespace trimming
[libass] / libass / ass_fontconfig.c
2011-02-16 Grigori GoronzyFix fontconfig disabled at runtime
2010-09-28 Grigori GoronzyRelicense to ISC
2010-08-09 Grigori GoronzyGet rid of NULL checks for free
2010-08-07 Grigori GoronzyPOSIX compliance: add strings.h include where appropriate
2010-07-11 Grigori GoronzyFix match_fullname loop
2010-06-26 Grigori GoronzyImprove fullname matching
2010-04-17 Grigori GoronzySupport multiple faces per attachment correctly
2010-02-13 Grigori GoronzyCosmetics: remove underscore prefix from _select_font...
2010-02-12 Grigori Goronzyfontconfig: consider fullname for matching fonts
2010-02-12 Grigori GoronzyUpdate documentation to reflect fontconfig changes
2010-01-18 Grigori GoronzyAdjust a few message levels and message texts
2010-01-08 Grigori GoronzyRemove support for fontconfig < 2.4.2
2009-10-11 Grigori GoronzyFix libass w/o fontconfig
2009-10-08 Grigori Goronzystrdup() fontconfig strings freed by caller
2009-08-12 Alexis BallierFix build without fontconfig
2009-08-06 Grigori GoronzyRename typedefs (breaks API)
2009-07-27 Grigori GoronzyClean up typedefs/structs
2009-07-24 Grigori GoronzyFix fontconfig memory leaks
2009-07-24 Grigori GoronzyFix compilation without fontconfig
2009-07-22 Grigori GoronzyFallback to default fontconfig configuration
2009-07-17 Grigori GoronzyImprove fontconfig setup
2009-07-11 Grigori GoronzyMessage callback funtionality
2009-07-10 Grigori GoronzyReplace string defines with real strings
2009-06-27 Grigori GoronzyInclude ass_utils.h instead of mputils.h
2009-06-27 Grigori GoronzyRename various non-static functions
2009-06-27 Grigori GoronzyRename mp_msg to ass_msg
2009-06-20 gregass_set_fonts: optionally pass fontconfig config path
2009-06-20 gregSilence warnings introduced by -Wall
2009-06-20 gregReindent all source code.
2009-05-13 diegowhitespace cosmetics: Remove all trailing whitespace.
2009-03-16 eugeniCosmetics: reindent.
2009-03-16 eugeniFix uninitialized memory access in ass_fontconfig.
2009-03-08 eugeniCosmetics: reindent.
2009-03-08 eugeniTreat -font/-subfont as Fontconfig pattern in libass.
2008-11-02 reimarConsistently use NULL for pointers instead of 0.
2008-11-02 reimarFallback to non-fontconfig behaviour when fontconfig...
2008-08-07 diegoRename font-related preprocessor directives.
2008-06-23 eugeniCheck if the font set returned from FcFontSort in not...
2008-06-23 eugeniReindent.
2008-06-23 eugeniOnly use application font dir if library->fonts_dir...
2008-05-22 eugeniCosmetics: reindent after the last commit.
2008-05-22 eugeniRead all faces of a memory font, not just the first...
2008-05-22 eugeniFix compilation with FontConfig <= 2.2.96.
2008-05-14 diegoSpeak of libass instead of MPlayer in the libass licens...
2008-05-13 diegoUse standard license header.
2008-05-11 eugeniWhen building font pattern, treat both ' ' and '-'...
2008-05-11 eugeniFix possible free of unallocated memory.
2008-05-08 eugeniDefine FC_FULLNAME and FC_EMBOLDEN to fix compilation...
2008-05-08 eugeniIf both full name and family are available, use the...
2008-05-08 eugeniRemove extra family names from the search pattern after...
2008-05-03 ulionFix the second fontconfig_init function as the declarat...
2008-05-02 eugeniPrint more info about selected font.
2008-05-02 eugeniRewrite font family check in a simpler way.
2008-05-02 eugeniMove font family check to the end of the list.
2008-05-02 eugeniCosmetics: rename local variables to better reflect...
2008-05-01 eugeniOnly warn if both font family and it's full name are...
2008-05-01 eugeniAllow inexact font family matching.
2008-04-30 eugeniRemove libass dependency on global font_fontconfig...
2007-12-12 ulionFix libass to support -nofontconfig.
2007-08-04 iiveFix compilation of ass_fontconfig.c when fontconfig...
2007-08-03 eugeniMore simple and correct font reselection.
2007-05-03 eugeniMove variables and a function under #ifdef FC_VERSION...
2007-05-03 eugeniDeallocate FontConfig objects.
2007-04-10 eugeniDon't check if user-supplied default font path exists.
2007-02-22 eugeniAdd some missing includes.
2006-12-17 eugeniUpdate some comments.
2006-12-16 eugeniAvoid "pointer targets differ in signedness" warnings.
2006-12-03 eugeniOpen embedded fonts directly from memory.
2006-12-03 eugeniKeep embedded fonts in ass_library_t and perform actual...
2006-11-28 eugeniIf a glyph is not found in the current font, switch...
2006-11-26 eugeniRemove obsolete "no_more_font_messages" hack.
2006-11-19 kraymerMSGTRs for libass
2006-11-19 eugeniCollect all includes of mplayer headers in libass in...
2006-11-03 eugeniIntroduce MSGT_ASS, use it for all libass messages.
2006-10-08 reimarAvoid crash with fontconfig 2.3.9x (as shipped with...
2006-10-01 eugeniAdd copyright notice and vim/emacs comments to libass...
2006-09-19 eugeniCosmetics: fix indentation after last commit.
2006-09-19 eugeniDon't call FcDirScan/FcDirSave with FontConfig >= 2.4.
2006-08-21 rfelkerno c++ decls!
2006-08-06 eugeniUse FontConfig cache to speedup mplayer startup.
2006-07-13 eugeniCosmetics.
2006-07-13 eugeniUse FcPatternAdd-Type instead of FcNameParse. The latte...
2006-07-10 eugeniOnly match outline fonts.
2006-07-07 eugeniInitial libass release (without mencoder support).