index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ftcrfont.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support font driver supersession
YAMAMOTO Mitsuharu
2019-06-18
1
-0
/
+1
*
Implement the get_variation_glyphs method for FreeType >= 2.3.6
YAMAMOTO Mitsuharu
2019-06-02
1
-3
/
+3
*
Revert previous commit
YAMAMOTO Mitsuharu
2019-06-02
1
-3
/
+3
*
Make fthbfont and derivatives use common HarfBuzz code in hbfont.c
YAMAMOTO Mitsuharu
2019-06-02
1
-3
/
+3
*
Make fthbfont and derivatives use common HarfBuzz code in hbfont.c
YAMAMOTO Mitsuharu
2019-06-02
1
-2
/
+2
*
Merge branch 'master' into harfbuzz
YAMAMOTO Mitsuharu
2019-05-23
1
-124
/
+293
|
\
|
*
Make Cairo build obey hint-style font setting (Bug#35781)
YAMAMOTO Mitsuharu
2019-05-23
1
-114
/
+256
|
*
* src/ftcrfont.c (ftcrfont_open): Skip zero glyph index.
YAMAMOTO Mitsuharu
2019-05-21
1
-1
/
+1
|
*
Replace XChar2b with unsigned in all font backends
Alexander Gramiak
2019-05-19
1
-6
/
+5
|
*
Avoid artifacts in ftx and ftcr font backend drivers
YAMAMOTO Mitsuharu
2019-05-14
1
-2
/
+12
*
|
Add new font backend drivers for text shaping by HarfBuzz
YAMAMOTO Mitsuharu
2019-05-05
1
-12
/
+59
*
|
Merge branch 'master' into harfbuzz
YAMAMOTO Mitsuharu
2019-04-27
1
-31
/
+146
|
\
|
|
*
* src/ftcrfont.c (ftcrfont_shape): Fix last change.
YAMAMOTO Mitsuharu
2019-04-20
1
-0
/
+2
|
*
Use bitmap strikes as fallbacks for ftcr font backend
YAMAMOTO Mitsuharu
2019-04-20
1
-6
/
+94
|
*
* src/ftcrfont.c (ftcrfont_glyph_extents): Activate ft_size_draw.
YAMAMOTO Mitsuharu
2019-04-19
1
-0
/
+1
|
*
* src/ftcrfont.c (ftcrfont_open): Avoid returning while blocking input.
YAMAMOTO Mitsuharu
2019-04-19
1
-27
/
+25
|
*
* src/ftcrfont.c (ftcrfont_glyph_extents): Fix last change.
YAMAMOTO Mitsuharu
2019-04-18
1
-3
/
+3
|
*
Use cairo_scaled_font_t object for text drawing and metrics calculation
YAMAMOTO Mitsuharu
2019-04-17
1
-7
/
+24
|
*
Unify three font info structures
Robert Pluim
2019-02-08
1
-37
/
+6
|
*
Add portable dumper
Daniel Colascione
2019-01-15
1
-0
/
+9
|
*
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
*
|
|
Unify three font info structures
Robert Pluim
2019-02-08
1
-39
/
+6
*
|
|
Properly fix building with HarfBuzz and without libotf
Khaled Hosny
2018-12-22
1
-1
/
+1
*
|
|
Fix last change.
Eli Zaretskii
2018-12-17
1
-1
/
+1
*
|
|
* src/ftcrfont.c (ftcrfont_driver): Really commit last change.
Mike Kupfer
2018-12-17
1
-1
/
+1
*
|
|
More fixes for build without libotf
Mike Kupfer
2018-12-17
1
-1
/
+1
*
|
|
Fix crash in the Cairo build
Ari Roponen
2018-12-14
1
-0
/
+3
*
|
|
First attempt at HarfBuzz shaping
Khaled Hosny
2018-12-10
1
-1
/
+1
|
/
/
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-1
/
+1
*
|
Improve GC+Cairo workaround
Paul Eggert
2018-04-04
1
-0
/
+3
|
/
*
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
*
Use memset, not bzero
Paul Eggert
2017-07-16
1
-3
/
+3
*
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
-18
/
+18
*
|
Make struct font_drivers read-only
Paul Eggert
2016-12-01
1
-17
/
+32
|
/
*
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
-5
/
+0
*
Spelling fixes
Paul Eggert
2015-06-14
1
-2
/
+2
*
Pacify --enable-gcc-warnings
Paul Eggert
2015-05-23
1
-13
/
+0
*
* ftcrfont.c (ftcrfont_draw): Don't flush when drawing to screen.
YAMAMOTO Mitsuharu
2015-02-19
1
-1
/
+7
*
Add cairo drawing.
Jan D
2015-02-11
1
-0
/
+314