| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename font_driver member close -> close_font | Mattias Engdegård | 2019-07-09 | 1 | -1/+1 |
* | Rename font_driver member open -> open_font | Mattias Engdegård | 2019-07-09 | 1 | -1/+1 |
* | Avoid some unnecessary stdio.h includes | Paul Eggert | 2019-07-08 | 1 | -1/+0 |
* | * src/xfont.c (xfont_draw): Allocate the XChar2b array (Bug#35814) | Alexander Gramiak | 2019-05-21 | 1 | -8/+18 |
* | Replace XChar2b with unsigned in all font backends | Alexander Gramiak | 2019-05-19 | 1 | -46/+55 |
* | Remove display member of glyph_string | Alexander Gramiak | 2019-05-10 | 1 | -9/+10 |
* | Fix misuses of NULL when talking about the NUL character | Stefan Monnier | 2019-03-21 | 1 | -1/+1 |
* | Add portable dumper | Daniel Colascione | 2019-01-15 | 1 | -0/+8 |
* | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | | Add make_vector and make_nil_vector | Paul Eggert | 2018-12-09 | 1 | -1/+1 |
* | | More macro renamings for bignum | Tom Tromey | 2018-08-07 | 1 | -8/+8 |
* | | Rename integerp->fixnum, etc, in preparation for bignums | Tom Tromey | 2018-07-12 | 1 | -5/+5 |
|/ |
|
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -2/+2 |
* | Add an optional testfn parameter to assoc | Nicolas Petton | 2017-07-11 | 1 | -1/+2 |
* | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | | Use C99 syntax for font drivers | Paul Eggert | 2016-12-12 | 1 | -13/+13 |
* | | Make struct font_drivers read-only | Paul Eggert | 2016-12-01 | 1 | -38/+19 |
* | | * src/lisp.h (LISP_INITIALLY_ZERO): Remove. | Paul Eggert | 2016-12-01 | 1 | -2/+1 |
* | | Add double-buffering support to reduce flicker | Daniel Colascione | 2016-10-28 | 1 | -8/+8 |
* | | Limit <config.h>’s includes | Paul Eggert | 2016-09-30 | 1 | -0/+1 |
* | | Replace IF_LINT by NONVOLATILE and UNINIT | Paul Eggert | 2016-06-08 | 1 | -1/+1 |
|/ |
|
* | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -2/+2 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Include-file cleanup for src directory | Paul Eggert | 2015-10-20 | 1 | -3/+0 |
* | * xfont.c: Minor style fixes | Paul Eggert | 2015-02-09 | 1 | -101/+95 |
* | Try non-scaled xld fonts first, and scaled if that failed. | Dima Kogan | 2015-02-09 | 1 | -82/+101 |
* | Count MANY function args more reliably | Paul Eggert | 2015-01-25 | 1 | -7/+1 |
* | Use bool for boolean in xfont.c, xftfont.c, xgselect.c | Paul Eggert | 2015-01-21 | 1 | -4/+4 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Attempt to allocate less font entity objects in xfont_list_pattern | Dmitry Antipov | 2014-11-14 | 1 | -5/+5 |
* | Keep stack-allocated Lisp objects fast rather than versatile. | Dmitry Antipov | 2014-09-29 | 1 | -2/+1 |
* | Fix local_cons etc. to not exhaust the stack when in a loop. | Paul Eggert | 2014-09-24 | 1 | -0/+1 |
* | * 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 |
* | More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS. | Dmitry Antipov | 2014-09-18 | 1 | -1/+1 |
* | One more minor cleanup of font subsystem. | Dmitry Antipov | 2014-08-25 | 1 | -29/+21 |
* | Next minor cleanup of font subsystem. | Dmitry Antipov | 2014-07-09 | 1 | -2/+0 |
* | * font.h (struct font_driver): Remove get_outline and free_outline; | Dmitry Antipov | 2014-07-04 | 1 | -1/+1 |
* | * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member. | Dmitry Antipov | 2014-06-10 | 1 | -4/+2 |
* | 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 |