aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (XTread_socket): Add X_IO_BUG conditional.Richard M. Stallman1994-02-021-0/+7
* (x_iconify_frame): Fix misbalanced BLOCK_INPUT/UNBLOCK_INPUT.Karl Heuer1994-02-021-1/+5
* (x_term_init): Use get_system_name instead of gethostname.Karl Heuer1994-02-021-21/+1
* (dumpglyphs): Don't crash for invalid face code.Richard M. Stallman1994-02-011-3/+3
* (x_set_window_size): Add USE_X_TOOLKIT conditional. Call EmacsFrameSetCharSiz...Fred Pierresteguy1994-01-281-5/+8
* * xterm.c (x_term_init): Cast to (char **) before assignment to argv.Fred Pierresteguy1994-01-281-1/+1
* (x_set_mouse_position): Don't raise the frame.Richard M. Stallman1994-01-261-0/+2
* (x_wm_set_size_hint): Swap southeast and northwest.Richard M. Stallman1994-01-261-22/+282
* (XTflush): FIx typo in last change.Richard M. Stallman1993-12-261-2/+2
* (XTread_socket): Make proper junk values to pass to select.Richard M. Stallman1993-12-261-2/+4
* (XTflash): Use EMACS_GET_TIME.Richard M. Stallman1993-12-261-2/+2
* (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