summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* (XTupdate_begin): Fix backward test in previous change.Richard M. Stallman1994-12-271-3/+13
* (XTupdate_begin): Discard records of prior mouse highlightRichard M. Stallman1994-12-231-8/+21
* (XTread_socket): Generate iconify and deiconify events.Karl Heuer1994-11-041-0/+12
* (XTclear_end_of_line): Finish the line dance here too, just as was done inKarl Heuer1994-11-011-0/+2
* (fast_find_position): Special case if POS is end of buffer.Richard M. Stallman1994-11-011-0/+17
* (x_delete_display): Call XrmDestroyDatabase.Richard M. Stallman1994-10-291-106/+50
* (x_catch_errors, x_check_errors, x_had_errors_p)Richard M. Stallman1994-10-261-854/+918
* Use FRAME_X_DISPLAY instead of x_current_display and XDISPLAY.Richard M. Stallman1994-10-221-325/+407
* (do_line_dance): Decrement index only once per loop.Karl Heuer1994-10-181-1/+1