summaryrefslogtreecommitdiff
path: root/src/xftfont.c
Commit message (Expand)AuthorAgeFilesLines
* Use bool for boolean in xfont.c, xftfont.c, xgselect.cPaul Eggert2015-01-211-11/+11
* Prefer INLINE functions in font.h to match style used in lisp.hDmitry Antipov2015-01-161-4/+2
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-3/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* One more minor cleanup of font subsystem.Dmitry Antipov2014-08-251-11/+9
* Next minor cleanup of font subsystem.Dmitry Antipov2014-07-091-2/+0
* * font.c (font_build_object) [HAVE_XFT || HAVE_FREETYPE || HAVE_NS]:Dmitry Antipov2014-07-081-13/+3
* Use convenient alists to manage per-frame font driver-specific data.Dmitry Antipov2014-07-031-4/+4
* Do not ask for XRender extension each time XFT font is opened.Dmitry Antipov2014-06-161-10/+0
* * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member.Dmitry Antipov2014-06-101-7/+4
* Avoid crashes when X fonts are erroneously freed on reused XDmitry Antipov2014-03-031-1/+5
* Spelling fixes.Paul Eggert2014-01-051-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * font.c (valid_font_driver) [ENABLE_CHECKING]: New functionDmitry Antipov2013-12-161-1/+3
* * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m,Dmitry Antipov2013-12-131-1/+0
* * font.h (struct font_entity) [HAVE_NS]: New field to recordDmitry Antipov2013-12-121-0/+1
* * xftfont.c (struct xftfont_info): Remove set-but-unusedDmitry Antipov2013-10-271-7/+0
* Omit unused frame argument of font API's close function.Dmitry Antipov2013-10-251-6/+14
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-9/+11
* Avoid redundant Lisp_Object <-> struct frame conversions in font API.Dmitry Antipov2013-08-011-4/+4
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * xftfont.c (xftfont_open): Remove duplicate assignment.Chong Yidong2012-11-231-3/+1
|/
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-17/+17
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Use bool for booleans in font-related modules.Paul Eggert2012-09-061-21/+11
* * gtkutil.c (xg_get_font): Demand an Xft font.Chong Yidong2012-08-161-1/+1
* For Xft and X font backends, set omitted max_width font fields.Chong Yidong2012-08-161-7/+10
* Generalize and cleanup font subsystem checks.Dmitry Antipov2012-08-151-2/+1
* More xmalloc and related cleanup.Paul Eggert2012-07-051-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* xftfont.c (xftfont_draw): Use the font metrics of s->font to fill background ...Kenichi Handa2011-12-151-1/+1
* * xftfont.c (xftfont_open): Rename locals to avoid shadowing.Paul Eggert2011-03-181-6/+6
* * xftfont.c (xftfont_shape): Now static, and defined only if needed.Paul Eggert2011-03-181-1/+3
* Port to Solaris 10, which doesn't support FC_HINT_STYLE.Paul Eggert2011-02-111-3/+5
* Merge from emacs-23; up to 2010-05-26T14:19:15Z!monnier@iro.umontreal.ca.Glenn Morris2011-02-051-1/+5
|\
| * Use FC_DUAL only when it is defined.Kenichi Handa2011-02-021-1/+5
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-2/+2
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-191-0/+21
|\ \ | |/
| * Fix incorrect font metrics when the same font is opened with different pixels...Kenichi Handa2010-10-151-0/+21
| * Check FC_DUAL too. For such fonts, check width one by one (Bug#4129).Naohiro Aota2010-06-301-1/+1
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-6/+0
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-54/+17
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-17/+17
* | Check FC_DUAL too. For such fonts, check width one by one.Kenichi Handa2010-06-301-1/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-2/+2
* Fix slowdown and wrong font choosed by XSETTINGS changes. bug #5157.Jan Djärv2010-01-061-42/+101