| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | | Use C99 syntax for font drivers | Paul Eggert | 2016-12-12 | 1 | -13/+13 |
| * | | Make struct font_drivers read-only | Paul Eggert | 2016-12-01 | 1 | -38/+19 |
| * | | * src/lisp.h (LISP_INITIALLY_ZERO): Remove. | Paul Eggert | 2016-12-01 | 1 | -2/+1 |
| * | | Add double-buffering support to reduce flicker | Daniel Colascione | 2016-10-28 | 1 | -8/+8 |
| * | | Limit <config.h>’s includes | Paul Eggert | 2016-09-30 | 1 | -0/+1 |
| * | | Replace IF_LINT by NONVOLATILE and UNINIT | Paul Eggert | 2016-06-08 | 1 | -1/+1 |
| |/ |
|
| * | 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 src directory | Paul Eggert | 2015-10-20 | 1 | -3/+0 |
| * | * xfont.c: Minor style fixes | Paul Eggert | 2015-02-09 | 1 | -101/+95 |
| * | Try non-scaled xld fonts first, and scaled if that failed. | Dima Kogan | 2015-02-09 | 1 | -82/+101 |
| * | Count MANY function args more reliably | Paul Eggert | 2015-01-25 | 1 | -7/+1 |
| * | Use bool for boolean in xfont.c, xftfont.c, xgselect.c | Paul Eggert | 2015-01-21 | 1 | -4/+4 |
| * | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
| * | Attempt to allocate less font entity objects in xfont_list_pattern | Dmitry Antipov | 2014-11-14 | 1 | -5/+5 |
| * | Keep stack-allocated Lisp objects fast rather than versatile. | Dmitry Antipov | 2014-09-29 | 1 | -2/+1 |
| * | Fix local_cons etc. to not exhaust the stack when in a loop. | Paul Eggert | 2014-09-24 | 1 | -0/+1 |
| * | * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy. | Paul Eggert | 2014-09-23 | 1 | -1/+1 |
| * | Use known length of a Lisp string to copy it faster. | Dmitry Antipov | 2014-09-23 | 1 | -1/+1 |
| * | More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS. | Dmitry Antipov | 2014-09-18 | 1 | -1/+1 |
| * | One more minor cleanup of font subsystem. | Dmitry Antipov | 2014-08-25 | 1 | -29/+21 |
| * | Next minor cleanup of font subsystem. | Dmitry Antipov | 2014-07-09 | 1 | -2/+0 |
| * | * font.h (struct font_driver): Remove get_outline and free_outline; | Dmitry Antipov | 2014-07-04 | 1 | -1/+1 |
| * | * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member. | Dmitry Antipov | 2014-06-10 | 1 | -4/+2 |
| * | Avoid crashes when X fonts are erroneously freed on reused X | Dmitry Antipov | 2014-03-03 | 1 | -2/+12 |
| * | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
| * | Spelling fix. | Paul Eggert | 2013-12-21 | 1 | -1/+1 |
| * | * font.c (valid_font_driver) [ENABLE_CHECKING]: New function | Dmitry Antipov | 2013-12-16 | 1 | -1/+4 |
| * | * 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 |
| * | Port to stricter C99 platforms. | Paul Eggert | 2013-11-03 | 1 | -1/+1 |
| * | Omit unused frame argument of font API's close function. | Dmitry Antipov | 2013-10-25 | 1 | -5/+11 |
| * | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov | 2013-09-24 | 1 | -1/+1 |
| * | Unify FRAME_window_system_DISPLAY_INFO macros between all ports. | Dmitry Antipov | 2013-09-13 | 1 | -5/+5 |
| * | Omit some unnecessary casts. | Paul Eggert | 2013-08-10 | 1 | -4/+2 |
| * | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -10/+10 |
| * | Avoid redundant Lisp_Object <-> struct frame conversions in font API. | Dmitry Antipov | 2013-08-01 | 1 | -9/+6 |
| * | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -2/+2 |
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
| * | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -20/+20 |
| * | 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 | -6/+7 |
| * | Clean up some extern decls. | Paul Eggert | 2012-09-02 | 1 | -1/+0 |
| * | Avoid direct writes to contents member of struct Lisp_Vector. | Dmitry Antipov | 2012-08-21 | 1 | -4/+4 |
| * | For Xft and X font backends, set omitted max_width font fields. | Chong Yidong | 2012-08-16 | 1 | -0/+1 |
| * | Generalize and cleanup font subsystem checks. | Dmitry Antipov | 2012-08-15 | 1 | -1/+1 |
| * | Generalize common compile-time constants. | Dmitry Antipov | 2012-08-05 | 1 | -2/+2 |
| * | Remove unnecessary casts involving pointers. | Paul Eggert | 2012-08-03 | 1 | -3/+1 |