summaryrefslogtreecommitdiff
path: root/src/font.c
Commit message (Expand)AuthorAgeFilesLines
* Set inhibit-compacting-font-caches to t by default on MS-WindowsEli Zaretskii2019-09-071-0/+7
* Rename font_driver member close -> close_fontMattias Engdegård2019-07-091-2/+2
* Rename font_driver member open -> open_fontMattias Engdegård2019-07-091-7/+1
* Unbreak the MS-Windows buildEli Zaretskii2019-07-091-0/+2
* Repair macOS buildMattias Engdegård2019-07-091-0/+4
* Remove printmax_t etc.Paul Eggert2019-07-071-4/+2
* * src/font.c (Ffont_xlfd_name): Don't use strcpy for overlapping strings.YAMAMOTO Mitsuharu2019-06-221-1/+1
* Change font_put_extra value for property removal from Qnil to QunboundYAMAMOTO Mitsuharu2019-06-201-3/+7
* Support font driver supersessionYAMAMOTO Mitsuharu2019-06-181-6/+29
* Support X core font driver on cairo (Bug#28236)YAMAMOTO Mitsuharu2019-06-081-1/+1
* ; * src/font.c (Ffont_variation_glyphs): Doc fix.Eli Zaretskii2019-06-011-3/+3
* Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-04-271-13/+14
|\
| * Revert "Remove font.c code commented out for a decade"Eli Zaretskii2019-04-241-0/+465
| * Remove font.c code commented out for a decadePaul Eggert2019-04-231-465/+0
| * Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-3/+3
| * Simplify list creation in C codePaul Eggert2019-03-041-1/+1
| * Add portable dumperDaniel Colascione2019-01-151-4/+6
| * Use shortcuts for FlengthPaul Eggert2019-01-091-4/+3
| * Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
| |\
| | * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| | * Ignore color fonts when using XftRobert Pluim2018-06-051-0/+7
| | * Avoid infloops in font_open_entityEli Zaretskii2018-06-021-0/+3
* | | Provide text directionality and language to HarfBuzz shaperEli Zaretskii2018-12-291-4/+12
|/ /
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-14/+11
* | Fix documentation for conversion to bignumsEli Zaretskii2018-09-081-2/+4
* | Simplify bignum->intmax conversionPaul Eggert2018-09-041-12/+7
* | Fix off-by-1 typo in recent bignum changesPaul Eggert2018-08-301-1/+1
* | Improve bignum support for system typesPaul Eggert2018-08-271-14/+22
* | Pacify gcc -Og -WuninitializedPaul Eggert2018-08-121-1/+1
* | ; Avoid compilation warnings under -OgEli Zaretskii2018-08-121-1/+1
* | More macro renamings for bignumTom Tromey2018-08-071-84/+84
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-139/+139
* | New mint_ptr representation for C pointersPaul Eggert2018-06-141-5/+5
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-101-3/+2
* | Add support for per-window face remappingDaniel Colascione2018-06-071-2/+2
* | Avoid infloops in font_open_entityEli Zaretskii2018-05-051-0/+3
* | Ignore color fonts when using XftRobert Pluim2018-04-031-0/+7
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* * src/font.c (Ffont_info): Doc fix. (Bug#29682)Eli Zaretskii2017-12-151-5/+5
* Avoid assertions in find-compositionEli Zaretskii2017-11-301-8/+15
* Improve documentation of "constant" symbolsEli Zaretskii2017-11-261-3/+6
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Add an optional testfn parameter to assocNicolas Petton2017-07-111-1/+1
* Avoid segfaults when 'find-font' is invoked for a TTY frameEli Zaretskii2017-04-261-11/+13
* Fix redisplay performance problems with some fontsEli Zaretskii2017-04-161-10/+16
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Add lisp watchpointsNoam Postavsky2016-12-021-3/+3
* | Make struct font_drivers read-onlyPaul Eggert2016-12-011-12/+10
* | Add double-buffering support to reduce flickerDaniel Colascione2016-10-281-0/+10