summaryrefslogtreecommitdiff
path: root/src/font.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Merge from origin/emacs-25Paul Eggert2016-10-101-0/+13
|\ \ | |/
| * Allow to disable compaction of font cachesEli Zaretskii2016-10-081-0/+13
* | Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* | Improve integer overflow handling a bitPaul Eggert2016-09-241-4/+3
* | Fix compiler warnings in no-window-system-buildKen Brown2016-06-201-5/+7
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-1/+2
* | New C macro AUTO_STRING_WITH_LENPaul Eggert2016-04-041-1/+2
|/
* * src/font.c (QCuser_spec): Add missing colon to :user-spec.Paul Eggert2016-03-271-1/+1
* Rework C source files to avoid ^(Paul Eggert2016-03-101-4/+4
* support rendering of wider range of combinging characters by ftfont backendK. Handa2016-01-261-6/+21
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-0/+1
* Fix memory leak in fontset handlingDima Kogan2015-10-201-1/+4
* Fix problems found by clang 3.5.0Paul Eggert2015-10-021-1/+1
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-7/+7