summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (x_delete_display) [AIX]: Don't call XRmDestroyDatabase.Richard M. Stallman1995-08-051-2/+3
* (XTread_socket): For UnmapNotify, use x_top_window_to_frame.Richard M. Stallman1995-08-021-1/+1
* Renamings: frame->display => frame->output, struct x_display -> sruct x_output.Richard M. Stallman1995-07-251-167/+167
* (next_noop_dpyinfo): New variable.Richard M. Stallman1995-07-251-18/+42
* [HAVE_X11XTR6]: Include locale.hKarl Heuer1995-07-171-40/+58
* (x_initialize) [USE_X_TOOLKIT]: Set fallback resources.Richard M. Stallman1995-07-071-0/+6
* (XTread_socket): Turn off meta, super, hyper and alt bitsRichard M. Stallman1995-06-291-18/+44
* (x_make_frame_visible): Test and set asked_for_visible.Karl Heuer1995-06-111-1/+43
* Include widget.h.Karl Heuer1995-06-111-20/+45
* (x_get_keysym_name): New function.Karl Heuer1995-06-091-5/+23
* (x_wm_set_icon_pixmap): Set IconPixmapHint in both cases.Karl Heuer1995-06-051-5/+2
* (x_text_icon): Do call XSetIconName or XSetWMIconName.Karl Heuer1995-06-051-11/+19
* (XTread_socket) [USE_X_TOOLKIT]: Do pass MotionNotify eventsKarl Heuer1995-05-291-5/+0
* (x_term_init): Block input during this function.Karl Heuer1995-05-291-1/+8
* (x_term_init): Call init_sigio only if interrupt_input.Karl Heuer1995-05-291-1/+2
* (x_set_offset): Distinguish CHANGE_GRAVITY < 0 case.Karl Heuer1995-05-291-3/+4
* (XTread_socket): Don't call popup_get_selection here.Karl Heuer1995-05-261-0/+3
* (XTread_socket): For MapNotify, call record_asynch_buffer_change.Karl Heuer1995-05-251-0/+5
* (XTflash): Use pointers as args to select.Karl Heuer1995-05-251-8/+9
* (x_connection_closed): Unblock input, first thing.Karl Heuer1995-05-241-1/+11
* (x_set_offset): Add border_width when calling XMoveWindow.Karl Heuer1995-05-241-2/+14