aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* *** empty log message ***Morten Welinder1994-10-171-0/+3
* (dumpglyphs): Explicitly draw background stipple.Richard M. Stallman1994-10-171-13/+58
* (x_bitmap_icon): Allow bitmap to come from file.Richard M. Stallman1994-10-151-16/+29
* (stuffline, scraplines): Functions deleted.Karl Heuer1994-10-151-136/+163
* (x_new_font): Don't keep looping after the FONT property.Richard M. Stallman1994-10-141-0/+2
* (x_term_init): Call XtSetLanguageProc or XSetLocaleModifiers.Richard M. Stallman1994-10-111-3/+15
* (construct_mouse_click): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-2/+2
* (x_new_focus_frame, construct_mouse_click, construct_menu_click,Karl Heuer1994-10-041-44/+43
* (input_signal_count): New variable.Richard M. Stallman1994-10-041-5/+32
* (XTread_socket): Use popup_get_selection() for X11 menubar event handling.Paul Reilly1994-10-021-4/+4
* (x_new_font): New rule for computing column width. Factored out common code.Karl Heuer1994-09-281-13/+18
* (x_scroll_bar_clear): Use type test macros.Karl Heuer1994-09-271-2/+1
* (x_destroy_window): Decrement ref count of x_screen struct.Richard M. Stallman1994-09-231-0/+6
* (note_mouse_highlight): Pass new arg to overlays_at.Richard M. Stallman1994-09-211-3/+24
* * xterm.c (x_new_font): Compute number of scrollbar columns.Karl Heuer1994-09-201-4/+12
* Add #include "intervals.h"Karl Heuer1994-09-171-0/+1
* Delete X11 conditionals.Richard M. Stallman1994-09-161-870/+16