summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* (XTread_socket): Add #ifdef for previous change.Karl Heuer1996-07-111-1/+3
* Undo previous change.Karl Heuer1996-07-071-7/+8
* (XTread_socket): Use lw_tookit_related_event_p to avoid sendingMiles Bader1996-07-041-0/+7
* (x_connection_closed): Call clear_waiting_for_input.Richard M. Stallman1996-06-271-6/+1
* (x_error_quitter): Delete newline from sprintf string.Richard M. Stallman1996-06-271-1/+1
* (XTread_socket, Xatom_wm_save_yourself clause):Richard M. Stallman1996-06-261-1/+1
* (x_connection_closed): Add newline when printing error message on stderr.Richard M. Stallman1996-06-261-1/+1
* (x_connection_signal): Just return after calling `signal'.Richard M. Stallman1996-06-261-92/+8
* (x_connection_closed): If waiting_for_input, call quit_throw_to_read_char.Richard M. Stallman1996-06-251-0/+8
* (x_iconify_frame): If frame is invisible, explicitly mark it as iconified.Richard M. Stallman1996-06-211-1/+6
* (XTread_socket): Use XtAppNextEvent when using toolkit configurations.Richard M. Stallman1996-06-101-0/+5
* [SOLARIS2]: Include string.h.Karl Heuer1996-05-251-0/+7
* (x_connection_signal_1): Call x_connection_closed properly.Richard M. Stallman1996-05-101-1/+1
* [USE_X_TOOLKIT]: Include X11/Shell.h.Richard M. Stallman1996-04-301-1/+19
* (x_scroll_bar_clear): Do nothing if frame now has no scroll bars.Richard M. Stallman1996-04-261-4/+8
* (x_connection_signal): Call sigunblock properly.Richard M. Stallman1996-04-241-1/+1
* (note_mouse_movement): Don't call XQueryPointer.Richard M. Stallman1996-04-181-62/+12
* Include locale.h if HAVE_SETLOCALE.Richard M. Stallman1996-04-081-1/+3
* (x_term_init): Respecify LC_NUMERIC locale.Richard M. Stallman1996-04-051-0/+2
* (x_destroy_window): Do call XCloseIM if X11R6.Richard M. Stallman1996-04-051-3/+4
* (x_destroy_window) [SOLARIS2]: Don't free the IC or IM.Richard M. Stallman1996-04-021-0/+4
* (x_connection_closed): Don't check _Xdebug.Richard M. Stallman1996-03-271-6/+0
* (XTread_socket, MapNotify case):Richard M. Stallman1996-03-271-1/+2
* (x_destroy_window) [HAVE_X_I18N]: Free xic and xim of frame.Richard M. Stallman1996-03-181-0/+7
* Comment/whitespace change.Richard M. Stallman1996-03-171-7/+11
* (x_calc_absolute_position): Don't explicitly subtractRichard M. Stallman1996-03-091-2/+2
* (x_connection_closed): Don't unblock input until the end.Richard M. Stallman1996-03-061-5/+0
* [X_CONNECTION_LOCK_FLAG] (abort, exit): New definitions.Richard M. Stallman1996-03-011-0/+2
* (X_CONNECTION_LOCK_FLAG): New macro.Richard M. Stallman1996-02-271-16/+46
* (x_set_window_size): Clear out the mouse-highlighting dataRichard M. Stallman1996-02-271-11/+30
* (x_error_quitter): Add newline to error message.Richard M. Stallman1996-02-121-1/+1
* (min, max): Don't define if already defined.Richard M. Stallman1996-02-081-0/+4
* (x_connection_signal): Call x_connection_closed properly.Richard M. Stallman1996-02-041-12/+22
* (XTframe_raise_lower): Rename arg `raise' to `raise_flag'.Richard M. Stallman1996-01-291-3/+3
* (x_connection_signal): Explicitly check the thread interlockKarl Heuer1996-01-241-8/+16
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (XTread_socket): For selection_clear_event andRichard M. Stallman1996-01-121-1/+3
* (XTread_socket): Pass KeyPress events to the toolkit.Richard M. Stallman1995-12-311-31/+2
* (x_find_modifier_meanings): Fix !X11R4 code to use dpyinfo.Richard M. Stallman1995-12-281-2/+2
* (x_connection_signal): Set an alarm around XNoOp call.Karl Heuer1995-12-211-1/+12
* (x_connection_closed): Don't delete dpyinfo if it's null.Karl Heuer1995-12-131-1/+2
* (XTframe_up_to_date): Block and unblock input.Richard M. Stallman1995-11-221-0/+2
* (XTmouse_position): Exit the loop if child == win.Richard M. Stallman1995-11-221-1/+3
* (show_mouse_face): When clearing cursor, use proper column range.Richard M. Stallman1995-11-201-2/+2
* (XTread_socket): Verify a ButtonPress was actually in theRichard M. Stallman1995-11-151-1/+8
* (HACK_EDITRES): Define here as in xfns.c.Richard M. Stallman1995-11-111-3/+6
* (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer1995-10-311-2/+2
* (x_term_init, XTread_socket): Add HAVE_X_I18N support.Richard M. Stallman1995-10-171-0/+39
* (x_connection_signal_1): New function.Richard M. Stallman1995-10-121-21/+64
* (x_wm_set_icon_pixmap): If trying to turn off icon pixmap, do nothing.Richard M. Stallman1995-08-291-1/+14