summaryrefslogtreecommitdiffstats
path: root/libass/ass_directwrite.cpp
Commit message (Expand)AuthorAgeFilesLines
* directwrite: dynamically load dwrite.dllwm42015-07-111-11/+53
* directwrite: compile only on Windowswm42015-07-111-4/+0
* directwrite: add font fallback callbackGrigori Goronzy2015-07-101-1/+231
* directwrite: multiple improvements to font scanningGrigori Goronzy2015-07-101-29/+52
* directwrite: fix indentationStephan Vedder2015-07-101-240/+275
* directwrite: add missing memory release in case of failureStephan Vedder2015-07-101-4/+24
* directwrite: release localizedStringsStephan Vedder2015-07-101-1/+5
* directwrite: fix error handling in font scanningStephan Vedder2015-07-101-8/+8
* directwrite: use standard mallocGrigori Goronzy2015-07-101-1/+1
* directwrite: add 'width' attributeGrigori Goronzy2015-07-101-0/+6
* directwrite: wire up destroy callbacksGrigori Goronzy2015-07-101-3/+3
* directwrite: cache FontFileStreamGrigori Goronzy2015-07-101-36/+85
* directwrite: add initial fontselect implementationfeliwir2015-07-101-0/+248