summaryrefslogtreecommitdiff
path: root/src/font.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Define internal-char-font even if --without-xPaul Eggert2015-09-091-0/+101
* Fix pointer signedness glitchPaul Eggert2015-06-301-1/+1
* Allow font names that end in "-NN", where NN is a numberEli Zaretskii2015-06-291-0/+32
* Improve documentation of ':lang' in font specsEli Zaretskii2015-06-131-2/+4
* ; * src/font.c (syms_of_font) <font-log>: Tweak previous doc fix.Glenn Morris2015-06-071-2/+2
* * src/font.c (syms_of_font) <font-log>: Doc fix.Glenn Morris2015-06-071-4/+4
* Remove the obsolete leading "*" from some C doc strings.Glenn Morris2015-06-071-1/+1
* Fix display when a font claims large values of ascent and descentEli Zaretskii2015-06-061-1/+6
|\
| * Attempt to fix crashes due to accesses beyond glyph matrix endEli Zaretskii2015-05-311-1/+6
* | Remove unused DEFSYMsPaul Eggert2015-05-311-5/+0
|/
* Merge branch 'master' into cairoJan D2015-05-231-5/+5
|\
| * Don't quote nil and t in doc stringsPaul Eggert2015-05-211-2/+2
| * Fix minor quoting problems in doc stringsPaul Eggert2015-05-191-3/+3
* | Add cairo drawing.Jan D2015-02-111-0/+4
|/
* Remove unused assignment.Dima Kogan2015-02-091-1/+0
* Use bool for boolean in xfaces.cPaul Eggert2015-01-261-3/+3
* Count MANY function args more reliablyPaul Eggert2015-01-251-17/+5
* Better isolate code that assumes NIL_IS_ZEROPaul Eggert2015-01-211-2/+2
* Prefer memset to repeatedly assigning QnilPaul Eggert2015-01-191-4/+3
* Prefer INLINE functions in font.h to match style used in lisp.hDmitry Antipov2015-01-161-9/+4
* Tune pseudovector allocation assuming Qnil == 0Dmitry Antipov2015-01-161-3/+4
* Port to 32-bit --with-wide-intPaul Eggert2015-01-101-19/+19