aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Implement the get_variation_glyphs method for HarfBuzz on MS-WindowsEli Zaretskii2019-06-011-1/+50
| * | | ; * src/hbfont.c: Fix commentary.Eli Zaretskii2019-06-011-3/+1
| * | | Prefer HarfBuzz to Uniscribe on MS-WindowsEli Zaretskii2019-06-011-4/+72
| * | | Move common HarfBuzz code to a common file hbfont.cEli Zaretskii2019-06-015-426/+499
| * | | Fix handling of -xrm on MS-Windows broken by recent commitsEli Zaretskii2019-05-311-1/+1
| * | | Unbreak display of characters on MS-WindowsEli Zaretskii2019-05-311-3/+15
| * | | Add HarfBuzz font backend for MS-WindowsEli Zaretskii2019-05-316-31/+740
| * | | Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-05-2369-2457/+2445
| |\ \ \
| * | | | * src/xfns.c (x_create_tip_frame): Register font drivers as in normal frames.YAMAMOTO Mitsuharu2019-05-111-1/+7
| * | | | Fix last changes in src/ftfont.cYAMAMOTO Mitsuharu2019-05-051-5/+1
| * | | | Add new font backend drivers for text shaping by HarfBuzzYAMAMOTO Mitsuharu2019-05-056-101/+274
| * | | | Fix NS buildYAMAMOTO Mitsuharu2019-05-021-2/+2
| * | | | Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-04-27231-7693/+16093
| |\ \ \ \
| * | | | | Unify three font info structuresRobert Pluim2019-02-084-115/+79
| * | | | | Always set explicit HarfBuzz buffer directionKhaled Hosny2019-01-051-8/+9
| * | | | | We need the bidi level not the paragraph directionKhaled Hosny2019-01-053-10/+10
| * | | | | ; Fix last change in src /composite.c.Eli Zaretskii2019-01-021-4/+4
| * | | | | Fix text direction of the HarfBuzz shaping bufferEli Zaretskii2019-01-024-8/+20
| * | | | | Provide text directionality and language to HarfBuzz shaperEli Zaretskii2018-12-297-36/+104
| * | | | | Clarify one FIXME a bitKhaled Hosny2018-12-241-2/+2
| * | | | | Cache HarfBuzz bufferKhaled Hosny2018-12-241-11/+13
| * | | | | Remove one more FIXMEKhaled Hosny2018-12-241-2/+2
| * | | | | Replace another FIXME with a TODO and expanded commentKhaled Hosny2018-12-221-1/+2
| * | | | | Replace a FIXME with an expanded commentKhaled Hosny2018-12-221-3/+4
| * | | | | Subclass default HarfBuzz Unicode functionsKhaled Hosny2018-12-221-33/+14
| * | | | | Fix previous commitKhaled Hosny2018-12-221-0/+3
| * | | | | Properly fix building with HarfBuzz and without libotfKhaled Hosny2018-12-224-12/+11
| * | | | | Fix one last compilation warning in ftfont.cEli Zaretskii2018-12-181-3/+3
| * | | | | Condition some more hb_* functions on HAVE_LIBOTF.Eli Zaretskii2018-12-181-2/+1
| * | | | | Avoid compilation warning in ftfont.cEli Zaretskii2018-12-171-0/+2
| * | | | | Fix last change.Eli Zaretskii2018-12-171-1/+1
| * | | | | * src/ftcrfont.c (ftcrfont_driver): Really commit last change.Mike Kupfer2018-12-171-1/+1
| * | | | | More fixes for build without libotfMike Kupfer2018-12-173-4/+4
| * | | | | Fix compilation errors when building without libotfEli Zaretskii2018-12-171-3/+3
| * | | | | Assume hb_ft_font_create_referenced if HarfBuzzPaul Eggert2018-12-141-15/+0
| * | | | | Fix crash in the Cairo buildAri Roponen2018-12-141-0/+3
| * | | | | Simplify mainline Harfbuzz-using codePaul Eggert2018-12-131-13/+12
| * | | | | Fix uni_combining()Khaled Hosny2018-12-101-10/+8
| * | | | | WIP: implement some Unicode callback functionsKhaled Hosny2018-12-101-0/+149
| * | | | | Set cluster level to oneKhaled Hosny2018-12-101-0/+1
| * | | | | Cache hb_font_tKhaled Hosny2018-12-102-20/+58
| * | | | | Allow turning HarfBuzz off at run timeKhaled Hosny2018-12-101-7/+12
| * | | | | First attempt at HarfBuzz shapingKhaled Hosny2018-12-105-35/+195
| * | | | | Add support for building with HarfBuzzKhaled Hosny2018-12-101-2/+4
* | | | | | Fix image_set_crop yet againYAMAMOTO Mitsuharu2019-06-071-15/+3
* | | | | | Fix recently-introduced image_set_crop typoPaul Eggert2019-06-071-1/+1
* | | | | | Use copy_file_range to copy filesPaul Eggert2019-06-071-8/+33
* | | | | | Fix overflow issues in image rotationPaul Eggert2019-06-062-93/+77
* | | | | | Fix redisplay glitches with RTL composed textEli Zaretskii2019-06-061-2/+16
* | | | | | Restore height and with from that were accidentally removedMark A. Hershberger2019-06-061-1/+3