]> granicus.if.org Git - libass/shortlog
libass
2015-09-07 Grigori Goronzyfontselect: fix match_fonts semantics
2015-09-02 Grigori Goronzydirectwrite, coretext: implement substitutions
2015-09-01 Grigori Goronzydirectwrite: fix fallback for codepoint 0
2015-09-01 Grigori Goronzydirectwrite: fix compilation
2015-09-01 wm4coretext: use SAFE_CFRelease() for robustness
2015-09-01 Grigori Goronzyfontselect: fix yet another memory leak
2015-09-01 Grigori Goronzyfontselect: stop font selection after first match
2015-09-01 Grigori Goronzyfontselect: remove static fallback font list
2015-09-01 wm4fontselect: add const
2015-09-01 wm4fontselect: never pass family=NULL to get_fallback()
2015-09-01 wm4coretext: fix sizeof vs. strlen
2015-09-01 wm4coretext: always use lazy loading
2015-09-01 wm4fontselect: simplify get_fallback signature
2015-09-01 wm4fontselect: use designated initializers
2015-09-01 Stefano Pigozzicoretext: implement GetFallbackFunc
2015-08-31 wm4fontselect: add bounds checking for memory font stream...
2015-08-31 wm4font: fix double frees if opening memory font fails
2015-08-31 wm4fontselect: fix a memory leak
2015-08-28 wm4fontselect: reimplement ass_set_fonts_dir() functionality
2015-08-28 wm4render_api: fix crash when calling ass_set_fonts()...
2015-08-28 wm4font: fix broken charmap fallback handling
2015-08-28 wm4fontselect: fix fallbacks
2015-08-28 wm4configure: proper configure switches for DirectWrite...
2015-08-28 wm4ass: make font_provider API private
2015-08-28 wm4ass: ass_fonts_update() is a stub
2015-08-28 wm4ass: restore ABI compatibility with older versions...
2015-08-28 wm4fontconfig: fix error checking
2015-08-28 wm4fontselect: minor cleanup
2015-08-28 wm4fontselect: correctly match list of font substitutions
2015-08-28 wm4fontselect: deal with potential ASS_FontProvider.subst_...
2015-08-28 Grigori Goronzyfontconfig: implement substitutions
2015-08-28 wm4fontselect: check fontprovider constructors for failure
2015-08-05 wm4Rename dwrite.h, minor cleanups
2015-08-04 wm4Fix typedefs
2015-07-11 wm4configure: remove some unneeded checks
2015-07-11 wm4directwrite: don't crash on unknown DWRITE_FONT_STRETCH
2015-07-11 wm4directwrite: convert to C
2015-07-11 wm4directwrite: dynamically load dwrite.dll
2015-07-11 wm4directwrite: compile only on Windows
2015-07-10 Grigori Goronzyfontselect: prefer platform font providers
2015-07-10 Grigori Goronzydirectwrite: add font fallback callback
2015-07-10 Grigori Goronzyfontconfig: add font fallback callback
2015-07-10 Grigori Goronzyfontselect: add fallback handling with callback
2015-07-10 Grigori Goronzyfontselect: improved face selection among a family
2015-07-10 Grigori GoronzyConstify ass_msg format (NFC)
2015-07-10 Grigori Goronzydirectwrite: multiple improvements to font scanning
2015-07-10 Grigori Goronzyfontselect: fix oblique/italic mixup
2015-07-10 Grigori Goronzyfontselect: fix undefined behavior with calloc
2015-07-10 Grigori Goronzydirectwrite: fix linking
2015-07-10 Grigori Goronzyfontselect: replace magic numbers (NFC)
2015-07-10 Grigori Goronzyfontselect: trim names of embedded fonts
2015-07-10 Grigori Goronzyfontselect: add and use strdup_trimmed
2015-07-10 Grigori Goronzyfontselect: simplify lookup of embedded fonts
2015-07-10 Grigori Goronzyfontselect: malloc and error checking
2015-07-10 Grigori Goronzyfontselect: simplify cmap lookup for embedded fonts
2015-07-10 Grigori Goronzyfontselect: improved and simplified matching
2015-07-10 Grigori Goronzyfontselect: add fallback and substitution callbacks
2015-07-10 Grigori Goronzyfontselect: add documentation
2015-07-10 Stephan Vedderdirectwrite: fix indentation
2015-07-10 Stephan Vedderdirectwrite: add missing memory release in case of...
2015-07-10 Stephan Vedderdirectwrite: release localizedStrings
2015-07-10 Stephan Vedderdirectwrite: fix error handling in font scanning
2015-07-10 Grigori Goronzydirectwrite: use standard malloc
2015-07-10 Grigori Goronzydirectwrite: add 'width' attribute
2015-07-10 Grigori Goronzydirectwrite: wire up destroy callbacks
2015-07-10 Grigori Goronzydirectwrite: cache FontFileStream
2015-07-10 feliwirdirectwrite: add initial fontselect implementation
2015-07-10 feliwirChanged configure.ac to work with c++ files
2015-07-10 Stephan VedderCompile the check with the g++ compiler now
2015-07-10 Stephan VedderAdded directwrite check
2015-07-10 Stefano Pigozzifontselect: fix NULL dereference
2015-07-10 Grigori GoronzyProvisional support for libiconv
2015-07-10 Grigori GoronzyFix compiler compatibility
2015-07-10 Grigori GoronzyFix warnings
2015-07-10 Stefano Pigozzifontselect: expose a fontprovider listing API
2015-07-10 Stefano Pigozzifontselect: expose a fontprovider selection API
2015-07-10 Stefano Pigozzifontselect: use fallback fonts when querying font providers
2015-07-10 Stefano Pigozzicoretext: fix conversion from CFStringRef to utf8 buffer
2015-07-10 Stefano Pigozzicoretext: also lazy load fonts based on Family and...
2015-07-10 Stefano Pigozzifontselect: coretext: allow to match fontname using...
2015-07-10 Stefano Pigozzifontselect: coretext: allow selection based on PostScri...
2015-07-10 Stefano Pigozzifontselect: implement a coretext font provider
2015-07-10 Grigori GoronzyAdd todo comments
2015-07-10 Grigori GoronzySupport multiple font family names
2015-07-10 Grigori Goronzynit: add width to font_info_dump
2015-07-10 Grigori GoronzyAdd support for font width property
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 GoronzyExport font provider interface
2015-07-10 Grigori GoronzyMemory font support
2015-07-10 Grigori GoronzyMake sure font path is valid
2015-07-10 Grigori GoronzyFix weight validity check
2015-07-10 Grigori GoronzyFree a provider's fonts when it is freed
2015-07-10 Grigori GoronzyAdd convenience defines for slant values
2015-07-10 Grigori Goronzyoops: remove debug output
2015-07-10 Grigori GoronzyCheck weight and slant validity in font provider
2015-07-10 Grigori GoronzyUse TrueType font weight scale
2015-07-10 Grigori GoronzyFix similarity calculations
2015-07-10 Grigori GoronzyAdd a fixed set of fallback fonts
2015-07-10 Grigori GoronzyDon't match any font if there's no glyph coverage
next