| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 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 |
| * | Fix for raise display property on NS (Bug#8913). | Alp Aker | 2011-07-28 | 1 | -15/+3 |
| * | Implement strike-through and overline on NextStep (Bug#8863). | Alp Aker | 2011-07-28 | 1 | -32/+7 |
| * | Fixed bugs in ns_get_family and ns_descriptor_to_entity that were caused by u... | Ben Key | 2011-04-15 | 1 | -2/+2 |
| * | do not dereference NULL upon failed strdup | Jim Meyering | 2011-04-02 | 1 | -3/+2 |
| * | Handle floating point errors in ns-fonts (Bug#7887). | Jan Djärv | 2011-01-29 | 1 | -4/+12 |
| * | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -1/+1 |
| * | Fix NextStep build problems with globals.h introducion. | Jan Djärv | 2011-01-19 | 1 | -3/+1 |
| * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -1/+0 |
| * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| |\ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| * | | * src/nsfont.m: Include termchar for new mouse-highlight. | Jan Djärv | 2010-11-06 | 1 | -2/+2 |
| * | | * nsfont.m (nsfont_draw) * nsimage.m (EmacsImage-setXBMColor:) * nsterm.m (... | Adrian Robert | 2010-11-04 | 1 | -3/+1 |
| * | | Use const char* for -Wwrite_strings. | Jan D | 2010-08-11 | 1 | -1/+3 |
| * | | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings. | Jan D | 2010-08-06 | 1 | -2/+2 |
| * | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -6/+6 |
| * | | Fix config.h includes. | Dan Nicolaescu | 2010-06-01 | 1 | -1/+1 |
| |/ |
|