summaryrefslogtreecommitdiff
path: root/src/nsfont.m
AgeCommit message (Expand)Author
2013-07-15Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert
2013-07-05Remove duplicate #include directives.Paul Eggert
2013-06-17* nsfont.m (ns_registry_to_script): Parenthesize while expression.Paul Eggert
2013-06-02Update the GNUStep port so it works OK. Redraw and sizing bugs remain.Jan Djärv
2013-05-14* nsfont.m (ns_spec_to_descriptor): Retain and autorelease fdesc.Jan Djärv
2013-01-24* nsfont.m (ns_escape_name, ns_unescape_name, ns_registry_to_script):Dmitry Antipov
2013-01-13Merge from emacs-24; up to 2012-12-10T20:27:33Z!eggert@cs.ucla.eduGlenn Morris
2013-01-13* nsfont.m (LCD_SMOOTHING_MARGIN): New define.Jan Djärv
2013-01-13* nsfont.m (ns_findfonts): Add block/unblock_input calls.Jan Djärv
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-11-09* nsfont.m (Qcondensed, Qexpanded): New variables.Jan Djärv
2012-11-09* nsfont.m (ns_descriptor_to_entity): Qcondesed and Qexpanded hasJan Djärv
2012-11-08nsfont.m (ns_findfonts): Handle empty matchingDescs (Bug#11541).Jan Djärv
2012-10-21* nsfont.m (nsfont_open, ns_glyph_metrics): Force integer advancementJan Djärv
2012-10-12* nsfont.m (nsfont_open): Remove font cache, it is not GC correct.Jan Djärv
2012-10-09Remove caching in nsfont.m, the general code does it (I misunderstood).Jan Djärv
2012-10-08Fix wide-int related error and cache error in NS font handling.Jan Djärv
2012-09-23Simplify and avoid signal-handling races.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-06Use bool for booleans in font-related modules.Paul Eggert
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert
2012-08-18* nsfont.m (ns_ascii_average_width): Ensure the stringAlp Aker
2012-08-17* nsfont.m (ns_ascii_average_width): Send initWithFormat selectorAlp Aker
2012-08-16Fix average font width calculation on NS.Chong Yidong
2012-07-13Remove compiler warnings in objective-C files.Jan Djärv
2012-07-12* nsfont.m (ns_charset_covers): Don't abort if no bitmap.Paul Eggert
2012-07-05More xmalloc and related cleanup.Paul Eggert
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-22* nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.Jan Djärv
2011-12-21Fix biggest memory leaks in NS-port. More remain.Jan Djärv
2011-12-14Merge from trunk.Paul Eggert
2011-12-11Spelling fixes.Paul Eggert
2011-12-10Merge from trunk.Paul Eggert
2011-11-20Fix typos.Juanma Barranquero
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-08-23* src/nsfont.m (ns_otf_to_script): Fix typo.Chong Yidong
2011-07-28Fix for raise display property on NS (Bug#8913).Alp Aker
2011-07-28Implement strike-through and overline on NextStep (Bug#8863).Alp Aker
2011-04-15Fixed bugs in ns_get_family and ns_descriptor_to_entity that were caused by u...Ben Key
2011-04-02do not dereference NULL upon failed strdupJim Meyering
2011-01-29Handle floating point errors in ns-fonts (Bug#7887).Jan Djärv
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-19Fix NextStep build problems with globals.h introducion.Jan Djärv
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-11-06* src/nsfont.m: Include termchar for new mouse-highlight.Jan Djärv
2010-11-04* nsfont.m (nsfont_draw) * nsimage.m (EmacsImage-setXBMColor:) * nsterm.m (...Adrian Robert