| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-19 | 1 | -0/+21 |
|\ \
| |/ |
|
| * | Fix incorrect font metrics when the same font is opened with different pixels... | Kenichi Handa | 2010-10-15 | 1 | -0/+21 |
| * | Check FC_DUAL too. For such fonts, check width one by one (Bug#4129). | Naohiro Aota | 2010-06-30 | 1 | -1/+1 |
* | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -6/+0 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -54/+17 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -17/+17 |
* | | Check FC_DUAL too. For such fonts, check width one by one. | Kenichi Handa | 2010-06-30 | 1 | -1/+1 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -2/+2 |
* | Fix slowdown and wrong font choosed by XSETTINGS changes. bug #5157. | Jan Djärv | 2010-01-06 | 1 | -42/+101 |
* | xftfont.c: Parse symbolic names for constants also. | Jan Djärv | 2009-12-13 | 1 | -3/+19 |
* | (struct xftfont_info): New member matrix. | Kenichi Handa | 2009-12-12 | 1 | -1/+13 |
* | Don't crash if an X terminal is deleted with force == t. | Jan Djärv | 2009-11-27 | 1 | -1/+6 |
* | * xftfont.c (xftfont_fix_match): Older versions of fontconfig does | Jan Djärv | 2009-11-17 | 1 | -2/+3 |
* | #ifdef on FC_LCD_FILTER. | Jan Djärv | 2009-11-17 | 1 | -0/+3 |
* | Handle system default font and changing font parameters. | Jan Djärv | 2009-11-17 | 1 | -1/+53 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE. | Kenichi Handa | 2009-07-10 | 1 | -4/+3 |
* | * xftfont.c (xftfont_open): Avoid passing NULL argument to | Chong Yidong | 2009-06-30 | 1 | -4/+5 |
* | (xftfont_open): Make sure that Xrender extension is added | YAMAMOTO Mitsuharu | 2009-05-11 | 1 | -0/+10 |
* | (xftfont_has_char): Special handling of `ja' and `ko' adstyle. | Kenichi Handa | 2009-04-16 | 1 | -0/+12 |