]> granicus.if.org Git - libass/history - libass/ass_directwrite.c
renderer: eliminate use of bitmap pointers as mode flags
[libass] / libass / ass_directwrite.c
2017-06-01 Grigori Goronzydirectwrite: fix font collections dw-collections
2016-12-28 Oleg Oshmyandirectwrite: drop SAL annotations
2016-03-27 Grigori GoronzyMerge pull request #217 from ssbssa/master
2016-03-27 Hannes Domanidirectwrite: fix leaks of IDWriteFontFamily/IDWriteFont...
2015-11-04 Oleg Oshmyanfontselect: replace is_postscript flag with check_posts...
2015-10-30 Oleg Oshmyandirectwrite: improve error handling
2015-10-30 Oleg Oshmyandirectwrite: slightly clean up the code
2015-10-30 Oleg Oshmyandirectwrite: split out the inner loop of scan_fonts...
2015-10-22 Oleg Oshmyanfontselect: use stdbool.h wherever appropriate
2015-10-22 Oleg Oshmyandirectwrite: fix broken return value check
2015-10-22 Oleg Oshmyanfontselect: find fonts with PostScript outlines by...
2015-10-21 Oleg Oshmyanfontselect: move PostScript name into ASS_FontProviderM...
2015-09-22 Grigori GoronzyMerge pull request #84 from astiob/msvc
2015-09-17 Oleg OshmyanFully fix compilation with MSVC/ICL
2015-09-17 torquedirectwrite: change WINBOOL to BOOL.
2015-09-17 torquedirectwrite: fix syntax error with MSVC.
2015-09-07 Grigori GoronzyMerge branch 'fonts'
2015-09-07 Grigori GoronzyMerge pull request #190 from grigorig/fonts
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 wm4fontselect: simplify get_fallback signature
2015-09-01 wm4fontselect: use designated initializers
2015-08-05 wm4Rename dwrite.h, minor cleanups
2015-07-11 wm4directwrite: don't crash on unknown DWRITE_FONT_STRETCH
2015-07-11 wm4directwrite: convert to C