index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xfont.c
Age
Commit message (
Expand
)
Author
2026-05-26
Omit useless casts found by GCC 16
Paul Eggert
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-07-20
; Fix typo in xfont.c
Po Lu
2024-07-20
Avoid magic values in xfont_list
Stefan Kangas
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-12-03
; Fix typos
Stefan Kangas
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-09-19
Remove calls to intern with a static string from code that runs on X
Po Lu
2022-06-13
Pacify GCC 12.1.1 -Wanalyzer-use-of-uninitialized-value
Paul Eggert
2022-01-31
Improve portability of alpha channel handling on TrueColor visuals
Po Lu
2022-01-31
Make cursor alpha consistent with a transparent background
Po Lu
2022-01-31
Implement `alpha-background' on non-Cairo builds
Po Lu
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-07-12
Pacify gcc 11.1.1 -Wanalyzer-null-argument
Paul Eggert
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-10-05
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-04-17
Prefer more inline functions in character.h
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-07-09
Rename font_driver member close -> close_font
Mattias Engdegård
2019-07-09
Rename font_driver member open -> open_font
Mattias Engdegård
2019-07-08
Avoid some unnecessary stdio.h includes
Paul Eggert
2019-05-21
* src/xfont.c (xfont_draw): Allocate the XChar2b array (Bug#35814)
Alexander Gramiak
2019-05-19
Replace XChar2b with unsigned in all font backends
Alexander Gramiak
2019-05-10
Remove display member of glyph_string
Alexander Gramiak
2019-03-21
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2019-01-15
Add portable dumper
Daniel Colascione
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-12-09
Add make_vector and make_nil_vector
Paul Eggert
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-07-11
Add an optional testfn parameter to assoc
Nicolas Petton
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-12-12
Use C99 syntax for font drivers
Paul Eggert
2016-12-01
Make struct font_drivers read-only
Paul Eggert
2016-12-01
* src/lisp.h (LISP_INITIALLY_ZERO): Remove.
Paul Eggert
2016-10-28
Add double-buffering support to reduce flicker
Daniel Colascione
2016-09-30
Limit <config.h>’s includes
Paul Eggert
2016-06-08
Replace IF_LINT by NONVOLATILE and UNINIT
Paul Eggert
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-10-20
Include-file cleanup for src directory
Paul Eggert
2015-02-09
* xfont.c: Minor style fixes
Paul Eggert
2015-02-09
Try non-scaled xld fonts first, and scaled if that failed.
Dima Kogan
2015-01-25
Count MANY function args more reliably
Paul Eggert
2015-01-21
Use bool for boolean in xfont.c, xftfont.c, xgselect.c
Paul Eggert
[next]