aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/fontsrv/x11.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-04fontsrv: fix compilation on X11 (#420)Gregor Best1-0/+1
2020-05-29fontsrv: scale f->originy to match f->height on x11dzklaim1-1/+1
2020-05-29fontsrv: handle non-BMP runes on X11Russ Cox1-8/+11
2020-01-13fontsrv: allow x11 hinting and disable autohint only (#254)Xiao-Yong1-1/+1
2018-11-14fontsrv: increase x11 font height scale (#111)iru-1-1/+1
2018-11-13fontsrv: x11 uses FC_POSTSCRIPT_NAME (#174)Xiao-Yong1-1/+1
2018-10-05fontsrv: copy some fixes from OS X to X11Fazlul Shahriar1-38/+43
2018-03-27fontsrv: fix some memory leaksXiao-Yong Jin1-0/+1
2015-08-27fontsrv: use 64 chars per subfont instead of 256Russ Cox1-1/+1
2015-02-18fontsrv: fix x11 buildRuss Cox1-1/+0
2015-02-17fontsrv: use CoreText API on OS XRuss Cox1-12/+1
2014-12-02fontsrv: disable X11 hintingEthan Burns1-1/+1
2014-03-03fix gcc 4.8 warningsDavid du Colombier1-1/+1
2012-10-21fontsrv: x11 supportYuval Pavel Zholkover1-2/+261
2009-07-08mergeRuss Cox1-0/+2