- 11 Oct, 2010 1 commit
-
-
Jan Djärv authored
* lisp/cus-start.el (all): ns-right-alternate-modifier is new. * lisp/term/ns-win.el (ns-right-alternate-modifier): New defvar. (ns-right-option-modifier): New alias for ns-right-alternate-modifier. (mac-right-option-modifier): New alias for ns-right-option-modifier. * src/nsterm.m (Qleft): Declare. (ns_right_alternate_modifier): New variable (NSRightAlternateKeyMask): New define. (EV_MODIFIERS): Parse NSRightAlternateKeyMask if ns_right_alternate_modifier isn't Qleft. (keyDown): If ns_right_alternate_modifier isn't Qleft, use it as emacs modifier for NSRightAlternateKeyMask. (syms_of_nsterm): DEFVAR_LISP ns-right-alternate-modifier.
-
- 05 Jul, 2010 1 commit
-
-
YAMAMOTO Mitsuharu authored
* dispextern.h (FRINGE_HEIGHT_BITS): New define. (struct glyph_row): New members left_fringe_offset and right_fringe_offset. * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap specially. * w32term.c (w32_draw_fringe_bitmap): Likewise. * nsterm.m (ns_draw_fringe_bitmap): Likewise. * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here. Take account of bitmap offset. (draw_window_fringes): Take account of window vscroll. (update_window_fringes): Likewise. Extend top-aligned top indicator or bottom-aligned bottom indicator to adjacent rows if it doesn't fit in one row. Don't set redraw_fringe_bitmaps_p outside row comparison. Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
-
- 29 Mar, 2010 1 commit
-
-
Chong Yidong authored
Patch from Adrian Robert, see http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01391.html * xdisp.c (x_consider_frame_title, update_window_cursor): Remove HAVE_NS conditionals. (prepare_menu_bars)[HAVE_NS]: Call ns_set_doc_edited. * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use filename for the title. (ns_set_doc_edited): Do nothing if the selected window is a minibuffer window. * nsterm.h: Add prototypes for ns_set_name_as_filename and ns_set_doc_edited. * nsterm.m: Remove unneeded prototype.
-
- 18 Feb, 2010 1 commit
-
-
Chong Yidong authored
-
- 31 Jan, 2010 2 commits
-
-
Chong Yidong authored
<deactivated@gmail.com> (Bug#3605).
-
Chong Yidong authored
-
- 15 Jan, 2010 1 commit
-
-
Chong Yidong authored
* nsterm.m (Qnone): Define here. * nsfns.m (Qnone): Move definition to nsterm.m.
-
- 13 Jan, 2010 1 commit
-
-
Glenn Morris authored
-
- 11 Jan, 2010 2 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
initializing the Lisp variables that depend on them.
-
- 09 Jan, 2010 1 commit
-
-
Chong Yidong authored
* nsterm.m (ns_set_default_prefs): Delete function. (syms_of_nsterm): Initialize ns_command_modifier, ns_control_modifier, ns_function_modifier, ns_antialias_text, and ns_antialias_threshold here, not in ns_term_init (Bug#4113).
-
- 01 Jan, 2010 1 commit
-
-
Chong Yidong authored
* nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
-
- 19 Oct, 2009 1 commit
-
-
Dan Nicolaescu authored
* nsselect.m: * nsmenu.m: * nsimage.m: * nsfont.m: * nsfns.m: Include setjmp.h. (Bug#4643)
-
- 16 Oct, 2009 1 commit
-
-
Adrian Robert authored
-
- 13 Oct, 2009 1 commit
-
-
Adrian Robert authored
-
- 12 Oct, 2009 1 commit
-
-
Adrian Robert authored
printf format. (ns_query_color): Use CGFloat where appropriate. (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures. (EmacsScroller-mouseDown:) Use long format in printf, and cast argument.
-
- 27 Sep, 2009 1 commit
-
-
Adrian Robert authored
-
- 23 Sep, 2009 2 commits
-
-
Adrian Robert authored
(EmacsApp-application:openFiles:): Remove GNUstep conditionals. (EmacsScroller-setPosition:portion:whole:): Remove -display call under GNUstep. (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
-
Adrian Robert authored
-
- 22 Sep, 2009 1 commit
-
-
Adrian Robert authored
-
- 18 Sep, 2009 2 commits
-
-
Adrian Robert authored
don't update the NSWindow itself. (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve state detection and store user rect ourselves. (Bug #3581)
-
Adrian Robert authored
(ns_no_defaults): Remove. (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources. (ns_use_qd_smoothing): Remove legacy variable.
-
- 03 Sep, 2009 1 commit
-
-
Glenn Morris authored
Fixup comment format.
-
- 21 Aug, 2009 2 commits
-
-
Adrian Robert authored
-
Adrian Robert authored
change, and clean up loose ends in the code left by it. Fix longstanding bug with 16-bit hex parsing, and add support for yet another X11 format (rgb:r/g/b) for compatibility.
-
- 20 Aug, 2009 1 commit
-
-
YAMAMOTO Mitsuharu authored
-
- 26 Jul, 2009 1 commit
-
-
Chong Yidong authored
* nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change. (ns_get_color): Revert 2009-07-16 change.
-
- 23 Jul, 2009 2 commits
-
-
Adrian Robert authored
* 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.
-
Adrian Robert authored
-
- 16 Jul, 2009 1 commit
-
-
YAMAMOTO Mitsuharu authored
(ns_color_to_lisp): Generate #rrggbb color format string.
-
- 15 Jul, 2009 1 commit
-
-
YAMAMOTO Mitsuharu authored
does tiling.
-
- 26 Jun, 2009 1 commit
-
-
David Reitter authored
-
- 08 Jun, 2009 1 commit
-
-
Adrian Robert authored
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.
-
- 26 May, 2009 1 commit
-
-
David Reitter authored
* nsterm.m (ns_raise_frame): only raise frame if visible. (x_make_frame_visible): move frame to front rather than calling ns_raise_frame(). (keyDown:) do not swallow events that aren't re-sent if frame isn't key window. (drawRect:) do not set visibility/iconified flags because drawRect may be called by NSView even if the frame is hidden. * nsfns.m (Fx_create_frame): follow other ports in determining visibility; default to t. Ensure async_visible is set.
-
- 18 May, 2009 1 commit
-
-
Adrian Robert authored
-
- 07 May, 2009 2 commits
-
-
David Reitter authored
-
David Reitter authored
-
- 06 May, 2009 1 commit
-
-
Stefan Monnier authored
-
- 30 Apr, 2009 1 commit
-
-
David Reitter authored
-
- 19 Apr, 2009 1 commit
-
-
Jason Rumney authored
without reintroducing Bug#1258 for stretch glyphs. * xterm.c (x_draw_bar_cursor): Limit cursor width differently for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using get_phys_cursor_geometry. * w32term.c (x_draw_bar_cursor): Limit cursor width differently for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using get_phys_cursor_geometry. * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already correctly calculated.
-