| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | * nsfont.m (ns_charset_covers): Don't abort if no bitmap. | Paul Eggert | 2012-07-12 | 1 | -0/+5 |
* | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -14/+6 |
* | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -10/+20 |
|\ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| * | * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc. | Jan Djärv | 2011-12-22 | 1 | -1/+0 |
| * | Fix biggest memory leaks in NS-port. More remain. | Jan Djärv | 2011-12-21 | 1 | -9/+20 |
* | | Merge from trunk. | Paul Eggert | 2011-12-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Spelling fixes. | Paul Eggert | 2011-12-11 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-12-10 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | Fix typos. | Juanma Barranquero | 2011-11-20 | 1 | -7/+7 |
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -4/+4 |
|/ |
|
* | * src/nsfont.m (ns_otf_to_script): Fix typo. | Chong Yidong | 2011-08-23 | 1 | -1/+1 |