summaryrefslogtreecommitdiff
path: root/src/xfont.c
AgeCommit message (Expand)Author
2026-05-26Omit useless casts found by GCC 16Paul Eggert
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-07-20; Fix typo in xfont.cPo Lu
2024-07-20Avoid magic values in xfont_listStefan Kangas
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-03; Fix typosStefan Kangas
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-09-19Remove calls to intern with a static string from code that runs on XPo Lu
2022-06-13Pacify GCC 12.1.1 -Wanalyzer-use-of-uninitialized-valuePaul Eggert
2022-01-31Improve portability of alpha channel handling on TrueColor visualsPo Lu
2022-01-31Make cursor alpha consistent with a transparent backgroundPo Lu
2022-01-31Implement `alpha-background' on non-Cairo buildsPo Lu
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-07-12Pacify gcc 11.1.1 -Wanalyzer-null-argumentPaul Eggert
2021-01-01Update copyright year to 2021Paul Eggert
2020-10-05Use the full name of the null byte/character, not its abbreviationAndreas Schwab
2020-04-17Prefer more inline functions in character.hPaul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-07-09Rename font_driver member close -> close_fontMattias Engdegård
2019-07-09Rename font_driver member open -> open_fontMattias Engdegård
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert
2019-05-21* src/xfont.c (xfont_draw): Allocate the XChar2b array (Bug#35814)Alexander Gramiak
2019-05-19Replace XChar2b with unsigned in all font backendsAlexander Gramiak
2019-05-10Remove display member of glyph_stringAlexander Gramiak
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-09Add make_vector and make_nil_vectorPaul Eggert
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-07-11Add an optional testfn parameter to assocNicolas Petton
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-12Use C99 syntax for font driversPaul Eggert
2016-12-01Make struct font_drivers read-onlyPaul Eggert
2016-12-01* src/lisp.h (LISP_INITIALLY_ZERO): Remove.Paul Eggert
2016-10-28Add double-buffering support to reduce flickerDaniel Colascione
2016-09-30Limit <config.h>’s includesPaul Eggert
2016-06-08Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-02-09* xfont.c: Minor style fixesPaul Eggert
2015-02-09Try non-scaled xld fonts first, and scaled if that failed.Dima Kogan
2015-01-25Count MANY function args more reliablyPaul Eggert
2015-01-21Use bool for boolean in xfont.c, xftfont.c, xgselect.cPaul Eggert