log src/nsterm.m @ 100839:03cb6ea90f92

age author description
2009-01-02 Dan Nicolaescu * nsfns.m (x_set_foreground_color, x_set_background_color)
2008-12-23 Martin Rudalics In comments, write delete_frame instead of Fdelete_frame.
2008-11-28 Seiji Zenitani * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
2008-11-25 Adrian Robert * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
2008-11-25 Adrian Robert * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged): New EmacsView methods. (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants. Fixes bug #1048,1357,1414.
2008-11-25 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.).
2008-11-15 Chong Yidong (ns_draw_glyph_string): Stop drawing the background of the next glyph
2008-10-27 Chong Yidong (ns_draw_window_cursor): When hbar cursor is on over-sized glyph, draw
2008-10-22 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.
2008-10-04 Glenn Morris Fix case of "GNUstep".
2008-10-02 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.
2008-09-27 Adrian Robert * nsfont.m (nsfont_draw): Fix up composition rendering.
2008-09-18 Chong Yidong (x_display_pixel_height, x_display_pixel_width): New functions.
2008-08-29 Kenichi Handa (ns_draw_glyph_string): Adjusted for the change of
2008-08-23 David Reitter (ns_draw_window_cursor): .*ScreenUpdates() calls only if NS_IMPL_COCOA
2008-08-21 David Reitter ns_draw_window_cursor: fix bug in setting cursor type in inactive
2008-08-21 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.
2008-08-20 David Reitter Clear cursor properly rather than redrawing the area. Respect width of
2008-08-05 Adrian Robert Dock menu customization, based on a patch by Ken Raeburn, plus some other fixes.
2008-08-04 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
2008-08-03 Chong Yidong (windowDidResize): Remove stopModel call.
2008-08-01 Chong Yidong (EmacsApp -application:openFiles:): GNUStep does not
2008-08-01 Adrian Robert clear warnings and clean up NS port
2008-08-01 Adrian Robert NS port now uses etc/rgb.txt instead of etc/Emacs.clr (now removed); function Fw32_load_color_file moved to xfaces x_load_color_file
2008-07-28 Adrian Robert code cleanups in NS port
2008-07-23 Dan Nicolaescu (syms_of_nsterm): Provide ns, not ns-windowing,
2008-07-23 Adrian Robert fix up compile error from renaming of ns-list-fonts
2008-07-22 Dan Nicolaescu (syms_of_nsterm): Move to the end of file.
2008-07-22 Adrian Robert NS cleanup: change 'PENDING' to 'FIXME'/'TODO'/'XXX'
2008-07-22 Adrian Robert remove debugging println