log src/nsterm.m @ 105083:544f5b209a5b

age author description
Fri, 18 Sep 2009 15:12:15 +0000 Adrian Robert (ns_no_defaults): Remove. (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources. (ns_use_qd_smoothing): Remove legacy variable.
Thu, 03 Sep 2009 06:03:48 +0000 Glenn Morris CHENG Gao <chenggao at gmail.com>
Fri, 21 Aug 2009 19:36:50 +0000 Adrian Robert (ns_get_color): fix typo in last change CEDET_BASE
Fri, 21 Aug 2009 19:31:48 +0000 Adrian Robert * nsterm.m (ns_get_color): Update documentation properly for last
Thu, 20 Aug 2009 09:44:15 +0000 YAMAMOTO Mitsuharu (ns_get_color): Remove incompatible color formats again.
Sun, 26 Jul 2009 12:58:56 +0000 Chong Yidong * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
Thu, 23 Jul 2009 13:21:44 +0000 Adrian Robert * nsterm.m (ns_lookup_indexed_color): Check for bad index. (ns_index_color): Init unused slot to 0. (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if(). Bug 3714, possibly 3082.
Thu, 23 Jul 2009 11:52:45 +0000 Adrian Robert * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
Thu, 16 Jul 2009 08:24:06 +0000 YAMAMOTO Mitsuharu (ns_get_color): Remove incompatible color formats.
Wed, 15 Jul 2009 08:24:51 +0000 YAMAMOTO Mitsuharu (ns_maybe_dumpglyphs_background): Remove code for stippling, which actually
Fri, 26 Jun 2009 18:37:41 +0000 David Reitter nsterm.m (keydown): avoid infinite loop
Mon, 08 Jun 2009 04:32:42 +0000 Adrian Robert nsterm.m (ns_draw_window_cursor): Respect cursor_type for nonactive windows. (ns_init_paths): Append path separator to INFOPATH variable. (ns_use_system_highlight_color): Drop, unused.
Tue, 26 May 2009 18:14:14 +0000 David Reitter Ensure NS frames remain hidden when invisible
Mon, 18 May 2009 01:56:12 +0000 Adrian Robert * nsterm.m (ns_read_socket): Remove unused variable.
Thu, 07 May 2009 13:46:56 +0000 David Reitter ns_dumpglyphs_stretch, ns_dumpglyphs_image: respect mouse face background.
Thu, 07 May 2009 03:22:09 +0000 David Reitter mouse movement/highlight: bracket drawing operations in ns_update_begin and ns_update_end.
Wed, 06 May 2009 02:49:35 +0000 Stefan Monnier (-windowDidResize:): Avoid inf-loop under GNUStep.
Thu, 30 Apr 2009 16:52:19 +0000 David Reitter convert_ns_to_X_keysym: define function keys f16 through f24.
Sun, 19 Apr 2009 15:09:25 +0000 Jason Rumney The following changes fix Bug#3005 for wide glyphs on each platform,
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.
Thu, 12 Mar 2009 01:57:50 +0000 David Reitter newFrame, openFile, fulfillService, changeFont, toggleToolbar, performDragOperation, runHelp: use the new NS_NONKEY_EVENT event type.
Fri, 06 Mar 2009 19:07:00 +0000 Adrian Robert Include <signal.h> for SIGTERM used in ns_term_shutdown.
Fri, 06 Mar 2009 15:29:50 +0000 Adrian Robert (ns_draw_vertical_window_border): Draw 1 pixel wide, not two, and
Fri, 06 Mar 2009 14:52:37 +0000 Adrian Robert * nsterm.m (x_set_window_size): Change back to calculated method
Thu, 05 Mar 2009 16:34:59 +0000 Adrian Robert * nsterm.m (ns_select): Shortcircuit if reentrant call.
Thu, 26 Feb 2009 03:54:40 +0000 Glenn Morris Comment (don't hard-code bug address).
Tue, 24 Feb 2009 12:42:00 +0000 Adrian Robert * nsterm.m (ns_ring_bell): Convert rect to window coordinates
Fri, 20 Feb 2009 11:39:19 +0000 Adrian Robert * nsterm.m (x_make_frame_invisible): Unset async_visible,
Sat, 07 Feb 2009 11:04:07 +0000 Adrian Robert * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
Wed, 04 Feb 2009 11:31:28 +0000 Adrian Robert * nsmenu.m (pop_down_menu): New function.