summaryrefslogtreecommitdiff
path: root/src/ftfont.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two memory leaks discovered with Valgrind.Dmitry Antipov2014-01-231-8/+11
* Spelling fixes.Paul Eggert2014-01-051-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m,Dmitry Antipov2013-12-131-1/+0
* * font.h (struct font_entity) [HAVE_NS]: New field to recordDmitry Antipov2013-12-121-0/+1
* * font.h (struct font_bitmap): Remove unused 'extra' member.Dmitry Antipov2013-12-041-1/+0
* Omit unused frame argument of font API's close function.Dmitry Antipov2013-10-251-2/+2
* * lisp.h (eassume): New macro.Paul Eggert2013-10-101-1/+0
* Add set operations for bool-vector.Daniel Colascione2013-09-221-1/+1
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-6/+6
* Avoid redundant Lisp_Object <-> struct frame conversions in font API.Dmitry Antipov2013-08-011-6/+6
* Fix obscure porting bug with varargs functions.Paul Eggert2013-07-181-1/+1
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-5/+4
* Use functions and constants to manipulate Lisp_Save_Value objects.Paul Eggert2013-03-211-3/+3
* * font.c (Ffont_get_glyphs): Use convenient LGLYPH_NEW.Dmitry Antipov2013-03-041-1/+1
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-081-2/+1
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-171-1/+1
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-151-9/+9
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-141-12/+10
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-2/+0
* Use bool for booleans in font-related modules.Paul Eggert2012-09-061-12/+16
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-1/+1
* Simple wrapper for make_unibyte_string, adjust font_open_by_name.Dmitry Antipov2012-07-201-1/+1
* Avoid call to strlen in fast_c_string_match_ignore_case.Dmitry Antipov2012-07-111-1/+3
* 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