| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -2/+2 |
* | Use 'char *FOO' instead of 'char* FOO' | Paul Eggert | 2017-02-18 | 1 | -1/+1 |
* | 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 | -12/+12 |
* | | Make struct font_drivers read-only | Paul Eggert | 2016-12-01 | 1 | -38/+16 |
* | | * src/lisp.h (LISP_INITIALLY_ZERO): Remove. | Paul Eggert | 2016-12-01 | 1 | -2/+1 |
* | | Merge from origin/emacs-25 | Paul Eggert | 2016-11-19 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Modernize usage of 'macOS' in doc and comments | Paul Eggert | 2016-11-06 | 1 | -2/+2 |
* | | Fix problems found by static checking --with-ns | Paul Eggert | 2016-09-29 | 1 | -4/+4 |
* | | Rename FACE_OPT_FROM_ID to FACE_FROM_ID_OR_NULL | Eli Zaretskii | 2016-07-02 | 1 | -1/+2 |
* | | Port --enable-gcc-warnings to GCC 6.1 | Paul Eggert | 2016-05-18 | 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 |
* | Fix quoting in ‘message_with_string’ | Paul Eggert | 2015-08-26 | 1 | -1/+1 |
* | Remove unused DEFSYMs | Paul Eggert | 2015-05-31 | 1 | -1/+0 |
* | Prefer xlispstrdup to avoid dumb calls to strlen | Dmitry Antipov | 2015-01-20 | 1 | -1/+1 |
* | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -6/+1 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | * nsfont.m (nsfont_draw): Use CGFloat for GNUstep newer than 0.23. | Jan Djärv | 2014-10-05 | 1 | -0/+5 |
* | One more minor cleanup of font subsystem. | Dmitry Antipov | 2014-08-25 | 1 | -8/+6 |
* | Next minor cleanup of font subsystem. | Dmitry Antipov | 2014-07-09 | 1 | -3/+0 |
* | * nsfont.m (nsfont_close): Free glyphs and metrics arrays as well. | Dmitry Antipov | 2014-07-08 | 1 | -0/+2 |
* | * font.h (struct font_driver): Remove get_outline and free_outline; | Dmitry Antipov | 2014-07-04 | 1 | -1/+1 |
* | Simplify NS font driver draw, merge from Macport. | Jan Djärv | 2014-05-25 | 1 | -8/+6 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | * 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 |
* | * font.c (font_list_entities): Remove dummy assignment. | Dmitry Antipov | 2013-12-04 | 1 | -1/+0 |
* | Omit unused frame argument of font API's close function. | Dmitry Antipov | 2013-10-25 | 1 | -18/+19 |
* | Fix compiler warnings from XCode 5.0 on OSX. | Jan Djärv | 2013-09-22 | 1 | -4/+6 |
* | Port the font backend from the Mac port. | Jan Djärv | 2013-09-15 | 1 | -14/+21 |
* | Unify FRAME_window_system_DISPLAY_INFO macros between all ports. | Dmitry Antipov | 2013-09-13 | 1 | -2/+2 |
* | * nsfont.m (INVALID_GLYPH): New define. | Jan Djärv | 2013-09-03 | 1 | -4/+5 |
* | Use xstrdup and build_unibyte_string where applicable. | Dmitry Antipov | 2013-08-09 | 1 | -2/+1 |
* | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -6/+6 |
* | Avoid redundant Lisp_Object <-> struct frame conversions in font API. | Dmitry Antipov | 2013-08-01 | 1 | -8/+8 |
* | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -1/+1 |
* | Remove duplicate #include directives. | Paul Eggert | 2013-07-05 | 1 | -1/+0 |
* | * nsfont.m (ns_registry_to_script): Parenthesize while expression. | Paul Eggert | 2013-06-17 | 1 | -1/+1 |
* | Update the GNUStep port so it works OK. Redraw and sizing bugs remain. | Jan Djärv | 2013-06-02 | 1 | -21/+21 |
* | * nsfont.m (ns_spec_to_descriptor): Retain and autorelease fdesc. | Jan Djärv | 2013-05-14 | 1 | -2/+5 |
* | * nsfont.m (ns_escape_name, ns_unescape_name, ns_registry_to_script): | Dmitry Antipov | 2013-01-24 | 1 | -9/+7 |
* | Merge from emacs-24; up to 2012-12-10T20:27:33Z!eggert@cs.ucla.edu | Glenn Morris | 2013-01-13 | 1 | -3/+4 |
|\ |
|
| * | * nsfont.m (LCD_SMOOTHING_MARGIN): New define. | Jan Djärv | 2013-01-13 | 1 | -3/+4 |
* | | * nsfont.m (ns_findfonts): Add block/unblock_input calls. | Jan Djärv | 2013-01-13 | 1 | -10/+18 |
* | | 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 |