aboutsummaryrefslogtreecommitdiffstats
path: root/src/ftfont.c
Commit message (Expand)AuthorAgeFilesLines
* More xmalloc and related cleanup.Paul Eggert2012-07-051-6/+7
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-2/+2
* USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)Paul Eggert2012-06-121-1/+1
* Merge from trunk.Paul Eggert2012-04-091-1/+1
|\
| * ftfont.c (ftfont_drive_otf): Mask bits of character code to make it fit in a ...Kenichi Handa2012-03-191-1/+1
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-141-1/+1
|\|
| * Spelling fixes.Paul Eggert2011-12-111-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-3/+10
|\|
| * ftfont.c (get_adstyle_property): Fix previous change (Bug#10233).Kenichi Handa2011-12-081-2/+2
| * ftfont.c (get_adstyle_property): If the font is not BDF nor PCF, return Qnil ...Kenichi Handa2011-12-051-0/+7
| * Fix typos.Juanma Barranquero2011-11-301-1/+1
| * Spelling fixes.Paul Eggert2011-11-191-2/+2
* | * ftfont.c (ftfont_shape_by_flt): Add lint_assume to pacify GCC 4.6.1 x86-64.Paul Eggert2011-09-211-0/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-5/+4
|/
*-. Merge from trunk.Paul Eggert2011-08-131-0/+4
|\ \
| | * Don't lose extra font info when using the Fontconfig font cache.Chong Yidong2011-08-081-0/+4
| |/
* | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-22/+11
* | * ftfont.c: Check for size overflow.Paul Eggert2011-07-281-1/+14
|/
* * lisp.h (lint_assume): New macro.Paul Eggert2011-06-181-0/+3
* * ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths.Paul Eggert2011-06-181-2/+2
* * ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals.Paul Eggert2011-06-101-2/+0
* Minor fixes for signed vs unsigned integers.Paul Eggert2011-05-311-1/+1
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-1/+1
* * ftfont.c: Distingish more carefully between FcChar8 and char.Paul Eggert2011-04-091-10/+19
* Merge from emacs-23; up to 2010-06-08T03:06:[email protected].Glenn Morris2011-04-091-2/+2
|\
| * Fix more GCC strict-aliasing warnings.Chong Yidong2011-04-081-2/+2
* | * ftfont.c: (get_adstyle_property, ftfont_pattern_entity):Paul Eggert2011-03-181-19/+20
* | * ftfont.c (ftfont_list): Remove unused local.Paul Eggert2011-03-181-1/+0
* | * ftfont.c (ftfont_otf_capability, ftfont_shape): Omit decls if not needed.Paul Eggert2011-03-181-0/+6
* | * ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness.Paul Eggert2011-03-181-1/+2
* | Merge from emacs-23; up to 2010-05-26T14:19:[email protected].Glenn Morris2011-02-051-1/+5
|\|
| * Use FC_DUAL only when it is defined.Kenichi Handa2011-02-021-1/+5
* | xstrcasecmp: conform to C89 pointer rulesPaul Eggert2011-02-051-3/+3
* | (ftfont_spec_pattern): Check each extra property value.Kenichi Handa2011-01-281-7/+13
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-4/+3
* | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\|
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-2/+2
* | Minor clean up to silence some gcc warnings.Stefan Monnier2010-12-191-7/+7
* | Add const to array elements of font filter properties.YAMAMOTO Mitsuharu2010-11-101-2/+2
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-141-39/+4
|\|
| * Fix handling of font properties on Windows (bug#6303).Damyan Pepper2010-10-131-39/+4
| * Check FC_DUAL too. For such fonts, check width one by one (Bug#4129).Naohiro Aota2010-06-301-1/+1
* | ftfont.c (ftfont_check_otf): Fix previous change.Kenichi Handa2010-09-171-11/+20
* | ftfont.c (ftfont_check_otf): Fix the case of checking just existence of GSUB ...Kenichi Handa2010-09-161-22/+45
* | Use const char* instead of char*.Dan Nicolaescu2010-08-081-10/+6
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-6/+0