index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ftfont.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace XChar2b with unsigned in all font backends
Alexander Gramiak
2019-05-19
1
-1
/
+1
*
Avoid artifacts in ftx and ftcr font backend drivers
YAMAMOTO Mitsuharu
2019-05-14
1
-5
/
+25
*
Use bitmap strikes as fallbacks for ftcr font backend
YAMAMOTO Mitsuharu
2019-04-20
1
-5
/
+39
*
Unify three font info structures
Robert Pluim
2019-02-08
1
-34
/
+25
*
Add portable dumper
Daniel Colascione
2019-01-15
1
-0
/
+10
*
Use shortcuts for Flength
Paul Eggert
2019-01-09
1
-5
/
+3
*
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
*
|
Merge from origin/emacs-26
Glenn Morris
2018-12-15
1
-2
/
+3
|
\
|
|
*
Document font structure layout constraints
Robert Pluim
2018-12-14
1
-2
/
+3
|
*
; * src/ftfont.c (ftfont_spec_pattern): Fix whitespace.
Eli Zaretskii
2018-06-05
1
-1
/
+1
|
*
Port FC_COLOR change to older fontconfig
Paul Eggert
2018-06-05
1
-1
/
+1
|
*
Ignore color fonts when using Xft
Robert Pluim
2018-06-05
1
-0
/
+7
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-15
/
+15
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-25
/
+25
*
|
Avoid allocating a Lisp_Save_Value in ftfont.c
Paul Eggert
2018-06-14
1
-14
/
+12
*
|
Fix ftfont_open2 failure cleanup
Paul Eggert
2018-06-07
1
-2
/
+5
*
|
Improve GC+Cairo workaround
Paul Eggert
2018-04-04
1
-8
/
+1
*
|
; * src/ftfont.c (ftfont_spec_pattern): Fix whitespace.
Eli Zaretskii
2018-04-03
1
-1
/
+1
*
|
Work around GC+Cairo bug
Paul Eggert
2018-04-03
1
-0
/
+6
*
|
Port FC_COLOR change to older fontconfig
Paul Eggert
2018-04-03
1
-1
/
+1
*
|
Ignore color fonts when using Xft
Robert Pluim
2018-04-03
1
-0
/
+7
|
/
*
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
-1
/
+1
*
Avoid abort in ftfont.c due to faulty fonts
Werner LEMBERG
2017-04-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
-17
/
+17
*
|
Make struct font_drivers read-only
Paul Eggert
2016-12-01
1
-99
/
+45
*
|
* src/lisp.h (LISP_INITIALLY_ZERO): Remove.
Paul Eggert
2016-12-01
1
-2
/
+1
*
|
New C macro AUTO_STRING_WITH_LEN
Paul Eggert
2016-04-04
1
-3
/
+2
|
/
*
* src/ftfont.c (ftfont_shape_by_flt): Parenthesize as per GNU style.
Paul Eggert
2016-03-25
1
-2
/
+2
*
Fix display of Indic scripts
K. Handa
2016-03-25
1
-1
/
+6
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
Backport:fix previous change of src/ftfont.c (ftfont_shape_by_flt)
K. Handa
2016-01-26
1
-4
/
+6
*
support rendering of wider range of combinging characters by ftfont backend
K. Handa
2016-01-26
1
-5
/
+25
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Spruce up ftfont.c memory allocation
Paul Eggert
2015-11-13
1
-56
/
+50
*
Use INT_ADD_WRAPV etc. to check integer overflow
Paul Eggert
2015-11-08
1
-8
/
+10
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-4
/
+0
*
fix for the case that M17N_FLT_USE_NEW_FEATURE is not defined
K. Handa
2015-09-02
1
-33
/
+35
*
Fix typo
K. Handa
2015-09-02
1
-2
/
+2
*
fix previous change
K. Handa
2015-09-02
1
-0
/
+8
*
Use the new type MFLTGlyphFT for MFLTGlyphString.glyphs.
K. Handa
2015-09-01
1
-131
/
+208
*
* src/ftfont.c (ftfont_close): Add comment re Bug#20890.
Paul Eggert
2015-07-26
1
-0
/
+4
*
* src/ftfont.c (ftfont_open2): Round divisions by upEM.
YAMAMOTO Mitsuharu
2015-06-05
1
-7
/
+9
*
Remove unused DEFSYMs
Paul Eggert
2015-05-31
1
-1
/
+0
*
Merge branch 'master' into cairo
Jan D
2015-04-03
1
-1
/
+0
|
\
|
*
Prefer 'Qfoo' to 'intern ("foo")'
Paul Eggert
2015-02-21
1
-1
/
+0
*
|
Add cairo drawing.
Jan D
2015-02-11
1
-5
/
+21
|
/
[next]