index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xfont.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Fix typos
Stefan Kangas
2023-12-03
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Remove calls to intern with a static string from code that runs on X
Po Lu
2022-09-19
1
-15
/
+19
*
Pacify GCC 12.1.1 -Wanalyzer-use-of-uninitialized-value
Paul Eggert
2022-06-13
1
-1
/
+1
*
Improve portability of alpha channel handling on TrueColor visuals
Po Lu
2022-01-31
1
-1
/
+1
*
Make cursor alpha consistent with a transparent background
Po Lu
2022-01-31
1
-1
/
+2
*
Implement `alpha-background' on non-Cairo builds
Po Lu
2022-01-31
1
-0
/
+25
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
Pacify gcc 11.1.1 -Wanalyzer-null-argument
Paul Eggert
2021-07-12
1
-1
/
+4
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-10-05
1
-1
/
+1
*
Prefer more inline functions in character.h
Paul Eggert
2020-04-17
1
-1
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Rename font_driver member close -> close_font
Mattias Engdegård
2019-07-09
1
-1
/
+1
*
Rename font_driver member open -> open_font
Mattias Engdegård
2019-07-09
1
-1
/
+1
*
Avoid some unnecessary stdio.h includes
Paul Eggert
2019-07-08
1
-1
/
+0
*
* src/xfont.c (xfont_draw): Allocate the XChar2b array (Bug#35814)
Alexander Gramiak
2019-05-21
1
-8
/
+18
*
Replace XChar2b with unsigned in all font backends
Alexander Gramiak
2019-05-19
1
-46
/
+55
*
Remove display member of glyph_string
Alexander Gramiak
2019-05-10
1
-9
/
+10
*
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2019-03-21
1
-1
/
+1
*
Add portable dumper
Daniel Colascione
2019-01-15
1
-0
/
+8
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Add make_vector and make_nil_vector
Paul Eggert
2018-12-09
1
-1
/
+1
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-8
/
+8
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-5
/
+5
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-2
/
+2
*
Add an optional testfn parameter to assoc
Nicolas Petton
2017-07-11
1
-1
/
+2
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Use C99 syntax for font drivers
Paul Eggert
2016-12-12
1
-13
/
+13
*
|
Make struct font_drivers read-only
Paul Eggert
2016-12-01
1
-38
/
+19
*
|
* src/lisp.h (LISP_INITIALLY_ZERO): Remove.
Paul Eggert
2016-12-01
1
-2
/
+1
*
|
Add double-buffering support to reduce flicker
Daniel Colascione
2016-10-28
1
-8
/
+8
*
|
Limit <config.h>’s includes
Paul Eggert
2016-09-30
1
-0
/
+1
*
|
Replace IF_LINT by NONVOLATILE and UNINIT
Paul Eggert
2016-06-08
1
-1
/
+1
|
/
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-3
/
+0
*
* xfont.c: Minor style fixes
Paul Eggert
2015-02-09
1
-101
/
+95
*
Try non-scaled xld fonts first, and scaled if that failed.
Dima Kogan
2015-02-09
1
-82
/
+101
*
Count MANY function args more reliably
Paul Eggert
2015-01-25
1
-7
/
+1
*
Use bool for boolean in xfont.c, xftfont.c, xgselect.c
Paul Eggert
2015-01-21
1
-4
/
+4
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Attempt to allocate less font entity objects in xfont_list_pattern
Dmitry Antipov
2014-11-14
1
-5
/
+5
*
Keep stack-allocated Lisp objects fast rather than versatile.
Dmitry Antipov
2014-09-29
1
-2
/
+1
*
Fix local_cons etc. to not exhaust the stack when in a loop.
Paul Eggert
2014-09-24
1
-0
/
+1
*
* lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.
Paul Eggert
2014-09-23
1
-1
/
+1
[next]