Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: libass/libass
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Blitzker/libass
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Nov 7, 2017

  1. Fix compilation for Visual Studio

    Visual Studio C compiler doesn't support VLA, so work around
    the issue by using enum.
    Blitzker committed Nov 7, 2017
    Copy the full SHA
    79254b2 View commit details
  2. Update read_file function for Windows UTF-16 support

    Add support for opening files which name contain unicode
    characters on Windows systems.
    Blitzker committed Nov 7, 2017
    Copy the full SHA
    7e13a1a View commit details
  3. Add ass_set_font_ligatures function

    This function allow to enable or disable the use of font ligatures
    when libass is built with harfbuzz.
    Blitzker committed Nov 7, 2017
    Copy the full SHA
    76269fd View commit details
Loading