Sat, 15 Nov 2008 05:20:49 +0000 |
Chong Yidong |
(ns_draw_glyph_string): Stop drawing the background of the next glyph
|
Mon, 27 Oct 2008 22:30:38 +0000 |
Chong Yidong |
(ns_draw_window_cursor): When hbar cursor is on over-sized glyph, draw
|
Wed, 22 Oct 2008 12:51:29 +0000 |
Adrian Robert |
* lisp/version.el (emacs-version): Change '*Step' to 'NS' for consistency with other documentation. * src/nsfns.m (ns_appkit_version): New function. (x-server-version): Use it. (syms_of_nsfns): Define ns-version-string here, not nsterm.m. (x-server-vendor): Don't check_ns(). * nsterm.m (syms_of_nsterm): Drop ns-version-string.
|
Sat, 04 Oct 2008 18:54:20 +0000 |
Glenn Morris |
Fix case of "GNUstep".
|
Thu, 02 Oct 2008 13:57:39 +0000 |
Adrian Robert |
* nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)(ns_output.current_cursor, ns_output.desired_cursor) (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR) (FRAME_NEW_CURSOR_COLOR,): Remove. * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR. (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core emacs enumeration (HOLLOW_BOX_CURSOR, etc.). * nsterm.m (ns_frame_rehighlight): Remove commented code. (draw_window_cursor): Simplify code. (EmacsView-windowDidBecomeKey:,-windowDidResignKey:): Don't change cursor type. In latter, call rehighlight instead of doing updates manually. (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel): Use core emacs cursor types. * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor() under NS.
|
Sat, 27 Sep 2008 19:07:15 +0000 |
Adrian Robert |
* nsfont.m (nsfont_draw): Fix up composition rendering.
|
Thu, 18 Sep 2008 18:20:06 +0000 |
Chong Yidong |
(x_display_pixel_height, x_display_pixel_width): New functions.
|
Fri, 29 Aug 2008 07:56:59 +0000 |
Kenichi Handa |
(ns_draw_glyph_string): Adjusted for the change of
|
Sat, 23 Aug 2008 20:40:19 +0000 |
David Reitter |
(ns_draw_window_cursor): .*ScreenUpdates() calls only if NS_IMPL_COCOA
|
Thu, 21 Aug 2008 15:49:47 +0000 |
David Reitter |
ns_draw_window_cursor: fix bug in setting cursor type in inactive
|
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.
|
Wed, 20 Aug 2008 17:46:37 +0000 |
David Reitter |
Clear cursor properly rather than redrawing the area. Respect width of
|
Tue, 05 Aug 2008 03:05:14 +0000 |
Adrian Robert |
Dock menu customization, based on a patch by Ken Raeburn, plus some other fixes.
|
Mon, 04 Aug 2008 14:39:27 +0000 |
Adrian Robert |
cleanup in s/darwin.h, define DARWIN_OS and use it instead of DARWIN and/or MAC_OSX; also, nsterm.m: small unrelated cleanups
|
Sun, 03 Aug 2008 20:34:00 +0000 |
Chong Yidong |
(windowDidResize): Remove stopModel call.
|