| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix two memory leaks discovered with Valgrind. | Dmitry Antipov | 2014-01-23 | 1 | -8/+11 |
* | Spelling fixes. | Paul Eggert | 2014-01-05 | 1 | -1/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m, | Dmitry Antipov | 2013-12-13 | 1 | -1/+0 |
* | * font.h (struct font_entity) [HAVE_NS]: New field to record | Dmitry Antipov | 2013-12-12 | 1 | -0/+1 |
* | * font.h (struct font_bitmap): Remove unused 'extra' member. | Dmitry Antipov | 2013-12-04 | 1 | -1/+0 |
* | Omit unused frame argument of font API's close function. | Dmitry Antipov | 2013-10-25 | 1 | -2/+2 |
* | * lisp.h (eassume): New macro. | Paul Eggert | 2013-10-10 | 1 | -1/+0 |
* | Add set operations for bool-vector. | Daniel Colascione | 2013-09-22 | 1 | -1/+1 |
* | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -6/+6 |
* | Avoid redundant Lisp_Object <-> struct frame conversions in font API. | Dmitry Antipov | 2013-08-01 | 1 | -6/+6 |
* | Fix obscure porting bug with varargs functions. | Paul Eggert | 2013-07-18 | 1 | -1/+1 |
* | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -5/+4 |
* | Use functions and constants to manipulate Lisp_Save_Value objects. | Paul Eggert | 2013-03-21 | 1 | -3/+3 |
* | * font.c (Ffont_get_glyphs): Use convenient LGLYPH_NEW. | Dmitry Antipov | 2013-03-04 | 1 | -1/+1 |
* | * lisp.h (make_uninit_vector): New function. | Dmitry Antipov | 2013-02-08 | 1 | -2/+1 |
* | * lisp.h (toplevel): Add comment about using Lisp_Save_Value | Dmitry Antipov | 2013-01-17 | 1 | -1/+1 |
* | * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extraction | Dmitry Antipov | 2013-01-15 | 1 | -9/+9 |
* | Make Lisp_Save_Value more versatile storage for up to four objects. | Dmitry Antipov | 2013-01-14 | 1 | -12/+10 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -2/+0 |
* | Use bool for booleans in font-related modules. | Paul Eggert | 2012-09-06 | 1 | -12/+16 |
* | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -1/+1 |
* | Simple wrapper for make_unibyte_string, adjust font_open_by_name. | Dmitry Antipov | 2012-07-20 | 1 | -1/+1 |
* | Avoid call to strlen in fast_c_string_match_ignore_case. | Dmitry Antipov | 2012-07-11 | 1 | -1/+3 |
* | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -6/+7 |
* | Generalize run-time debugging checks. | Dmitry Antipov | 2012-06-28 | 1 | -2/+2 |
* | USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604) | Paul Eggert | 2012-06-12 | 1 | -1/+1 |
* | Merge from trunk. | Paul Eggert | 2012-04-09 | 1 | -1/+1 |
|\ |
|
| * | ftfont.c (ftfont_drive_otf): Mask bits of character code to make it fit in a ... | Kenichi Handa | 2012-03-19 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-12-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Spelling fixes. | Paul Eggert | 2011-12-11 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-12-10 | 1 | -3/+10 |
|\ \
| |/ |
|
| * | ftfont.c (get_adstyle_property): Fix previous change (Bug#10233). | Kenichi Handa | 2011-12-08 | 1 | -2/+2 |
| * | ftfont.c (get_adstyle_property): If the font is not BDF nor PCF, return Qnil ... | Kenichi Handa | 2011-12-05 | 1 | -0/+7 |
| * | Fix typos. | Juanma Barranquero | 2011-11-30 | 1 | -1/+1 |
| * | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -2/+2 |
* | | * ftfont.c (ftfont_shape_by_flt): Add lint_assume to pacify GCC 4.6.1 x86-64. | Paul Eggert | 2011-09-21 | 1 | -0/+1 |
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -5/+4 |
|/ |
|
*-. | Merge from trunk. | Paul Eggert | 2011-08-13 | 1 | -0/+4 |
|\ \ |
|
| | * | Don't lose extra font info when using the Fontconfig font cache. | Chong Yidong | 2011-08-08 | 1 | -0/+4 |
| |/ |
|
* | | Adjust in response to jan.h.d's comments. | Paul Eggert | 2011-08-04 | 1 | -22/+11 |
* | | * ftfont.c: Check for size overflow. | Paul Eggert | 2011-07-28 | 1 | -1/+14 |
|/ |
|
* | * lisp.h (lint_assume): New macro. | Paul Eggert | 2011-06-18 | 1 | -0/+3 |
* | * ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths. | Paul Eggert | 2011-06-18 | 1 | -2/+2 |
* | * ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals. | Paul Eggert | 2011-06-10 | 1 | -2/+0 |
* | Minor fixes for signed vs unsigned integers. | Paul Eggert | 2011-05-31 | 1 | -1/+1 |
* | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -1/+1 |