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