| Commit message (Expand) | Author | Age | Files | Lines |
* | New arg DPYINFO to all callers of x_window_to_frame, x_any_window_to_frame, | Karl Heuer | 1995-04-03 | 1 | -29/+38 |
* | (x_delete_display): Extract kboard deletion, for modularity. | Karl Heuer | 1995-03-31 | 1 | -10/+1 |
* | (x_term_init): Initialize cut_buffers_initialized. | Karl Heuer | 1995-03-31 | 1 | -1/+3 |
* | (XTmouse_position): New arg `insist'. | Richard M. Stallman | 1995-03-26 | 1 | -2/+7 |
* | (get_perdisplay): Deleted. | Karl Heuer | 1995-03-15 | 1 | -27/+54 |
* | (x_connection_closed): Ignore non-X frames. | Richard M. Stallman | 1995-03-06 | 1 | -3/+6 |
* | (x_bitmap_icon): Fix test for unallocated icon bitmap. | Paul Reilly | 1995-02-14 | 1 | -1/+1 |
* | (x_display_bar_cursor): Use frame's cursor_width. | Richard M. Stallman | 1995-02-14 | 1 | -2/+15 |
* | [MULTI_PERDISPLAY] (x_term_init): Initialize perdisplay. | Karl Heuer | 1995-02-04 | 1 | -3/+20 |
* | (x_unqueue_events): Arg is now a Display *. | Richard M. Stallman | 1995-02-02 | 1 | -8/+8 |
* | [MULTI_PERDISPLAY] (get_perdisplay): Define this as an exported function. | Karl Heuer | 1995-01-31 | 1 | -0/+13 |
* | (x_destroy_window): Don't let frame being destroyed remain in | Richard M. Stallman | 1995-01-25 | 1 | -2/+4 |
* | Don't include param.h. | Richard M. Stallman | 1995-01-08 | 1 | -1/+2 |
* | (x_scroll_bar_handle_click): Use GC_WINDOWP. | Richard M. Stallman | 1994-12-30 | 1 | -23/+22 |
* | (XTupdate_begin): Fix backward test in previous change. | Richard M. Stallman | 1994-12-27 | 1 | -3/+13 |
* | (XTupdate_begin): Discard records of prior mouse highlight | Richard M. Stallman | 1994-12-23 | 1 | -8/+21 |
* | (XTread_socket): Generate iconify and deiconify events. | Karl Heuer | 1994-11-04 | 1 | -0/+12 |
* | (XTclear_end_of_line): Finish the line dance here too, just as was done in | Karl Heuer | 1994-11-01 | 1 | -0/+2 |
* | (fast_find_position): Special case if POS is end of buffer. | Richard M. Stallman | 1994-11-01 | 1 | -0/+17 |
* | (x_delete_display): Call XrmDestroyDatabase. | Richard M. Stallman | 1994-10-29 | 1 | -106/+50 |
* | (x_catch_errors, x_check_errors, x_had_errors_p) | Richard M. Stallman | 1994-10-26 | 1 | -854/+918 |
* | Use FRAME_X_DISPLAY instead of x_current_display and XDISPLAY. | Richard M. Stallman | 1994-10-22 | 1 | -325/+407 |
* | (do_line_dance): Decrement index only once per loop. | Karl Heuer | 1994-10-18 | 1 | -1/+1 |
* | *** empty log message *** | Morten Welinder | 1994-10-17 | 1 | -0/+3 |
* | (dumpglyphs): Explicitly draw background stipple. | Richard M. Stallman | 1994-10-17 | 1 | -13/+58 |
* | (x_bitmap_icon): Allow bitmap to come from file. | Richard M. Stallman | 1994-10-15 | 1 | -16/+29 |
* | (stuffline, scraplines): Functions deleted. | Karl Heuer | 1994-10-15 | 1 | -136/+163 |
* | (x_new_font): Don't keep looping after the FONT property. | Richard M. Stallman | 1994-10-14 | 1 | -0/+2 |
* | (x_term_init): Call XtSetLanguageProc or XSetLocaleModifiers. | Richard M. Stallman | 1994-10-11 | 1 | -3/+15 |
* | (construct_mouse_click): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -2/+2 |
* | (x_new_focus_frame, construct_mouse_click, construct_menu_click, | Karl Heuer | 1994-10-04 | 1 | -44/+43 |
* | (input_signal_count): New variable. | Richard M. Stallman | 1994-10-04 | 1 | -5/+32 |
* | (XTread_socket): Use popup_get_selection() for X11 menubar event handling. | Paul Reilly | 1994-10-02 | 1 | -4/+4 |
* | (x_new_font): New rule for computing column width. Factored out common code. | Karl Heuer | 1994-09-28 | 1 | -13/+18 |
* | (x_scroll_bar_clear): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -2/+1 |
* | (x_destroy_window): Decrement ref count of x_screen struct. | Richard M. Stallman | 1994-09-23 | 1 | -0/+6 |
* | (note_mouse_highlight): Pass new arg to overlays_at. | Richard M. Stallman | 1994-09-21 | 1 | -3/+24 |
* | * xterm.c (x_new_font): Compute number of scrollbar columns. | Karl Heuer | 1994-09-20 | 1 | -4/+12 |
* | 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 |