| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve font lookup on MS-Windows | Eli Zaretskii | 2019-09-17 | 1 | -17/+110 |
* | Fix the handling of font backend supersedence on MS-Windows | Eli Zaretskii | 2019-06-18 | 1 | -2/+0 |
* | Support font driver supersession | YAMAMOTO Mitsuharu | 2019-06-18 | 1 | -0/+2 |
* | Unbreak display of characters on MS-Windows | Eli Zaretskii | 2019-05-31 | 1 | -3/+15 |
* | Add HarfBuzz font backend for MS-Windows | Eli Zaretskii | 2019-05-31 | 1 | -0/+1 |
* | Replace XChar2b with unsigned in all font backends | Alexander Gramiak | 2019-05-19 | 1 | -1/+1 |
* | Rename generic x_* identifiers | Alexander Gramiak | 2019-04-26 | 1 | -1/+1 |
* | Add portable dumper | Daniel Colascione | 2019-01-15 | 1 | -0/+11 |
* | 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 |
* | | Define get_proc_addr in Cygwin-w32 build | Andy Moreton | 2018-08-20 | 1 | -0/+1 |
* | | Pacify -Wcast-function-type warnings in GCC 8.1 | Andy Moreton | 2018-08-17 | 1 | -4/+4 |
* | | More macro renamings for bignum | Tom Tromey | 2018-08-07 | 1 | -7/+7 |
* | | Rename integerp->fixnum, etc, in preparation for bignums | Tom Tromey | 2018-07-12 | 1 | -14/+14 |
* | | New type Lisp_Misc_Ptr | Paul Eggert | 2018-06-14 | 1 | -1/+1 |
|/ |
|
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Prefer HTTPS to HTTP for gnu.org | Paul Eggert | 2017-09-29 | 1 | -1/+1 |
* | Avoid compiler warnings on MS-Windows with GCC 6 and 7 | Eli Zaretskii | 2017-09-08 | 1 | -1/+2 |
* | Add an optional testfn parameter to assoc | Nicolas Petton | 2017-07-11 | 1 | -1/+1 |
* | Avoid compilation warnings | Eli Zaretskii | 2017-05-02 | 1 | -1/+1 |
* | Add new frame parameters and associated functions | Martin Rudalics | 2017-04-12 | 1 | -4/+15 |
* | Avoid quitting inside a critical section on MS-Windows | Eli Zaretskii | 2017-02-23 | 1 | -0/+44 |
* | 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 |
* | | * src/lisp.h (LISP_INITIALLY_ZERO): Remove. | Paul Eggert | 2016-12-01 | 1 | -2/+1 |
* | | Fix compiler warnings in Cygwin-w32 build | Ken Brown | 2016-06-20 | 1 | -2/+2 |
* | | Fix compiler warnings in the MinGW build | Eli Zaretskii | 2016-05-21 | 1 | -3/+2 |
|/ |
|
* | Improve font selection by family on MS-Windows | Eli Zaretskii | 2016-03-24 | 1 | -1/+2 |
* | 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 w32 files in src directory | Eli Zaretskii | 2015-10-22 | 1 | -13/+8 |
* | Fix display of glyphless characters with problematic fonts | Eli Zaretskii | 2015-05-28 | 1 | -3/+22 |
* | Teach MS-Windows font back-end return per-glyph ascent/descent | Eli Zaretskii | 2015-05-26 | 1 | -7/+25 |
* | Fix support of scripts in w32font.c (Bug#19993) | Eli Zaretskii | 2015-03-12 | 1 | -15/+87 |
* | Prefer 'Qfoo' to 'intern ("foo")' in w32 source files | Eli Zaretskii | 2015-02-21 | 1 | -4/+4 |
* | Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c. | Eli Zaretskii | 2015-01-29 | 1 | -4/+6 |
* | MS-Windows followup to previous commit | Eli Zaretskii | 2015-01-05 | 1 | -45/+0 |
* | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -1/+1 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Default to stack objects on DOS_NT platforms as well. | Eli Zaretskii | 2014-09-25 | 1 | -12/+12 |
* | Avoid extra call to oblookup when interning symbols. | Dmitry Antipov | 2014-09-22 | 1 | -1/+1 |
* | Avoid more integer overflows on string size calculations. | Dmitry Antipov | 2014-09-16 | 1 | -1/+1 |
* | One more minor cleanup of font subsystem. | Dmitry Antipov | 2014-08-25 | 1 | -78/+69 |
* | Next minor cleanup of font subsystem. | Dmitry Antipov | 2014-07-09 | 1 | -16/+1 |
* | * font.h (struct font_driver): Remove get_outline and free_outline; | Dmitry Antipov | 2014-07-04 | 1 | -15/+0 |
* | Fix Cygwin w32 build broken by last commit in w32font.c. | Eli Zaretskii | 2014-01-19 | 1 | -2/+18 |
* | Fix file name handling on MS-Windows 9X. | Eli Zaretskii | 2014-01-18 | 1 | -41/+4 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Fix some warnings in w32 specific code. | Eli Zaretskii | 2013-12-17 | 1 | -1/+1 |
* | * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m, | Dmitry Antipov | 2013-12-13 | 1 | -1/+0 |