| Commit message (Expand) | Author | Age | Files | Lines |
* | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -1/+1 |
* | * ftfont.c: Distingish more carefully between FcChar8 and char. | Paul Eggert | 2011-04-09 | 1 | -10/+19 |
* | Merge from emacs-23; up to 2010-06-08T03:06:47Z!dann@ics.uci.edu. | Glenn Morris | 2011-04-09 | 1 | -2/+2 |
|\ |
|
| * | Fix more GCC strict-aliasing warnings. | Chong Yidong | 2011-04-08 | 1 | -2/+2 |
* | | * ftfont.c: (get_adstyle_property, ftfont_pattern_entity): | Paul Eggert | 2011-03-18 | 1 | -19/+20 |
* | | * ftfont.c (ftfont_list): Remove unused local. | Paul Eggert | 2011-03-18 | 1 | -1/+0 |
* | | * ftfont.c (ftfont_otf_capability, ftfont_shape): Omit decls if not needed. | Paul Eggert | 2011-03-18 | 1 | -0/+6 |
* | | * ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness. | Paul Eggert | 2011-03-18 | 1 | -1/+2 |
* | | Merge from emacs-23; up to 2010-05-26T14:19:15Z!monnier@iro.umontreal.ca. | Glenn Morris | 2011-02-05 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | Use FC_DUAL only when it is defined. | Kenichi Handa | 2011-02-02 | 1 | -1/+5 |
* | | xstrcasecmp: conform to C89 pointer rules | Paul Eggert | 2011-02-05 | 1 | -3/+3 |
* | | (ftfont_spec_pattern): Check each extra property value. | Kenichi Handa | 2011-01-28 | 1 | -7/+13 |
* | | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -1/+1 |
* | | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -4/+3 |
* | | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -2/+2 |
* | | Minor clean up to silence some gcc warnings. | Stefan Monnier | 2010-12-19 | 1 | -7/+7 |
* | | Add const to array elements of font filter properties. | YAMAMOTO Mitsuharu | 2010-11-10 | 1 | -2/+2 |
* | | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-14 | 1 | -39/+4 |
|\ \
| |/ |
|
| * | 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 (ftfont_check_otf): Fix previous change. | Kenichi Handa | 2010-09-17 | 1 | -11/+20 |
* | | ftfont.c (ftfont_check_otf): Fix the case of checking just existence of GSUB ... | Kenichi Handa | 2010-09-16 | 1 | -22/+45 |
* | | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-08 | 1 | -10/+6 |
* | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -6/+0 |
* | | Convert old-style definitions | Andreas Schwab | 2010-07-12 | 1 | -33/+14 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -1/+1 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -58/+19 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -28/+28 |
* | | Check FC_DUAL too. For such fonts, check width one by one. | Kenichi Handa | 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 |