| Commit message (Expand) | Author | Age | Files | Lines |
* | Make struct font_drivers read-only | Paul Eggert | 2016-12-01 | 1 | -35/+44 |
* | Add double-buffering support to reduce flicker | Daniel Colascione | 2016-10-28 | 1 | -8/+23 |
* | Provide workaround for xftfont rendering problem | Eli Zaretskii | 2016-05-22 | 1 | -0/+24 |
* | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -2/+2 |
* | Remove unneeded workaround in xftfont.c | Eli Zaretskii | 2016-02-25 | 1 | -10/+0 |
* | 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 |
* | Reduce color allocation/query traffic in the TrueColor case. | Ken Raeburn | 2015-10-08 | 1 | -2/+1 |
* | Fix display of glyphless characters with problematic fonts | Eli Zaretskii | 2015-05-28 | 1 | -2/+20 |
* | Use bool for boolean in xfont.c, xftfont.c, xgselect.c | Paul Eggert | 2015-01-21 | 1 | -11/+11 |
* | Prefer INLINE functions in font.h to match style used in lisp.h | Dmitry Antipov | 2015-01-16 | 1 | -4/+2 |
* | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -3/+0 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | One more minor cleanup of font subsystem. | Dmitry Antipov | 2014-08-25 | 1 | -11/+9 |
* | Next minor cleanup of font subsystem. | Dmitry Antipov | 2014-07-09 | 1 | -2/+0 |
* | * font.c (font_build_object) [HAVE_XFT || HAVE_FREETYPE || HAVE_NS]: | Dmitry Antipov | 2014-07-08 | 1 | -13/+3 |
* | Use convenient alists to manage per-frame font driver-specific data. | Dmitry Antipov | 2014-07-03 | 1 | -4/+4 |
* | Do not ask for XRender extension each time XFT font is opened. | Dmitry Antipov | 2014-06-16 | 1 | -10/+0 |
* | * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member. | Dmitry Antipov | 2014-06-10 | 1 | -7/+4 |
* | Avoid crashes when X fonts are erroneously freed on reused X | Dmitry Antipov | 2014-03-03 | 1 | -1/+5 |
* | 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 |
* | * font.c (valid_font_driver) [ENABLE_CHECKING]: New function | Dmitry Antipov | 2013-12-16 | 1 | -1/+3 |
* | * 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 |
* | * xftfont.c (struct xftfont_info): Remove set-but-unused | Dmitry Antipov | 2013-10-27 | 1 | -7/+0 |
* | Omit unused frame argument of font API's close function. | Dmitry Antipov | 2013-10-25 | 1 | -6/+14 |
* | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -9/+11 |
* | Avoid redundant Lisp_Object <-> struct frame conversions in font API. | Dmitry Antipov | 2013-08-01 | 1 | -4/+4 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | | * xftfont.c (xftfont_open): Remove duplicate assignment. | Chong Yidong | 2012-11-23 | 1 | -3/+1 |
|/ |
|
* | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -17/+17 |
* | 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 | -21/+11 |
* | * gtkutil.c (xg_get_font): Demand an Xft font. | Chong Yidong | 2012-08-16 | 1 | -1/+1 |
* | For Xft and X font backends, set omitted max_width font fields. | Chong Yidong | 2012-08-16 | 1 | -7/+10 |
* | Generalize and cleanup font subsystem checks. | Dmitry Antipov | 2012-08-15 | 1 | -2/+1 |
* | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -1/+1 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | xftfont.c (xftfont_draw): Use the font metrics of s->font to fill background ... | Kenichi Handa | 2011-12-15 | 1 | -1/+1 |
* | * xftfont.c (xftfont_open): Rename locals to avoid shadowing. | Paul Eggert | 2011-03-18 | 1 | -6/+6 |
* | * xftfont.c (xftfont_shape): Now static, and defined only if needed. | Paul Eggert | 2011-03-18 | 1 | -1/+3 |
* | Port to Solaris 10, which doesn't support FC_HINT_STYLE. | Paul Eggert | 2011-02-11 | 1 | -3/+5 |
* | Merge from emacs-23; up to 2010-05-26T14:19:15Z!monnier@iro.umontreal.ca. | Glenn Morris | 2011-02-05 | 1 | -1/+5 |
|\ |
|
| * | Use FC_DUAL only when it is defined. | Kenichi Handa | 2011-02-02 | 1 | -1/+5 |
* | | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -1/+1 |
* | | 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 |