aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (x_calc_absolute_position): Use menubar_height field.Karl Heuer1995-05-241-3/+10
* (Qvendor_specific_keysyms): New var.Karl Heuer1995-05-131-3/+13
* (x_term_init): Add stub to initialize Vsystem_key_alist.Karl Heuer1995-04-291-0/+3
* (x_term_init): If the previous kboard was the dummy one,Karl Heuer1995-04-241-0/+5
* (x_focus_frame, x_focus_event_frame, x_highlight_frame):Karl Heuer1995-04-241-78/+71
* (x_term_init): Call XtSetLanguageProc only if HAVE_X11XTR6.Richard M. Stallman1995-04-141-51/+46
* (XTread_socket): Pass dpyinfo to popup_get_selection.Richard M. Stallman1995-04-111-1/+1
* (XTread_socket): Make deiconify event only if frame was iconified.Richard M. Stallman1995-04-101-5/+8
* (dumpglyphs): Cast FACE_DEFAULT to (XFontStruct *)Richard M. Stallman1995-04-071-2/+2
* Update copyright.Karl Heuer1995-04-071-1/+1
* New arg DPYINFO to all callers of x_window_to_frame, x_any_window_to_frame,Karl Heuer1995-04-031-29/+38
* (x_delete_display): Extract kboard deletion, for modularity.Karl Heuer1995-03-311-10/+1
* (x_term_init): Initialize cut_buffers_initialized.Karl Heuer1995-03-311-1/+3
* (XTmouse_position): New arg `insist'.Richard M. Stallman1995-03-261-2/+7
* (get_perdisplay): Deleted.Karl Heuer1995-03-151-27/+54
* (x_connection_closed): Ignore non-X frames.Richard M. Stallman1995-03-061-3/+6
* (x_bitmap_icon): Fix test for unallocated icon bitmap.Paul Reilly1995-02-141-1/+1
* (x_display_bar_cursor): Use frame's cursor_width.Richard M. Stallman1995-02-141-2/+15
* [MULTI_PERDISPLAY] (x_term_init): Initialize perdisplay.Karl Heuer1995-02-041-3/+20
* (x_unqueue_events): Arg is now a Display *.Richard M. Stallman1995-02-021-8/+8
* [MULTI_PERDISPLAY] (get_perdisplay): Define this as an exported function.Karl Heuer1995-01-311-0/+13
* (x_destroy_window): Don't let frame being destroyed remain inRichard M. Stallman1995-01-251-2/+4
* Don't include param.h.Richard M. Stallman1995-01-081-1/+2
* (x_scroll_bar_handle_click): Use GC_WINDOWP.Richard M. Stallman1994-12-301-23/+22