log src/nsfont.m @ 102400:934376007cef

age author description
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