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
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-2
/
+2
*
Fix handling of font properties on Windows (bug#6303).
Damyan Pepper
2010-10-13
1
-39
/
+4
*
Check FC_DUAL too. For such fonts, check width one by one (Bug#4129).
Naohiro Aota
2010-06-30
1
-1
/
+1
*
ftfont.c: Fix incorrect parentheses of #if condition for definining M17N_FLT_...
Kenichi Handa
2010-05-11
1
-2
/
+2
*
Use new features of libotf and m17n-lib if available.
Kenichi Handa
2010-04-23
1
-0
/
+370
*
Fix Myanmar OTF support
Kenichi Handa
2010-02-26
1
-9
/
+9
*
Add 2010 to copyright years.
Glenn Morris
2010-01-13
1
-2
/
+2
*
(struct ftfont_info): New member matrix.
Kenichi Handa
2009-12-12
1
-8
/
+40
*
Handle system default font and changing font parameters.
Jan Djärv
2009-11-17
1
-3
/
+94
*
* alloc.c: Do not define struct catchtag.
Dan Nicolaescu
2009-10-19
1
-0
/
+1
*
(ftfont_spec_pattern): New arg langname. Caller
Kenichi Handa
2009-07-14
1
-9
/
+19
*
(get_adstyle_property): Call font_intern_prop with 1 as
Kenichi Handa
2009-06-26
1
-1
/
+1
*
Don't dereference NULL upon failed malloc and realloc.
Jim Meyering
2009-06-23
1
-8
/
+8
*
Change font_add_log to FONT_ADD_LOG.
Kenichi Handa
2009-06-23
1
-2
/
+2
*
* font.c (Qja, Qko): Move definitions here from ftfont.c.
Chong Yidong
2009-04-17
1
-5
/
+0
*
(ftfont_pattern_entity): Return a newly allocated
Kenichi Handa
2009-04-17
1
-1
/
+8
*
(Qja, Qko): Don't make them static.
Kenichi Handa
2009-04-16
1
-86
/
+93
*
(get_adstyle_property): Fix previous change.
Kenichi Handa
2009-04-13
1
-0
/
+1
*
(Qja, Qko): New variables.
Kenichi Handa
2009-04-13
1
-37
/
+162
*
(ftfont_text_extents): Fix calculation of metrics->descent.
Kenichi Handa
2009-04-08
1
-3
/
+3
*
(ftfont_open): Fix checking of the return value of
Kenichi Handa
2009-04-06
1
-2
/
+2
*
Fix previous change. Define ftfont_variation_glyphs
Kenichi Handa
2009-03-30
1
-6
/
+3
*
Conditionalize prototyping and use of ftfont_variation_glyphs.
Chong Yidong
2009-03-29
1
-1
/
+9
*
Remove spurious semicolons.
Juanma Barranquero
2009-02-11
1
-2
/
+2
*
(ftfont_has_char): If the arg FONT is a font-object,
Kenichi Handa
2009-01-27
1
-5
/
+16
*
(ftfont_lookup_cache): Check the return value of FcFontList.
Kenichi Handa
2009-01-19
1
-4
/
+5
*
Add 2009 to copyright years.
Glenn Morris
2009-01-08
1
-2
/
+2
*
(ftfont_driver): Set the member get_variation_glyphs to
Kenichi Handa
2008-12-30
1
-28
/
+108
*
(ftfont_open): Genarate a multibyte string if given
Kenichi Handa
2008-12-19
1
-2
/
+2
*
(fc_charset_table): Add "unicode-sip".
Kenichi Handa
2008-12-10
1
-2
/
+2
*
(ftfont_shape_by_flt): Use "combining" flt if the
Kenichi Handa
2008-12-05
1
-1
/
+2
*
(ftfont_list_family): Initialize list var earlier.
Chong Yidong
2008-12-03
1
-2
/
+1
*
(ftfont_resolve_generic_family): Avoid using uninitialized var.
Chong Yidong
2008-12-03
1
-1
/
+1
*
(ftfont_match): Initialize entity variable.
Chong Yidong
2008-12-03
1
-1
/
+1
*
(ftfont_otf_features): Fix previous change.
Kenichi Handa
2008-10-24
1
-3
/
+5
*
(ftfont_otf_features): Fix indexing
Kenichi Handa
2008-10-17
1
-2
/
+5
*
* ftfont.c (ftfont_shape_by_flt): Make static.
Andreas Schwab
2008-10-12
1
-1
/
+1
*
(ftfont_shape_by_flt): Downcase family name.
Kenichi Handa
2008-09-17
1
-1
/
+1
*
(ftfont_shape_by_flt): Use "combining" FLT for ASCII characters.
Kenichi Handa
2008-09-09
1
-1
/
+7
*
(ftfont_spec_pattern): Don't create a charset of the
Kenichi Handa
2008-09-01
1
-6
/
+37
*
Include composite.h.
Kenichi Handa
2008-08-29
1
-2
/
+12
*
*** empty log message ***
Kenichi Handa
2008-07-21
1
-2
/
+4
*
(ftfont_resolve_generic_family): Remove foundry from
Andreas Schwab
2008-07-10
1
-0
/
+1
*
(ftfont_text_extents): Fix initial setting of metrics.
Kenichi Handa
2008-07-09
1
-2
/
+13
*
(struct ftfont_info): New member index, delete member
Kenichi Handa
2008-07-09
1
-143
/
+273
*
(fc_charset_table): New member lang.
Kenichi Handa
2008-06-30
1
-46
/
+65
*
(ftfont_pattern_entity): New arg extra. Caller changed.
Kenichi Handa
2008-06-19
1
-14
/
+13
*
(ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
Kenichi Handa
2008-06-11
1
-0
/
+2
*
(ftfont_pattern_entity): Adjusted for the change of font_intern_prop.
Kenichi Handa
2008-06-10
1
-2
/
+2
*
(ftfont_spec_pattern): Accept the registry `ascii-0'.
Kenichi Handa
2008-06-09
1
-1
/
+28
[next]