| Commit message (Expand) | Author | Age | Files | Lines |
* | Port to 32-bit --with-wide-int | Paul Eggert | 2015-01-10 | 1 | -19/+19 |
* | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -43/+25 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Allow querying font by name for its height and other info. (Bug#19395) | Eli Zaretskii | 2014-12-18 | 1 | -4/+43 |
* | * font.c (copy_font_spec): Redesign to avoid Fcopy_alist | Dmitry Antipov | 2014-10-31 | 1 | -18/+26 |
* | Spelling fixes. | Paul Eggert | 2014-10-12 | 1 | -9/+8 |
* | * font.c (Ffont_get_glyphs): Use validate_subarray and fix | Dmitry Antipov | 2014-10-07 | 1 | -24/+30 |
* | Consistently use min and max macros from lisp.h. | Dmitry Antipov | 2014-10-03 | 1 | -5/+1 |
* | Use AUTO_CONS instead of SCOPED_CONS, etc. | Paul Eggert | 2014-09-30 | 1 | -11/+21 |
* | Simplify stack-allocated Lisp objects, and make them more portable. | Paul Eggert | 2014-09-29 | 1 | -7/+7 |
* | Keep stack-allocated Lisp objects fast rather than versatile. | Dmitry Antipov | 2014-09-29 | 1 | -8/+3 |
* | Fix local_cons etc. to not exhaust the stack when in a loop. | Paul Eggert | 2014-09-24 | 1 | -5/+8 |
* | * chartab.c (uniprop_encode_value_numeric): | Dmitry Antipov | 2014-09-24 | 1 | -7/+9 |
* | * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy. | Paul Eggert | 2014-09-23 | 1 | -1/+1 |
* | Use known length of a Lisp string to copy it faster. | Dmitry Antipov | 2014-09-23 | 1 | -1/+1 |
* | Avoid extra call to oblookup when interning symbols. | Dmitry Antipov | 2014-09-22 | 1 | -8/+5 |
* | If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack. | Dmitry Antipov | 2014-09-15 | 1 | -7/+7 |
* | Prefer ptrdiff_t to int and avoid integer overflows. | Dmitry Antipov | 2014-09-13 | 1 | -1/+1 |
* | Fix the MS-Windows build broken by SAFE_ALLOCA changes. | Eli Zaretskii | 2014-09-07 | 1 | -0/+4 |
* | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation. | Paul Eggert | 2014-09-07 | 1 | -13/+26 |
* | Revert previous change. | Paul Eggert | 2014-07-26 | 1 | -3/+3 |
* | Reorder conditions that are written backwards | Andreas Schwab | 2014-07-26 | 1 | -3/+3 |
* | 2014-07-19 Kenichi Handa <handa@gnu.org> | Kenichi Handa | 2014-07-20 | 1 | -1/+5 |
* | * frame.h (enum fullscreen_type) [HAVE_WINDOW_SYSTEM]: Use more natural | Dmitry Antipov | 2014-07-16 | 1 | -3/+9 |
* | * font.c, font.h (font_unparse_fcname): Now static. | Paul Eggert | 2014-07-09 | 1 | -2/+9 |
* | * font.c (font_build_object) [HAVE_XFT || HAVE_FREETYPE || HAVE_NS]: | Dmitry Antipov | 2014-07-08 | 1 | -1/+27 |
* | Use convenient alists to manage per-frame font driver-specific data. | Dmitry Antipov | 2014-07-03 | 1 | -37/+18 |
* | Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.ca | Glenn Morris | 2014-06-21 | 1 | -0/+3 |
|\ |
|
| * | * font.c (font_make_object): Avoid dangling pointer which may | Dmitry Antipov | 2014-06-19 | 1 | -0/+3 |
* | | * lisp.h (STRING_COPYIN): Remove; unused. | Dmitry Antipov | 2014-06-17 | 1 | -4/+2 |
* | | * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member. | Dmitry Antipov | 2014-06-10 | 1 | -1/+0 |
* | | * font.c (font_matching_entity): Extract font-entity object | Dmitry Antipov | 2014-05-19 | 1 | -1/+1 |
* | | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'. | Paul Eggert | 2014-04-05 | 1 | -7/+2 |
* | | * font.c (font_list_entities): Do not add empty vector to font cache. | Dmitry Antipov | 2014-04-02 | 1 | -15/+18 |
|/ |
|
* | Fix bug #16930 with broken build --without-x. | Eli Zaretskii | 2014-03-03 | 1 | -1/+8 |
* | * font.c (toplevel): Adjust comment about font cache layout. | Dmitry Antipov | 2014-03-03 | 1 | -5/+17 |
* | Avoid "." at end of error diagnostics. | Paul Eggert | 2014-02-10 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2014-01-09 | 1 | -1/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | * font.c (valid_font_driver) [ENABLE_CHECKING]: New function | Dmitry Antipov | 2013-12-16 | 1 | -1/+21 |
* | * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m, | Dmitry Antipov | 2013-12-13 | 1 | -16/+8 |
* | * font.c (font_close_object): Check for live frame (Bug#16128). | Dmitry Antipov | 2013-12-13 | 1 | -2/+6 |
* | * font.h (struct font_entity) [HAVE_NS]: New field to record | Dmitry Antipov | 2013-12-12 | 1 | -8/+12 |
* | * font.c (font_find_for_lface): Ensure SAFE_FREE on return. | Dmitry Antipov | 2013-12-10 | 1 | -1/+4 |
* | * font.c (font_list_entities): Remove dummy assignment. | Dmitry Antipov | 2013-12-04 | 1 | -1/+1 |
* | Add pre-redisplay-function and rectangular region | Stefan Monnier | 2013-10-29 | 1 | -3/+3 |
* | Omit unused frame argument of font API's close function. | Dmitry Antipov | 2013-10-25 | 1 | -2/+2 |
* | Fix syms_of_(mac|ms)font calls. | Jan Djärv | 2013-09-16 | 1 | -6/+0 |
* | Fix compilation for GNUStep due to font changes. | Jan Djärv | 2013-09-15 | 1 | -0/+2 |
* | Port the font backend from the Mac port. | Jan Djärv | 2013-09-15 | 1 | -0/+1 |