| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add cairo drawing. | Jan D | 2015-02-11 | 1 | -0/+4 |
| * | Prefer INLINE functions in font.h to match style used in lisp.h | Dmitry Antipov | 2015-01-16 | 1 | -34/+79 |
| * | Port to HAVE_FREETYPE && !HAVE_XFT | Paul Eggert | 2015-01-10 | 1 | -1/+1 |
| * | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -16/+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 | -3/+3 |
| * | * font.c, font.h (font_unparse_fcname): Now static. | Paul Eggert | 2014-07-09 | 1 | -2/+0 |
| * | Next minor cleanup of font subsystem. | Dmitry Antipov | 2014-07-09 | 1 | -15/+0 |
| * | * font.c (font_build_object) [HAVE_XFT || HAVE_FREETYPE || HAVE_NS]: | Dmitry Antipov | 2014-07-08 | 1 | -0/+3 |
| * | * font.h (struct font_driver): Remove get_outline and free_outline; | Dmitry Antipov | 2014-07-04 | 1 | -9/+0 |
| * | Use convenient alists to manage per-frame font driver-specific data. | Dmitry Antipov | 2014-07-03 | 1 | -19/+4 |
| * | * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member. | Dmitry Antipov | 2014-06-10 | 1 | -5/+3 |
| * | If a C name must be extern on some platforms, make it extern on all. | Paul Eggert | 2014-06-08 | 1 | -1/+2 |
| * | Fix the MSDOS build. | Eli Zaretskii | 2014-04-16 | 1 | -0/+4 |
| * | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
| * | * font.h (valid_font_driver) [!ENABLE_CHECKING]: Define a dummy. | Paul Eggert | 2013-12-16 | 1 | -0/+10 |
| * | * font.c (valid_font_driver) [ENABLE_CHECKING]: New function | Dmitry Antipov | 2013-12-16 | 1 | -0/+3 |
| * | Use bool for boolean, focusing on headers. | Paul Eggert | 2013-12-14 | 1 | -23/+26 |
| * | * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m, | Dmitry Antipov | 2013-12-13 | 1 | -7/+0 |
| * | * font.h (struct font_entity) [HAVE_NS]: New field to record | Dmitry Antipov | 2013-12-12 | 1 | -0/+7 |
| * | * font.h (struct font_bitmap): Remove unused 'extra' member. | Dmitry Antipov | 2013-12-04 | 1 | -1/+0 |
| * | * font.c (font_list_entities): Remove dummy assignment. | Dmitry Antipov | 2013-12-04 | 1 | -6/+9 |
| * | * font.h (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT): | Dmitry Antipov | 2013-12-02 | 1 | -0/+5 |
| * | Perform font-specific cleanup when font object is swept by GC. See | Dmitry Antipov | 2013-10-25 | 1 | -1/+1 |
| * | Omit unused frame argument of font API's close function. | Dmitry Antipov | 2013-10-25 | 1 | -2/+2 |
| * | Port the font backend from the Mac port. | Jan Djärv | 2013-09-15 | 1 | -0/+1 |
| * | Make --without-x compatible with --enable-gcc-warnings. | Dmitry Antipov | 2013-09-05 | 1 | -0/+4 |
| * | Minor cleanup to avoid forward declarations. | Dmitry Antipov | 2013-08-30 | 1 | -7/+0 |
| * | * font.c (clear_font_cache): New function, stripped from... | Dmitry Antipov | 2013-08-13 | 1 | -0/+1 |
| * | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -25/+25 |
| * | Avoid redundant Lisp_Object <-> struct frame conversions in font API. | Dmitry Antipov | 2013-08-01 | 1 | -5/+4 |
| * | * font.c (font_range): Add pos_byte argument. Adjust comment | Dmitry Antipov | 2013-02-13 | 1 | -1/+1 |
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
| * | Merge from trunk | Daniel Colascione | 2012-10-07 | 1 | -0/+1 |
| |\ |
|
| * \ | Merge from trunk | Daniel Colascione | 2012-09-17 | 1 | -27/+19 |
| |\ \
| |/ |
|
| | * | Use bool for booleans in font-related modules. | Paul Eggert | 2012-09-06 | 1 | -27/+18 |
| | * | Clean up some extern decls. | Paul Eggert | 2012-09-02 | 1 | -0/+1 |
| * | | Implement cygw32 | Daniel Colascione | 2012-09-17 | 1 | -2/+2 |
| |/ |
|
| * | For Xft and X font backends, set omitted max_width font fields. | Chong Yidong | 2012-08-16 | 1 | -6/+6 |
| * | Generalize and cleanup font subsystem checks. | Dmitry Antipov | 2012-08-15 | 1 | -6/+0 |
| * | Simple wrapper for make_unibyte_string, adjust font_open_by_name. | Dmitry Antipov | 2012-07-20 | 1 | -1/+1 |
| * | Avoid call to strlen in fast_c_string_match_ignore_case. | Dmitry Antipov | 2012-07-11 | 1 | -2/+2 |
| * | Avoid calls to strlen in font processing functions. | Dmitry Antipov | 2012-07-11 | 1 | -2/+2 |
| * | Auto-generate EXFUN using make-docfile | Tom Tromey | 2012-07-03 | 1 | -5/+0 |
| * | Merge from trunk. | Paul Eggert | 2012-05-25 | 1 | -3/+4 |
| |\ |
|
| | * | Untag more efficiently if USE_LSB_TAG. | Paul Eggert | 2012-05-09 | 1 | -3/+4 |
| * | | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -3/+3 |
| |\ \
| |/ |
|
| | * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| | * | Spelling fixes. | Paul Eggert | 2011-12-29 | 1 | -1/+1 |
| | * | Spelling fixes. | Paul Eggert | 2011-12-14 | 1 | -1/+1 |