aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (XTread_socket): Don't offset keysym here.Richard M. Stallman1993-12-231-95/+173
* (XTread_socket): Really handle Xatom_wm_window_moved events.Richard M. Stallman1993-11-241-4/+21
* (XTread_socket): Increase length of copy_buffer to 81.Richard M. Stallman1993-11-151-5/+3
* (XTmouse_position): Undo roland's change.Richard M. Stallman1993-11-111-2/+2
* (XTmouse_position): First arg is FRAME_PTR, not FRAME_PTR *.Roland McGrath1993-11-101-1/+1
* (Tmouse_position): If the passed in frame is not anRichard M. Stallman1993-11-101-0/+4
* (syms_of_xterm): Initialize last_mouse_scroll_bar.Richard M. Stallman1993-11-101-0/+1
* (x_new_font): xmalloc arg was 1 too small.Richard M. Stallman1993-11-031-1/+1
* (w_wn_set_size_hint): Make recent window gravity additionBrian Fox1993-09-221-1/+2
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (x_term_init): Call change_keyboard_wait_descriptor,Richard M. Stallman1993-09-081-18/+9
* (x_wm_set_size_hint): New args spec_x and spec_y.Richard M. Stallman1993-08-141-10/+56
* (struct font_info): New structure.Richard M. Stallman1993-08-081-18/+25
* (x_term_init): Set the hooks before we call Fset_input_mode.Richard M. Stallman1993-08-061-5/+3
* (x_iconify_frame): Handle case where frame was invisible.Richard M. Stallman1993-07-271-0/+8
* (redraw_previous_char): New function.Richard M. Stallman1993-07-251-2/+37
* (XTread_socket) [! HAVE_X11R5]:Richard M. Stallman1993-07-231-1/+10
* * xterm.c (x_term_init): Adjust message printed when we can'tJim Blandy1993-07-181-2/+7
* * xterm.c (XTread_socket): When handing non-syntheticJim Blandy1993-07-021-5/+8
* * xterm.c (frame_highlight, frame_unhighlight): Don't testJim Blandy1993-07-011-6/+16
* * xterm.c (XTread_socket): Initialize event_found to zero, andJim Blandy1993-06-301-3/+4
* * xterm.c: Add CPP tangle from process.c to get definitions forJim Blandy1993-06-291-3/+24
* * xterm.c (XTread_socket): Remove #if 0''s around code which testsJim Blandy1993-06-241-6/+8
* Separate parameter faces (those created and modified by the user)Jim Blandy1993-06-221-4/+5
* * xterm.c (XTread_socket): Never treat a modifier key as aJim Blandy1993-06-191-14/+14
* (x_connection_closed): Pass new arg to shut_down_emacs.Richard M. Stallman1993-06-131-1/+1
* * xterm.c (XTset_vertical_scroll_bar): Use double type forJim Blandy1993-06-121-2/+2
* * xterm.c (x_error_quitter, x_io_error_quitter): Remove calls toJim Blandy1993-06-121-0/+4
* (XTmouse_position): Don't set *f at all unless we win.Richard M. Stallman1993-06-111-5/+13
* * xterm.c (x_new_font): If font_names is zero, that's all theJim Blandy1993-06-111-0/+5
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-6/+6
* * xterm.c (x_is_vendor_fkey): New function.Jim Blandy1993-06-091-37/+56
* (x_caught_error_message): Change type to char* from char*[].Richard M. Stallman1993-06-071-9/+9
* (x_new_font): Don't give up right away if XListFontsWithInfoRichard M. Stallman1993-06-061-22/+25
* (x_catch_errors): Fill in missing array size in cast.Richard M. Stallman1993-06-041-2/+2
* (x_wm_set_size_hint): Handle XGetNormalHints returning 0.Richard M. Stallman1993-06-031-1/+2
* Comment change.Richard M. Stallman1993-05-311-1/+1
* (XTread_socket, case KeyPress) [HPUX]: Test IsModifiedKey.Richard M. Stallman1993-05-311-18/+9
* (XTread_socket): For UnmapNotify, if frame was visible,Richard M. Stallman1993-05-301-1/+15
* (x_bitmap_icon): Don't free icon_bitmap;Richard M. Stallman1993-05-301-6/+4
* (x_connection_closed): Pass new arg.Richard M. Stallman1993-05-291-1/+1
* * sysdep.c (sys_siglist): Comment out #endif trailer.Jim Blandy1993-05-291-1/+1
* (XTring_bell): Do nothing if x_current_connection is 0.Richard M. Stallman1993-05-291-0/+3
* (XTread_socket, case KeyPress) [HPUX]:Richard M. Stallman1993-05-281-0/+6
* (x_wm_set_size_hint): Don't set hints for max size.Richard M. Stallman1993-05-261-2/+3
* Arrange for font names to get fully resolved - no wildcards.Jim Blandy1993-05-251-32/+42
* * xfaces.c (merge_faces): You can't tell if a font is aJim Blandy1993-05-251-0/+5
* (XTread_socket, ConfigureNotify case):Richard M. Stallman1993-05-251-8/+11
* (XTread_socket): For ConfigureNotify event,Richard M. Stallman1993-05-241-0/+27
* * xterm.c (x_new_font): Reject fonts with varying spacing. WeJim Blandy1993-05-241-0/+12