summaryrefslogtreecommitdiff
path: root/src/xfont.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Remove calls to intern with a static string from code that runs on XPo Lu2022-09-191-15/+19
* Pacify GCC 12.1.1 -Wanalyzer-use-of-uninitialized-valuePaul Eggert2022-06-131-1/+1
* Improve portability of alpha channel handling on TrueColor visualsPo Lu2022-01-311-1/+1
* Make cursor alpha consistent with a transparent backgroundPo Lu2022-01-311-1/+2
* Implement `alpha-background' on non-Cairo buildsPo Lu2022-01-311-0/+25
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Pacify gcc 11.1.1 -Wanalyzer-null-argumentPaul Eggert2021-07-121-1/+4
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-1/+1
* Prefer more inline functions in character.hPaul Eggert2020-04-171-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Rename font_driver member close -> close_fontMattias Engdegård2019-07-091-1/+1
* Rename font_driver member open -> open_fontMattias Engdegård2019-07-091-1/+1
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-1/+0
* * src/xfont.c (xfont_draw): Allocate the XChar2b array (Bug#35814)Alexander Gramiak2019-05-211-8/+18
* Replace XChar2b with unsigned in all font backendsAlexander Gramiak2019-05-191-46/+55
* Remove display member of glyph_stringAlexander Gramiak2019-05-101-9/+10
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-1/+1
* Add portable dumperDaniel Colascione2019-01-151-0/+8
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-1/+1
* | More macro renamings for bignumTom Tromey2018-08-071-8/+8
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-5/+5
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-2/+2
* Add an optional testfn parameter to assocNicolas Petton2017-07-111-1/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Use C99 syntax for font driversPaul Eggert2016-12-121-13/+13
* | Make struct font_drivers read-onlyPaul Eggert2016-12-011-38/+19
* | * src/lisp.h (LISP_INITIALLY_ZERO): Remove.Paul Eggert2016-12-011-2/+1
* | Add double-buffering support to reduce flickerDaniel Colascione2016-10-281-8/+8
* | Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-1/+1
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-3/+0
* * xfont.c: Minor style fixesPaul Eggert2015-02-091-101/+95
* Try non-scaled xld fonts first, and scaled if that failed.Dima Kogan2015-02-091-82/+101
* Count MANY function args more reliablyPaul Eggert2015-01-251-7/+1
* Use bool for boolean in xfont.c, xftfont.c, xgselect.cPaul Eggert2015-01-211-4/+4
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Attempt to allocate less font entity objects in xfont_list_patternDmitry Antipov2014-11-141-5/+5
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-2/+1
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-0/+1
* * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert2014-09-231-1/+1
* Use known length of a Lisp string to copy it faster.Dmitry Antipov2014-09-231-1/+1
* More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS.Dmitry Antipov2014-09-181-1/+1