]> granicus.if.org Git - libass/history - libass/ass_font.c
font: remove unused field
[libass] / libass / ass_font.c
2019-05-19 Dr.Smilefont: remove unused field
2017-07-31 Dr.Smilecosmetic: extract most of the outline-related functions...
2016-06-30 Dr.Smilecache: keep ref_count of all active objects nonzero
2016-06-30 Dr.Smilecache: replace size_func with parameter in ass_cache_co...
2016-06-30 Dr.Smilecache: remove ass_cache_cancel(), cache failures instead
2016-06-30 Dr.Smilecache: switch to gradual cache clearing
2016-05-23 Hannes Domanifont: fix NULL pointer dereference
2016-01-14 wm4font: remove unused function
2015-10-22 Oleg Oshmyanfont: check FT_Get_Postscript_Name return value for...
2015-09-24 wm4ass_font: fix broken loop condition
2015-09-22 Grigori GoronzyMerge pull request #84 from astiob/msvc
2015-09-17 Oleg OshmyanFully fix compilation with MSVC/ICL
2015-09-16 Grigori Goronzyfont: ignore bearing for strikes
2015-09-10 Grigori GoronzyMerge pull request #192 from grigorig/stringfuncs
2015-09-10 Grigori GoronzyNIH: add locale-independent string functions
2015-09-07 Grigori Goronzyfontselect: initialize postscript name
2015-09-07 Grigori GoronzyMerge branch 'fonts'
2015-09-07 Grigori GoronzyMerge pull request #190 from grigorig/fonts
2015-09-07 Grigori Goronzyfontselect: get rid of strdup for display name
2015-08-31 wm4font: fix double frees if opening memory font fails
2015-08-28 wm4font: fix broken charmap fallback handling
2015-07-10 Stefano Pigozzifontselect: coretext: allow selection based on PostScri...
2015-07-10 Grigori GoronzyUse streamed access for memory fonts
2015-07-10 Grigori GoronzyPass family name as path for memory fonts
2015-07-10 Grigori GoronzyMemory font support
2015-07-10 Grigori GoronzyUse TrueType font weight scale
2015-07-10 Grigori GoronzyAdd glyph coverage map for embedded fonts
2015-07-10 Grigori GoronzyNever add a face twice to an ASS_Font
2015-07-10 Grigori GoronzyCustom font matching and font sources
2015-01-22 Dr.SmileFix bug in ASS_Outline intrastructure
2014-12-29 Behdad EsfahbodDestroy harfbuzz faces before freetype faces
2014-11-23 Dr.SmileReplace FT_Outline with ASS_Outline
2014-11-14 wm4Check some allocations in strike-through code
2014-02-16 Grigori GoronzyFix limits.h includes
2014-02-11 Oleg OshmyanFont metrics: FreeType falls back to sTypoAscender...
2013-12-12 Thomas GoyneFix compilation with VC++ 2013
2013-12-06 Grigori GoronzyMerge pull request #6 from 11rcombs/ms-symbol-fix
2013-12-06 11rcombsAdded ass_font_index_magic to fix char indexes in weird...
2013-07-05 Grigori GoronzyFix OS/2 usWinDescent/usWinAscent for quirky fonts
2012-12-28 Oleg OshmyanFix fix_freetype_stroker
2011-08-25 Grigori Goronzyvertical: improve glyph positioning
2011-08-25 Grigori Goronzyharfbuzz: fix vertical advance
2011-07-17 Grigori GoronzyHack: return a valid face index even if no glyph is...
2011-07-17 Grigori GoronzyFix crash with FreeType's updated stroker
2011-07-16 Grigori GoronzySet requested font face correctly
2011-07-16 Grigori Goronzyshaper: fix run-specific font size
2011-07-15 Grigori GoronzyCache HarfBuzz fonts
2011-07-15 Grigori GoronzyRevert @font ascender/descender hack
2011-07-11 Grigori GoronzyHarfBuzz shaping support
2011-07-11 Grigori GoronzySeparate glyph font face matching and glyph loading
2011-06-21 Grigori GoronzyClean up includes
2011-06-20 Grigori GoronzyConvert outline processing and caching from glyphs...
2011-06-13 Grigori GoronzyStroker: process outlines directly
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...
next