| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid crashes when X fonts are erroneously freed on reused X... | Dmitry Antipov | 2014-03-03 | 1 | -2/+12 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Spelling fix. | Paul Eggert | 2013-12-21 | 1 | -1/+1 |
* | * font.c (valid_font_driver) [ENABLE_CHECKING]: New function... | Dmitry Antipov | 2013-12-16 | 1 | -1/+4 |
* | * 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 |
* | Port to stricter C99 platforms.... | Paul Eggert | 2013-11-03 | 1 | -1/+1 |
* | Omit unused frame argument of font API's close function.... | Dmitry Antipov | 2013-10-25 | 1 | -5/+11 |
* | Use union for the payload of struct Lisp_Vector.... | Dmitry Antipov | 2013-09-24 | 1 | -1/+1 |
* | Unify FRAME_window_system_DISPLAY_INFO macros between all ports.... | Dmitry Antipov | 2013-09-13 | 1 | -5/+5 |
* | Omit some unnecessary casts.... | Paul Eggert | 2013-08-10 | 1 | -4/+2 |
* | Drop FRAME_PTR typedef.... | Dmitry Antipov | 2013-08-03 | 1 | -10/+10 |
* | Avoid redundant Lisp_Object <-> struct frame conversions in font API.... | Dmitry Antipov | 2013-08-01 | 1 | -9/+6 |
* | Prefer list1 (X) to Fcons (X, Qnil) when building lists.... | Paul Eggert | 2013-07-15 | 1 | -2/+2 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | Simplify and avoid signal-handling races.... | Paul Eggert | 2012-09-23 | 1 | -20/+20 |
* | Port better to POSIX hosts lacking _setjmp.... | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
* | Use bool for booleans in font-related modules.... | Paul Eggert | 2012-09-06 | 1 | -6/+7 |
* | Clean up some extern decls.... | Paul Eggert | 2012-09-02 | 1 | -1/+0 |
* | Avoid direct writes to contents member of struct Lisp_Vector.... | Dmitry Antipov | 2012-08-21 | 1 | -4/+4 |
* | For Xft and X font backends, set omitted max_width font fields.... | Chong Yidong | 2012-08-16 | 1 | -0/+1 |
* | Generalize and cleanup font subsystem checks.... | Dmitry Antipov | 2012-08-15 | 1 | -1/+1 |
* | Generalize common compile-time constants.... | Dmitry Antipov | 2012-08-05 | 1 | -2/+2 |
* | Remove unnecessary casts involving pointers.... | Paul Eggert | 2012-08-03 | 1 | -3/+1 |
* | Use "ASET (a, i, v)" rather than "AREF (a, i) = v".... | Paul Eggert | 2012-08-01 | 1 | -2/+2 |
* | Avoid call to strlen in fast_c_string_match_ignore_case.... | Dmitry Antipov | 2012-07-11 | 1 | -1/+2 |
* | Avoid calls to strlen in font processing functions.... | Dmitry Antipov | 2012-07-11 | 1 | -6/+8 |
* | * xfont.c (compare_font_names): Redo to omit the need for casts. | Paul Eggert | 2012-07-06 | 1 | -2/+3 |
* | USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)... | Paul Eggert | 2012-06-12 | 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-11-18 | 1 | -3/+3 |
|\| |
|
| * | Fix typos. | Juanma Barranquero | 2011-11-14 | 1 | -3/+3 |
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):... | Paul Eggert | 2011-09-21 | 1 | -1/+1 |
|/ |
|
* | * xfont.c (xfont_match): Avoid need for strlen. | Paul Eggert | 2011-06-20 | 1 | -3/+1 |
* | font.c: Make copy_font_spec and merge_font_spec ordinary C functions.... | Paul Eggert | 2011-04-10 | 1 | -1/+1 |
* | * xfont.c (xfont_open): Avoid unnecessary tests. | Paul Eggert | 2011-04-04 | 1 | -13/+16 |
* | * xfont.c (xfont_text_extents): Remove var that was set but not used. | Paul Eggert | 2011-04-04 | 1 | -2/+2 |
* | * xfont.c (xfont_list_family): Mark var as initialized. | Paul Eggert | 2011-03-18 | 1 | -1/+1 |
* | * xfont.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -1/+1 |
* | xstrcasecmp: conform to C89 pointer rules | Paul Eggert | 2011-02-05 | 1 | -2/+2 |
* | 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 |
* | | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-08 | 1 | -1/+1 |
|\| |
|
| * | xfont.c (xfont_open): Fix setting of font->average_width from :avgwidth prope... | Kenichi Handa | 2010-09-29 | 1 | -1/+1 |
* | | Do not include stdlib.h and string.h, config.h does it.... | Dan Nicolaescu | 2010-10-01 | 1 | -1/+0 |
* | | Use const char* instead of char*.... | Dan Nicolaescu | 2010-08-08 | 1 | -1/+1 |