aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsfont.m (follow)
Commit message (Expand)AuthorAgeFilesLines
* * nsfont.m (nsfont_open, ns_glyph_metrics): Force integer advancementJan Djärv2012-10-211-1/+13
* * nsfont.m (nsfont_open): Remove font cache, it is not GC correct.Jan Djärv2012-10-121-32/+2
* Remove caching in nsfont.m, the general code does it (I misunderstood).Jan Djärv2012-10-091-6/+0
* Fix wide-int related error and cache error in NS font handling.Jan Djärv2012-10-081-5/+14
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-6/+6
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Use bool for booleans in font-related modules.Paul Eggert2012-09-061-6/+5
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-2/+2
* * nsfont.m (ns_ascii_average_width): Ensure the stringAlp Aker2012-08-181-1/+2
* * nsfont.m (ns_ascii_average_width): Send initWithFormat selectorAlp Aker2012-08-171-1/+1
* Fix average font width calculation on NS.Chong Yidong2012-08-161-13/+51
* Remove compiler warnings in objective-C files.Jan Djärv2012-07-131-16/+13
* * nsfont.m (ns_charset_covers): Don't abort if no bitmap.Paul Eggert2012-07-121-0/+5
* More xmalloc and related cleanup.Paul Eggert2012-07-051-14/+6
* Merge from trunk.Paul Eggert2012-01-091-10/+20
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.Jan Djärv2011-12-221-1/+0
| * Fix biggest memory leaks in NS-port. More remain.Jan Djärv2011-12-211-9/+20
* | Merge from trunk.Paul Eggert2011-12-141-1/+1
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-12-111-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-7/+7
|\ \ | |/
| * Fix typos.Juanma Barranquero2011-11-201-7/+7
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-4/+4
|/
* * src/nsfont.m (ns_otf_to_script): Fix typo.Chong Yidong2011-08-231-1/+1
* Fix for raise display property on NS (Bug#8913).Alp Aker2011-07-281-15/+3
* Implement strike-through and overline on NextStep (Bug#8863).Alp Aker2011-07-281-32/+7
* Fixed bugs in ns_get_family and ns_descriptor_to_entity that were caused by u...Ben Key2011-04-151-2/+2
* do not dereference NULL upon failed strdupJim Meyering2011-04-021-3/+2
* Handle floating point errors in ns-fonts (Bug#7887).Jan Djärv2011-01-291-4/+12
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Fix NextStep build problems with globals.h introducion.Jan Djärv2011-01-191-3/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | * src/nsfont.m: Include termchar for new mouse-highlight.Jan Djärv2010-11-061-2/+2
* | * nsfont.m (nsfont_draw) * nsimage.m (EmacsImage-setXBMColor:) * nsterm.m (...Adrian Robert2010-11-041-3/+1
* | Use const char* for -Wwrite_strings.Jan D2010-08-111-1/+3
* | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.Jan D2010-08-061-2/+2
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-6/+6
* | Fix config.h includes.Dan Nicolaescu2010-06-011-1/+1
|/
* * nsfont.m (nsfont_draw): ns_antialias_text should be a Lisp_Object (Bug#4736).Chong Yidong2010-02-251-2/+2
* * nsfont.m (nsfont_open): The system's value for the font descentChong Yidong2010-02-081-3/+5
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * nsterm.m:Dan Nicolaescu2009-10-191-0/+1
* Add space after casts in last change.Adrian Robert2009-10-131-2/+2
* * nsfont.m (ns_char_width): Replace deprecated call (suggested byAdrian Robert2009-10-121-12/+17
* * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional forAdrian Robert2009-09-231-11/+2
* * nsfont.m (Vns_reg_to_script): New lisp variable.Adrian Robert2009-09-231-11/+41
* (nsfont_draw) [NS_IMPL_COCOA]: Don't use ns_use_qd_smoothing.Adrian Robert2009-09-181-3/+1
* * nsfont.m (ns_get_family): Don't force first letter to uppercase.Adrian Robert2009-09-091-2/+0