summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Comment fix.Richard M. Stallman1994-09-101-1/+1
* (x_make_frame_visible): Call input_polling_used.Richard M. Stallman1994-09-011-1/+1
* Include keyboard.h.Richard M. Stallman1994-08-281-6/+8
* (x_make_frame_visible): Call signal handler directly.Karl Heuer1994-08-261-3/+8
* (x_make_frame_visible): Raise a signal to cause the pending X I/O to be read.Karl Heuer1994-08-241-11/+5
* (x_make_frame_visible): Quit if requested, in loop at end.Richard M. Stallman1994-08-191-0/+1
* (x_new_font): Don't set filename = full_name if that's null.Richard M. Stallman1994-08-121-1/+2
* (XTread_socket): Don't test X_IO_BUG; make that code unconditional.Richard M. Stallman1994-08-081-8/+2
* (x_make_frame_visible): Start one_in_four at 1.Richard M. Stallman1994-08-031-1/+1
* (construct_mouse_click, construct_menu_click):Richard M. Stallman1994-08-031-32/+17
* (x_queue_event, x_unqueue_events): New functions.Richard M. Stallman1994-07-271-15/+79
* (struct font_info): New field full_name.Richard M. Stallman1994-07-191-2/+28
* (note_mouse_movement): Use proper data type for windowRichard M. Stallman1994-07-181-4/+8
* (XTread_socket, construct_menu_click) [USE_X_TOOLKIT]:Richard M. Stallman1994-07-071-4/+28
* (x_draw_box): Use curs_x and curs_y, not f->cursor_[xy].Richard M. Stallman1994-07-011-3/+16
* Don't include string.h or strings.h.Richard M. Stallman1994-06-231-5/+0
* (show_mouse_face): Set endcolumn ok in side-by-side windows.Richard M. Stallman1994-06-211-1/+1
* (make_frame_visible): At end, wait till Emacs sees frame is visible.Richard M. Stallman1994-06-181-0/+11
* (scratch_cursor_gc): New variable.Richard M. Stallman1994-06-171-13/+17
* (x_noop_count): New variable.Richard M. Stallman1994-06-151-4/+23
* (x_term_init): Don't call get_system_name.Karl Heuer1994-06-151-5/+5
* Put stdio.h after config.h.Richard M. Stallman1994-06-151-3/+4
* (XTread_socket): Handle Xatom_wm_save_yourself by calling XSetCommand.Richard M. Stallman1994-06-131-0/+15
* (x_wm_set_icon_position, x_wm_set_icon_pixmap):Richard M. Stallman1994-06-051-0/+8
* (x_term_init): New args xrm_option and resource_string.Richard M. Stallman1994-06-051-7/+15
* (x_iconify_frame): Call x_set_offset,Richard M. Stallman1994-05-281-2/+16
* (x_is_vendor_fkey): Function deleted.Richard M. Stallman1994-05-271-21/+2
* (note_mouse_movement): Use frame's window in XQueryPointer.Richard M. Stallman1994-05-251-9/+30
* (x_set_window_size): If cursor outside new size, mark it off.Richard M. Stallman1994-05-231-11/+29
* (x_wm_set_window_state) [USE_X_TOOLKIT]: Use XtSetValues.Richard M. Stallman1994-05-211-23/+37
* (x_display_box_cursor): Preserve mouse highlight if the old cursor was in it.Richard M. Stallman1994-05-151-1/+18