aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsfont.m
Commit message (Expand)AuthorAgeFilesLines
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-1/+1
* Remove duplicate #include directives.Paul Eggert2013-07-051-1/+0
* * nsfont.m (ns_registry_to_script): Parenthesize while expression.Paul Eggert2013-06-171-1/+1
* Update the GNUStep port so it works OK. Redraw and sizing bugs remain.Jan Djärv2013-06-021-21/+21
* * nsfont.m (ns_spec_to_descriptor): Retain and autorelease fdesc.Jan Djärv2013-05-141-2/+5
* * nsfont.m (ns_escape_name, ns_unescape_name, ns_registry_to_script):Dmitry Antipov2013-01-241-9/+7
* Merge from emacs-24; up to 2012-12-10T20:27:[email protected]Glenn Morris2013-01-131-3/+4
|\
| * * nsfont.m (LCD_SMOOTHING_MARGIN): New define.Jan Djärv2013-01-131-3/+4
* | * nsfont.m (ns_findfonts): Add block/unblock_input calls.Jan Djärv2013-01-131-10/+18
* | Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-1/+1
|\|
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * nsfont.m (Qcondensed, Qexpanded): New variables.Jan Djärv2012-11-091-0/+6
* | * nsfont.m (ns_descriptor_to_entity): Qcondesed and Qexpanded hasJan Djärv2012-11-091-4/+1
* | nsfont.m (ns_findfonts): Handle empty matchingDescs (Bug#11541).Jan Djärv2012-11-081-1/+5
|/
* * 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