| Commit message (Expand) | Author | Age | Files | Lines |
* | Add #include "intervals.h" | Karl Heuer | 1994-09-17 | 1 | -0/+1 |
* | Delete X11 conditionals. | Richard M. Stallman | 1994-09-16 | 1 | -870/+16 |
* | Comment fix. | Richard M. Stallman | 1994-09-10 | 1 | -1/+1 |
* | (x_make_frame_visible): Call input_polling_used. | Richard M. Stallman | 1994-09-01 | 1 | -1/+1 |
* | Include keyboard.h. | Richard M. Stallman | 1994-08-28 | 1 | -6/+8 |
* | (x_make_frame_visible): Call signal handler directly. | Karl Heuer | 1994-08-26 | 1 | -3/+8 |
* | (x_make_frame_visible): Raise a signal to cause the pending X I/O to be read. | Karl Heuer | 1994-08-24 | 1 | -11/+5 |
* | (x_make_frame_visible): Quit if requested, in loop at end. | Richard M. Stallman | 1994-08-19 | 1 | -0/+1 |
* | (x_new_font): Don't set filename = full_name if that's null. | Richard M. Stallman | 1994-08-12 | 1 | -1/+2 |
* | (XTread_socket): Don't test X_IO_BUG; make that code unconditional. | Richard M. Stallman | 1994-08-08 | 1 | -8/+2 |
* | (x_make_frame_visible): Start one_in_four at 1. | Richard M. Stallman | 1994-08-03 | 1 | -1/+1 |
* | (construct_mouse_click, construct_menu_click): | Richard M. Stallman | 1994-08-03 | 1 | -32/+17 |
* | (x_queue_event, x_unqueue_events): New functions. | Richard M. Stallman | 1994-07-27 | 1 | -15/+79 |
* | (struct font_info): New field full_name. | Richard M. Stallman | 1994-07-19 | 1 | -2/+28 |
* | (note_mouse_movement): Use proper data type for window | Richard M. Stallman | 1994-07-18 | 1 | -4/+8 |
* | (XTread_socket, construct_menu_click) [USE_X_TOOLKIT]: | Richard M. Stallman | 1994-07-07 | 1 | -4/+28 |
* | (x_draw_box): Use curs_x and curs_y, not f->cursor_[xy]. | Richard M. Stallman | 1994-07-01 | 1 | -3/+16 |
* | Don't include string.h or strings.h. | Richard M. Stallman | 1994-06-23 | 1 | -5/+0 |
* | (show_mouse_face): Set endcolumn ok in side-by-side windows. | Richard M. Stallman | 1994-06-21 | 1 | -1/+1 |
* | (make_frame_visible): At end, wait till Emacs sees frame is visible. | Richard M. Stallman | 1994-06-18 | 1 | -0/+11 |
* | (scratch_cursor_gc): New variable. | Richard M. Stallman | 1994-06-17 | 1 | -13/+17 |
* | (x_noop_count): New variable. | Richard M. Stallman | 1994-06-15 | 1 | -4/+23 |
* | (x_term_init): Don't call get_system_name. | Karl Heuer | 1994-06-15 | 1 | -5/+5 |
* | Put stdio.h after config.h. | Richard M. Stallman | 1994-06-15 | 1 | -3/+4 |
* | (XTread_socket): Handle Xatom_wm_save_yourself by calling XSetCommand. | Richard M. Stallman | 1994-06-13 | 1 | -0/+15 |
* | (x_wm_set_icon_position, x_wm_set_icon_pixmap): | Richard M. Stallman | 1994-06-05 | 1 | -0/+8 |
* | (x_term_init): New args xrm_option and resource_string. | Richard M. Stallman | 1994-06-05 | 1 | -7/+15 |
* | (x_iconify_frame): Call x_set_offset, | Richard M. Stallman | 1994-05-28 | 1 | -2/+16 |
* | (x_is_vendor_fkey): Function deleted. | Richard M. Stallman | 1994-05-27 | 1 | -21/+2 |
* | (note_mouse_movement): Use frame's window in XQueryPointer. | Richard M. Stallman | 1994-05-25 | 1 | -9/+30 |
* | (x_set_window_size): If cursor outside new size, mark it off. | Richard M. Stallman | 1994-05-23 | 1 | -11/+29 |
* | (x_wm_set_window_state) [USE_X_TOOLKIT]: Use XtSetValues. | Richard M. Stallman | 1994-05-21 | 1 | -23/+37 |
* | (x_display_box_cursor): Preserve mouse highlight if the old cursor was in it. | Richard M. Stallman | 1994-05-15 | 1 | -1/+18 |
* | (XTread_socket): For button events, clear compose_status. | Richard M. Stallman | 1994-05-14 | 1 | -0/+2 |
* | (dumpglyphs): For cursor foreground, try the | Richard M. Stallman | 1994-05-12 | 1 | -2/+6 |
* | (x_set_window_size) [USE_X_TOOLKIT]: | Richard M. Stallman | 1994-05-09 | 1 | -1/+11 |
* | (x_set_offset): Set gravity and size hint | Richard M. Stallman | 1994-05-08 | 1 | -15/+50 |
* | (x_set_offset): Update XNegative and YNegative for new pos. | Richard M. Stallman | 1994-05-06 | 1 | -2/+7 |
* | (note_mouse_highlight, show_mouse_face, clear_mouse_face, x_destroy_window): | Karl Heuer | 1994-05-02 | 1 | -20/+22 |
* | (show_mouse_face): Fix test for cursor in highlighted area. | Karl Heuer | 1994-05-02 | 1 | -6/+6 |
* | (x_calc_absolute_position): Use size_hint_flags. | Richard M. Stallman | 1994-05-02 | 1 | -3/+3 |
* | (x_wm_set_size_hint): Don't try to handle negative positions. | Richard M. Stallman | 1994-05-01 | 1 | -17/+5 |
* | (x_wm_set_size_hint): Always set PWinGravity. | Richard M. Stallman | 1994-04-30 | 1 | -16/+51 |
* | (x_wm_set_size_hint): Don't set PMaxSize. | Richard M. Stallman | 1994-04-29 | 1 | -2/+3 |
* | (XTread_socket): Only top window cares about LeaveNotify. | Karl Heuer | 1994-04-28 | 1 | -19/+21 |
* | (x_make_frame_visible): Use XtMapWidget, not XtPopup. | Richard M. Stallman | 1994-04-28 | 1 | -1/+2 |
* | (XTread_socket, case ClientMessage): Don't call | Richard M. Stallman | 1994-04-27 | 1 | -6/+8 |
* | (x_wm_set_size_hint): Do set max_height, max_width, and PMaxSize flag. | Richard M. Stallman | 1994-04-27 | 1 | -1/+5 |
* | (XTread_socket) [USE_X_TOOLKIT]: Undo previous change. | Richard M. Stallman | 1994-04-27 | 1 | -3/+0 |
* | (XTmouse_position, XTread_socket): Don't use last_mouse_frame if it's dead. | Karl Heuer | 1994-04-25 | 1 | -2/+2 |