]> granicus.if.org Git - libass/shortlog
libass
2015-10-14 wm4drawing: remove unused field
2015-10-14 Oleg Oshmyanconfigure: don't add unnecessary libraries to PKG_LIBS_...
2015-10-13 wm4configure: include -liconv if that is found
2015-10-12 wm4ass: use a bitmap for checking duplicate events
2015-10-10 Luke Dashjrconfigure: Set the correct x32 machine option for yasm
2015-10-07 wm4Use proper include statement for HarfBuzz
2015-10-06 wm4cache: remove unused BINSTRING field type
2015-10-03 Oleg OshmyanUpdate last release date in README
2015-10-03 wm4Release 0.13.0 0.13.0
2015-10-03 wm4build: add missing new source files
2015-09-24 wm4configure: do not add -ldwrite to libass.pc
2015-09-24 wm4ass_font: fix broken loop condition
2015-09-23 Grigori GoronzyMerge pull request #197 from grigorig/remove-enca
2015-09-23 Grigori GoronzyRemove ENCA support
2015-09-22 Grigori GoronzyMerge pull request #84 from astiob/msvc
2015-09-21 wm4fontselect: make iconv optional again
2015-09-17 Oleg OshmyanFully fix compilation with MSVC/ICL
2015-09-17 Oleg OshmyanInclude config.h in all source files and in no headers
2015-09-17 Oleg OshmyanMove ASS_Shaper declaration to ass_shaper.h
2015-09-17 Oleg Oshmyanunistd.h is not needed
2015-09-17 torquedirectwrite: change WINBOOL to BOOL.
2015-09-17 torquedirectwrite: fix syntax error with MSVC.
2015-09-16 Grigori Goronzyfont: ignore bearing for strikes
2015-09-13 wm4ass_fontselect: do not use PATH_MAX
2015-09-10 Grigori GoronzyMerge pull request #192 from grigorig/stringfuncs
2015-09-10 Grigori GoronzyNIH: add locale-independent string functions
2015-09-09 wm4fontselect: avoid undefined behavior
2015-09-09 wm4fontselect: raise font selection log message
2015-09-08 wm4ass_fontselect: ignore ./.. and hidden files
2015-09-07 Grigori Goronzyfontselect: handle additional malloc errors
2015-09-07 wm4ass_fontselect: uninline ass_map_font()
2015-09-07 wm4configure: make fontconfig optional
2015-09-07 wm4ass_fontselect: log the selected font provider
2015-09-07 wm4ass_shaper: raise shaper info log level
2015-09-07 wm4ass_bitmap: fix potential NULL deref
2015-09-07 wm4ass_render: fix potential NULL deref
2015-09-07 wm4travis: run on OSX too
2015-09-07 wm4ass_drawing: make ass_drawing_new() fail properly on OOM
2015-09-07 wm4ass_parse: add check against ass_drawing_new() failure
2015-09-07 wm4ass_render: fix potential NULL deref
2015-09-07 Grigori Goronzyfontselect: initialize postscript name
2015-09-07 Grigori Goronzyfontselect: fix memory leak
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-09-07 Grigori Goronzyfontselect: improve font display name choice
2015-09-07 Grigori Goronzyfontselect: remove outdated remark
2015-09-07 Grigori Goronzyfontconfig: fix memory leak in error path
2015-09-07 Grigori Goronzyfontselect: call match_fonts for each alias
2015-09-07 Grigori Goronzytest: use proper fallback name
2015-09-07 Grigori Goronzyfontselect: fix fallback family fallback
2015-09-07 Grigori Goronzyfontconfig: handle fallback corner cases
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-08-02 Oleg OshmyanProperly skip glyphs for multiple consecutive line...
2015-07-27 Rodger CombsFix crash when the OS doesn't support AVX2
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
next