log src/nsfont.m @ 111398:4afa0b625189

age author description
Thu, 04 Nov 2010 20:10:50 +0200 Adrian Robert * nsfont.m (nsfont_draw) * nsimage.m (EmacsImage-setXBMColor:) * nsterm.m (EmacsView-performDragOperation:): Correct empty return statements. Based on a patch by Ismail Donmez <ismail@namtrac.org>.
Wed, 11 Aug 2010 10:58:56 +0200 Jan D Use const char* for -Wwrite_strings.
Fri, 06 Aug 2010 12:12:41 +0200 Jan D Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Tue, 01 Jun 2010 21:29:53 -0700 Dan Nicolaescu Fix config.h includes.
Thu, 25 Feb 2010 19:48:53 -0500 Chong Yidong * nsfont.m (nsfont_draw): ns_antialias_text should be a Lisp_Object (Bug#4736).
Mon, 08 Feb 2010 18:39:01 -0500 Chong Yidong * nsfont.m (nsfont_open): The system's value for the font descent
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Mon, 19 Oct 2009 16:58:18 +0000 Dan Nicolaescu * nsterm.m:
Tue, 13 Oct 2009 01:05:18 +0000 Adrian Robert Add space after casts in last change.
Mon, 12 Oct 2009 00:27:28 +0000 Adrian Robert * nsfont.m (ns_char_width): Replace deprecated call (suggested by
Wed, 23 Sep 2009 18:21:04 +0000 Adrian Robert * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
Wed, 23 Sep 2009 02:36:57 +0000 Adrian Robert * nsfont.m (Vns_reg_to_script): New lisp variable.
Fri, 18 Sep 2009 15:12:34 +0000 Adrian Robert (nsfont_draw) [NS_IMPL_COCOA]: Don't use ns_use_qd_smoothing.
Wed, 09 Sep 2009 15:05:47 +0000 Adrian Robert * nsfont.m (ns_get_family): Don't force first letter to uppercase.
Sun, 02 Aug 2009 15:37:07 +0000 Adrian Robert * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has no family set. (nsfont_open): Handle case when entity has no family.
Wed, 29 Jul 2009 16:03:12 +0000 Adrian Robert * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one element, not a list, for match case.
Sun, 26 Jul 2009 12:58:56 +0000 Chong Yidong * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
Fri, 24 Jul 2009 15:43:22 +0000 Adrian Robert * nsfont.m (ns_findfonts): Correctly return fallback in match case.
Thu, 23 Jul 2009 14:41:05 +0000 Adrian Robert * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
Mon, 20 Jul 2009 18:14:05 +0000 Adrian Robert * nsfont.m (ns_attribute_value): Remove.
Wed, 15 Jul 2009 08:24:38 +0000 YAMAMOTO Mitsuharu (nsfont_draw): Remove code for stippling, which actually
Mon, 29 Jun 2009 05:28:54 +0000 Jim Meyering Remove useless if-before-xfree tests.
Mon, 15 Jun 2009 04:34:50 +0000 Adrian Robert (ns_get_covering_families): Retain scriptToFamilies.
Sun, 14 Jun 2009 18:58:28 +0000 Adrian Robert * nsfont.m (ns_attribute_value): Remove.
Mon, 08 Jun 2009 04:33:56 +0000 Adrian Robert Changes to support :script/:lang/:otf in NS font driver.
Mon, 18 May 2009 08:02:06 +0000 Adrian Robert * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
Mon, 27 Apr 2009 21:21:31 +0000 David Reitter nsfont.m (nsfont_open): remove unused variable shrink. Remove commented-out code.
Mon, 13 Apr 2009 18:45:12 +0000 Stefan Monnier * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
Sat, 14 Mar 2009 21:19:56 +0000 David Reitter Unify shutdown handling under NS, via ns-power-off key event (where appropriate) and save-buffers-kill-emacs.
Wed, 04 Mar 2009 21:21:25 +0000 Adrian Robert * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
Fri, 13 Feb 2009 13:30:35 +0000 Adrian Robert * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog. \n \n* nsmenu.m (pop_down_menu): Check popup_activated_flag. \n(ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let \npop_down_menu do the cleanup work as it is always called. (Bug#2154) \n \n* nsfont.m (nsfont_make_fontset_for_font): For now, don't try to \nset fontset font for 'mathematical-' sub-scripts. (Bug #2218)\n
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Tue, 25 Nov 2008 02:45:39 +0000 Adrian Robert Fix bug #1362. * image.c (x_clear_image_1): Do not free background under HAVE_NS, it is not an indexed color. * nsterm.m (free_indexed_color): Add argument checking. * nsfns.m: Move config.h to before system includes (advised by Dan N.).
Wed, 01 Oct 2008 17:12:49 +0000 Adrian Robert * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal styles. (nsfont_open): Reenable the cache.
Tue, 30 Sep 2008 01:03:00 +0000 Adrian Robert * nsfont.m (nsfont_trait_distance): Fix bug. (nsfont_list): Return a list rather than a vector (syncs with Handa changes of 2008-05-14). (nsfont_open): Improve logging.
Sat, 27 Sep 2008 19:07:15 +0000 Adrian Robert * nsfont.m (nsfont_draw): Fix up composition rendering.
Sun, 07 Sep 2008 11:16:20 +0000 Teodor Zlatanov * nsfont.m (nsfont_draw): Fix the references to missing gidx data
Thu, 21 Aug 2008 02:48:58 +0000 Adrian Robert * nsfns.m (ns-read-file-name): Add casts to avoid warning. (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly. * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil. * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration. (EmacsApp-cursor_blink_handler): Remove declaration. * nsterm.m (ns_draw_glyph_string): Update first conditional body to match 01 Feb 2008 changes in xterm.c. (ns_read_socket): Add cast to avoid warning. (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on GNUstep.
Fri, 01 Aug 2008 14:01:08 +0000 Adrian Robert clear warnings and clean up NS port
Tue, 22 Jul 2008 12:33:13 +0000 Adrian Robert NS cleanup: change 'PENDING' to 'FIXME'/'TODO'/'XXX'
Sat, 19 Jul 2008 22:23:30 +0000 Adrian Robert fix bug with quickdraw smoothing; also, in Makefile, clean out ns_appdir in 'clean' target
Sat, 19 Jul 2008 17:13:48 +0000 Adrian Robert nsfont.m: duplicate UTF8Strings before modifying with nsfont_escape_family_name - patch due to Seiji Zenitani
Sat, 19 Jul 2008 17:01:36 +0000 Adrian Robert apply fix from Chong Yidong to NS port ns_set_background_color(), and clean up comparison use of result from NS_FACE_BACKGROUND
Thu, 17 Jul 2008 03:33:59 +0000 Stefan Monnier * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
Wed, 16 Jul 2008 02:22:04 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Wed, 16 Jul 2008 02:18:49 +0000 Miles Bader Use nicer comment syntax for arch taglines in Objective-C files
Tue, 15 Jul 2008 23:52:03 +0000 Miles Bader Add arch tagline
Tue, 15 Jul 2008 18:35:28 +0000 Adrian Robert adding forgotten file src/nsfont.m for emacs.app merge