]> granicus.if.org Git - libass/history - libass/ass_font.c
Message callback funtionality
[libass] / libass / ass_font.c
2009-07-11 Grigori GoronzyMessage callback funtionality
2009-07-10 Grigori GoronzyReplace string defines with real strings
2009-07-07 Grigori GoronzySupport for underline and strikethrough
2009-06-27 Grigori GoronzyFix strdup() string leaks
2009-06-27 Grigori GoronzyInclude ass_utils.h instead of mputils.h
2009-06-27 Grigori GoronzyCosmetics: fix a few remaining declarations
2009-06-27 Grigori GoronzyRename mp_msg to ass_msg
2009-06-20 gregReindent all source code.
2009-06-19 gregRemove cache globals; move cache data into a separate...
2009-06-16 eugeniAdd a missing check for a NULL return value.
2009-05-13 diegowhitespace cosmetics: Remove all trailing whitespace.
2009-03-08 eugeniTreat -font/-subfont as Fontconfig pattern in libass.
2008-08-07 diegoRename font-related preprocessor directives.
2008-05-14 diegoSpeak of libass instead of MPlayer in the libass licens...
2008-05-13 diegoUse standard license header.
2008-01-12 eugeniDo not try to guess font metrics based on its bounding...
2007-10-25 eugeniCosmetics: fix indentation after last commit.
2007-10-25 eugeniCheck return value of add_face.
2007-08-03 eugeniDon't apply windows-like font scaling if hhea or os2...
2007-08-03 eugeniWorkaround for fonts with zero ascender/descender in...
2007-08-03 eugeniFactor out common code from ass_font_new and ass_font_r...
2007-08-03 eugeniMore simple and correct font reselection.
2007-05-20 eugeniFix #if condition.
2007-05-20 eugeniFT_Request_Size does not exist in FreeType 2.1.*. Fallb...
2007-05-19 eugeniCorrect font size in libass.
2007-05-14 eugeniSupport fractional font sizes.
2007-05-14 eugeniLimit ass_font_set_transform to nonrotating transformat...
2007-05-03 eugeniIn ass_font_new, allocate temporary ass_font_t on stack...
2007-04-27 eugeniAdd -ass-hinting option for setting font hinting method.
2007-02-15 eugeniSelect the first charmap in the font, if FreeType did...
2006-12-17 eugeniUpdate some comments.
2006-12-16 eugeniCosmetics: fix indentation.
2006-12-16 eugeniKeep reselected fonts in an array, adding new ones...
2006-12-16 eugeniAvoid storing font file path and index in ass_font_t.
2006-12-16 eugeniFT_Set_Transform is fast enough to be called once for...
2006-12-16 eugeniAvoid "pointer targets differ in signedness" warnings.
2006-12-16 eugeniMove ascender, descender, and kerning computation to...
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-28 eugeniSkip glyphs with char code < 0x20.
2006-11-28 eugeniAdd FT_Library to ass_font_t.
2006-11-27 eugeniMove ass_font_desc_t and ass_font_t declarations to...
2006-11-27 eugeniCosmetics: reindent.
2006-11-27 eugeniDon't call FT_Set_Transform/FT_Set_Pixel_Sizes if value...
2006-11-27 eugeniMove ass_font_t allocation to ass_font.h.
2006-11-27 eugeniInitialize font size with 0.
2006-11-26 eugeniRemove obsolete "no_more_font_messages" hack.
2006-11-26 eugeniMove fonts-related code to a separate file.