- 28 Apr, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 27 Apr, 1994 3 commits
-
-
Richard M. Stallman authored
XSetInputFocus if event is not for an existing frame. (XTread_socket) [USE_X_TOOLKIT]: Never pass motion events to the toolkit.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 25 Apr, 1994 3 commits
-
-
Karl Heuer authored
-
Karl Heuer authored
-
Richard M. Stallman authored
-
- 22 Apr, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 21 Apr, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 20 Apr, 1994 2 commits
-
-
Richard M. Stallman authored
and simplify the toolkit conditional for those cases.
-
Richard M. Stallman authored
(x_make_frame_invisible): Explicitly clear visible and iconified flags, as well as the async flags. (XTread_socket): Call XSetInputFocus. (x_make_frame_invisible) [USE_X_TOOLKIT]: Use XtPopdown. (XTread_socket): Call _XEditResCheckMessages only if HAVE_X11R5.
-
- 17 Apr, 1994 2 commits
-
-
Richard M. Stallman authored
(XTread_socket): Handle that kind of message. (x_term_init): Specify -name option in XtAppInitialize. (Qface, Qmouse_face): Supply missing Lisp_Object.
-
Richard M. Stallman authored
the frame's default font or not. (XTread_socket): For UnmapNotify, use x_any_window_to_frame. (x_set_offset): New arg CHANGE_GRAVITY. (x_make_frame_visible): Pass new arg. (x_wm_set_size_hint): Args spec_x and spec_y deleted. (x_set_offset, x_set_window_size): Don't pass those args. (x_destroy_window): Just clear out mouse_face... vars. (x_wm_set_size_hint): Use win_gravity from frame. (x_make_frame_visible): Call x_set_offset.
-
- 14 Apr, 1994 1 commit
-
-
Richard M. Stallman authored
(x_iconify_frame): Likewise. (pending_autoraise_frame): New variable. (x_new_focus_frame): Don't autoraise here; just set that var. (XTread_socket): Raise that frame here. (x_destroy_window): Call clear_mouse_face if necessary. (x_new_font): Always call x_set_window_size. (x_wm_set_size_hint): If PROMPTING is 0, copy the old win_gravity field. If USPosition is set, don't set PWinGravity. (x_wm_set_size_hint): If change_gravity is 0, just don't set the gravity.
-
- 10 Apr, 1994 1 commit
-
-
Richard M. Stallman authored
(x_display_box_cursor): Explicitly clear full height of line. (dumpglyphs): New arg just_foreground. Callers changed. (x_set_window_size): Call XSync. (note_mouse_highlight): Do nothing if buffer has changed.
-
- 09 Apr, 1994 1 commit
-
-
Richard M. Stallman authored
(pixel_to_glyph_coords, x_draw_box, clear_cursor, x_display_bar_cursor) (x_set_resize_hint, x_set_mouse_position, x_wm_set_size_hint) (XTclear_end_of_line, redraw_previous_char): Use line_height field. (x_new_font): If frame is new, set line_height field. Otherwise call frame_update_line_height.
-
- 08 Apr, 1994 1 commit
-
-
Fred Pierresteguy authored
-
- 05 Apr, 1994 1 commit
-
-
Richard M. Stallman authored
(note_mouse_highlight): Check window still shows buffer that was displayed in it.
-
- 04 Apr, 1994 1 commit
-
-
Richard M. Stallman authored
Set mouse_face_deferred_gc when that case arise. (XTframe_up_to_date): If mouse_face_deferred_gc, redo highlighting. (show_mouse_face): Turn off cursor only if it's in the area being manipulated. (XTupdate_begin): Don't turn off highlight if we aren't updating the window that it is in.
-
- 03 Apr, 1994 2 commits
-
-
Richard M. Stallman authored
before it causes an error.
-
Richard M. Stallman authored
(note_mouse_highlight): Handle disable_mouse_highlight.
-
- 01 Apr, 1994 2 commits
-
-
Fred Pierresteguy authored
XtGetValues to get the width and the height of the Emacs frame.
-
Richard M. Stallman authored
Use XSET when setting result->x and result->y. (note_mouse_highlight): Use the value from sort_overlays. Make the window's buffer current temporarily. window_end_pos is relative to Z, not ZV.
-
- 31 Mar, 1994 1 commit
-
-
Richard M. Stallman authored
(XTread_socket, MotionNotify and LeaveNotify cases): If not in any frame, call clear_mouse_face. (x_term_init): Set frame_up_to_date_hook. (XTframe_up_to_date): New function. (XTupdate_begin): Turn off mouse face display, and defer it. (XTupdate_end): Undefer. (mouse_face_defer): New variable. (mouse_face_mouse_frame, mouse_face_mouse_x, mouse_face_mouse_y): New variables. (dumpglyphs): Handle HL = 3 by using mouse_face_face_id. (note_mouse_movement): Check for mouse face. (show_mouse_face, fast_find_position): New functions. (clear_mouse_face): New functions. (mouse_face_beg, mouse_face_end, mouse_face_face_id): New variables. (mouse_face_window): New variable. (syms_of_xterm): Init and staticpro it.
-
- 28 Mar, 1994 1 commit
-
-
Karl Heuer authored
-
- 25 Mar, 1994 1 commit
-
-
Karl Heuer authored
-
- 19 Mar, 1994 1 commit
-
-
Karl Heuer authored
-
- 15 Mar, 1994 1 commit
-
-
Karl Heuer authored
-
- 28 Feb, 1994 1 commit
-
-
Fred Pierresteguy authored
x_any_window_to_frame.
-
- 25 Feb, 1994 1 commit
-
-
Fred Pierresteguy authored
[USE_X_TOOLKIT]: Call XTranslateCoordinates for case ConfigureNotify when send_event is 0 and when the event is relative to toplevel widget.
-
- 24 Feb, 1994 1 commit
-
-
Richard M. Stallman authored
(XTmouse_position): Don't convert to glyph units. (XTmouse_position): Use x_any_window_to_frame.
-
- 22 Feb, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 21 Feb, 1994 1 commit
-
-
Richard M. Stallman authored
(construct_menu_click): Convert x pos from pixels to glyphs. Move function after pixel_to_glyph_coords. [!USE_X_TOOLKIT] (x_any_window_to_frame): Define as x_window_to_frame.
-
- 19 Feb, 1994 1 commit
-
-
Richard M. Stallman authored
(cases FocusIn, FocusOut): Use x_any_window_to_frame.
-
- 18 Feb, 1994 1 commit
-
-
Richard M. Stallman authored
of a glyph with the cursor on it.
-
- 17 Feb, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 15 Feb, 1994 1 commit
-
-
Richard M. Stallman authored
immediately with no events implies a hangup.
-
- 11 Feb, 1994 2 commits
-
-
Karl Heuer authored
-
Fred Pierresteguy authored
-
- 09 Feb, 1994 1 commit
-
-
Karl Heuer authored
-