summaryrefslogtreecommitdiff
path: root/src/ftfont.c
Commit message (Expand)AuthorAgeFilesLines
* * 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:47Z!dann@ics.uci.edu.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:15Z!monnier@iro.umontreal.ca.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
* | Convert old-style definitionsAndreas Schwab2010-07-121-33/+14
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-1/+1
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-58/+19
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-28/+28
* | Check FC_DUAL too. For such fonts, check width one by one.Kenichi Handa2010-06-301-1/+1
|/
* ftfont.c: Fix incorrect parentheses of #if condition for definining M17N_FLT_...Kenichi Handa2010-05-111-2/+2
* Use new features of libotf and m17n-lib if available.Kenichi Handa2010-04-231-0/+370
* Fix Myanmar OTF supportKenichi Handa2010-02-261-9/+9
* Add 2010 to copyright years.Glenn Morris2010-01-131-2/+2
* (struct ftfont_info): New member matrix.Kenichi Handa2009-12-121-8/+40
* Handle system default font and changing font parameters.Jan Djärv2009-11-171-3/+94
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (ftfont_spec_pattern): New arg langname. CallerKenichi Handa2009-07-141-9/+19
* (get_adstyle_property): Call font_intern_prop with 1 asKenichi Handa2009-06-261-1/+1
* Don't dereference NULL upon failed malloc and realloc.Jim Meyering2009-06-231-8/+8
* Change font_add_log to FONT_ADD_LOG.Kenichi Handa2009-06-231-2/+2
* * font.c (Qja, Qko): Move definitions here from ftfont.c.Chong Yidong2009-04-171-5/+0
* (ftfont_pattern_entity): Return a newly allocatedKenichi Handa2009-04-171-1/+8
* (Qja, Qko): Don't make them static.Kenichi Handa2009-04-161-86/+93
* (get_adstyle_property): Fix previous change.Kenichi Handa2009-04-131-0/+1