]> granicus.if.org Git - libass/history - libass/ass_font.c
Fix whitespace trimming
[libass] / libass / ass_font.c
2011-06-07 Grigori GoronzyMuch improved cache/hashmap implementation
2011-04-09 Grigori GoronzyImproved "last resort" charmap matching
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-08-01 Grigori GoronzyFall back to first charmap as last resort
2010-06-26 Grigori GoronzyAdd fixups for various font defects
2010-05-17 Grigori GoronzyFix ascender/descender scaling
2010-04-17 Grigori GoronzyUse first Windows charmap as fallback
2010-04-17 Grigori GoronzySupport multiple faces per attachment correctly
2010-04-11 Grigori GoronzySimplify: FreeType glyph load flags
2010-04-10 Grigori GoronzyUse vertical ascender only for rotated glyphs
2010-04-10 Grigori GoronzyCompletely disable transforms when loading a glyph
2010-04-10 Grigori GoronzyDo not rotate glyphs below lower bound (GDI)
2010-04-10 Grigori GoronzyCalculate vertical layout ascender/descender
2010-04-10 Grigori GoronzyBasic @font support
2010-04-10 Grigori GoronzyIgnore global advance width unconditionally
2010-01-08 Grigori GoronzyRemove support for freetype < 2.2.1
2009-09-16 Grigori GoronzyRender NBSP (\h) as normal space
2009-08-15 Grigori GoronzyImprove and fix outline striker
2009-08-12 Grigori GoronzyAdd glyph emboldening fallback
2009-08-06 Grigori GoronzyRename typedefs (breaks API)
2009-07-25 Grigori GoronzyRemove shift vector in ass_render_event
2009-07-19 Grigori GoronzyCheck for table availability when striking a glyph
2009-07-19 Grigori GoronzyFont metrics: prefer OS/2 table for ascender/descender
2009-07-16 Grigori GoronzyTweak font metrics to match Windows GDI
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.