| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | * nsfont.m (Qcondensed, Qexpanded): New variables. | Jan Djärv | 2012-11-09 | 1 | -0/+6 |
* | | * nsfont.m (ns_descriptor_to_entity): Qcondesed and Qexpanded has | Jan Djärv | 2012-11-09 | 1 | -4/+1 |
* | | nsfont.m (ns_findfonts): Handle empty matchingDescs (Bug#11541). | Jan Djärv | 2012-11-08 | 1 | -1/+5 |
|/ |
|
* | * nsfont.m (nsfont_open, ns_glyph_metrics): Force integer advancement | Jan Djärv | 2012-10-21 | 1 | -1/+13 |
* | * nsfont.m (nsfont_open): Remove font cache, it is not GC correct. | Jan Djärv | 2012-10-12 | 1 | -32/+2 |
* | Remove caching in nsfont.m, the general code does it (I misunderstood). | Jan Djärv | 2012-10-09 | 1 | -6/+0 |
* | Fix wide-int related error and cache error in NS font handling. | Jan Djärv | 2012-10-08 | 1 | -5/+14 |
* | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -6/+6 |
* | 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/+5 |
* | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -2/+2 |
* | * nsfont.m (ns_ascii_average_width): Ensure the string | Alp Aker | 2012-08-18 | 1 | -1/+2 |
* | * nsfont.m (ns_ascii_average_width): Send initWithFormat selector | Alp Aker | 2012-08-17 | 1 | -1/+1 |
* | Fix average font width calculation on NS. | Chong Yidong | 2012-08-16 | 1 | -13/+51 |
* | Remove compiler warnings in objective-C files. | Jan Djärv | 2012-07-13 | 1 | -16/+13 |