index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libass
/
ass_fontconfig.c
Commit message (
Expand
)
Author
Age
*
Update internal libass copy to commit 8db4a5
greg
2010-01-08
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Cosmetics: reindent.
eugeni
2009-03-16
*
Fix uninitialized memory access in ass_fontconfig.
eugeni
2009-03-16
*
Cosmetics: reindent.
eugeni
2009-03-08
*
Treat -font/-subfont as Fontconfig pattern in libass.
eugeni
2009-03-08
*
Consistently use NULL for pointers instead of 0.
reimar
2008-11-02
*
Fallback to non-fontconfig behaviour when fontconfig initialization fails.
reimar
2008-11-02
*
Rename font-related preprocessor directives.
diego
2008-08-07
*
Check if the font set returned from FcFontSort in not NULL.
eugeni
2008-06-23
*
Reindent.
eugeni
2008-06-23
*
Only use application font dir if library->fonts_dir is not NULL.
eugeni
2008-06-23
*
Cosmetics: reindent after the last commit.
eugeni
2008-05-22
*
Read all faces of a memory font, not just the first one.
eugeni
2008-05-22
*
Fix compilation with FontConfig <= 2.2.96.
eugeni
2008-05-22
*
Speak of libass instead of MPlayer in the libass license headers.
diego
2008-05-14
*
Use standard license header.
diego
2008-05-13
*
When building font pattern, treat both ' ' and '-' as word separators.
eugeni
2008-05-11
*
Fix possible free of unallocated memory.
eugeni
2008-05-11
*
Define FC_FULLNAME and FC_EMBOLDEN to fix compilation with ancient fontconfig.
eugeni
2008-05-08
*
If both full name and family are available, use the former in inexact match w...
eugeni
2008-05-08
*
Remove extra family names from the search pattern after FcFontSort and
eugeni
2008-05-08
*
Fix the second fontconfig_init function as the declaration in the .h file.
ulion
2008-05-03
*
Print more info about selected font.
eugeni
2008-05-02
*
Rewrite font family check in a simpler way.
eugeni
2008-05-02
*
Move font family check to the end of the list.
eugeni
2008-05-02
*
Cosmetics: rename local variables to better reflect their contents.
eugeni
2008-05-02
*
Only warn if both font family and it's full name are different from requested.
eugeni
2008-05-01
*
Allow inexact font family matching.
eugeni
2008-05-01
*
Remove libass dependency on global font_fontconfig variable.
eugeni
2008-04-30
*
Fix libass to support -nofontconfig.
ulion
2007-12-12
*
Fix compilation of ass_fontconfig.c when fontconfig is disabled.
iive
2007-08-04
*
More simple and correct font reselection.
eugeni
2007-08-03
*
Move variables and a function under #ifdef FC_VERSION to avoid warnings.
eugeni
2007-05-03
*
Deallocate FontConfig objects.
eugeni
2007-05-03
*
Don't check if user-supplied default font path exists.
eugeni
2007-04-10
*
Add some missing includes.
eugeni
2007-02-22
*
Update some comments.
eugeni
2006-12-17
*
Avoid "pointer targets differ in signedness" warnings.
eugeni
2006-12-16
*
Open embedded fonts directly from memory.
eugeni
2006-12-03
*
Keep embedded fonts in ass_library_t and perform actual disk write
eugeni
2006-12-03
*
If a glyph is not found in the current font, switch to another one.
eugeni
2006-11-28
*
Remove obsolete "no_more_font_messages" hack.
eugeni
2006-11-26
*
MSGTRs for libass
kraymer
2006-11-19
*
Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
2006-11-19
*
Introduce MSGT_ASS, use it for all libass messages.
eugeni
2006-11-03
*
Avoid crash with fontconfig 2.3.9x (as shipped with SuSE 10.1, FcDirScan is b...
reimar
2006-10-08
*
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
2006-10-01
*
Cosmetics: fix indentation after last commit.
eugeni
2006-09-19
*
Don't call FcDirScan/FcDirSave with FontConfig >= 2.4.
eugeni
2006-09-19
[next]