| Commit message (Expand) | Author | Age | Files | Lines |
| * | (XTread_socket): Don't offset keysym here. | Richard M. Stallman | 1993-12-23 | 1 | -95/+173 |
| * | (XTread_socket): Really handle Xatom_wm_window_moved events. | Richard M. Stallman | 1993-11-24 | 1 | -4/+21 |
| * | (XTread_socket): Increase length of copy_buffer to 81. | Richard M. Stallman | 1993-11-15 | 1 | -5/+3 |
| * | (XTmouse_position): Undo roland's change. | Richard M. Stallman | 1993-11-11 | 1 | -2/+2 |
| * | (XTmouse_position): First arg is FRAME_PTR, not FRAME_PTR *. | Roland McGrath | 1993-11-10 | 1 | -1/+1 |
| * | (Tmouse_position): If the passed in frame is not an | Richard M. Stallman | 1993-11-10 | 1 | -0/+4 |
| * | (syms_of_xterm): Initialize last_mouse_scroll_bar. | Richard M. Stallman | 1993-11-10 | 1 | -0/+1 |
| * | (x_new_font): xmalloc arg was 1 too small. | Richard M. Stallman | 1993-11-03 | 1 | -1/+1 |
| * | (w_wn_set_size_hint): Make recent window gravity addition | Brian Fox | 1993-09-22 | 1 | -1/+2 |
| * | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
| * | (x_term_init): Call change_keyboard_wait_descriptor, | Richard M. Stallman | 1993-09-08 | 1 | -18/+9 |
| * | (x_wm_set_size_hint): New args spec_x and spec_y. | Richard M. Stallman | 1993-08-14 | 1 | -10/+56 |
| * | (struct font_info): New structure. | Richard M. Stallman | 1993-08-08 | 1 | -18/+25 |
| * | (x_term_init): Set the hooks before we call Fset_input_mode. | Richard M. Stallman | 1993-08-06 | 1 | -5/+3 |
| * | (x_iconify_frame): Handle case where frame was invisible. | Richard M. Stallman | 1993-07-27 | 1 | -0/+8 |
| * | (redraw_previous_char): New function. | Richard M. Stallman | 1993-07-25 | 1 | -2/+37 |
| * | (XTread_socket) [! HAVE_X11R5]: | Richard M. Stallman | 1993-07-23 | 1 | -1/+10 |
| * | * xterm.c (x_term_init): Adjust message printed when we can't | Jim Blandy | 1993-07-18 | 1 | -2/+7 |
| * | * xterm.c (XTread_socket): When handing non-synthetic | Jim Blandy | 1993-07-02 | 1 | -5/+8 |
| * | * xterm.c (frame_highlight, frame_unhighlight): Don't test | Jim Blandy | 1993-07-01 | 1 | -6/+16 |
| * | * xterm.c (XTread_socket): Initialize event_found to zero, and | Jim Blandy | 1993-06-30 | 1 | -3/+4 |
| * | * xterm.c: Add CPP tangle from process.c to get definitions for | Jim Blandy | 1993-06-29 | 1 | -3/+24 |
| * | * xterm.c (XTread_socket): Remove #if 0''s around code which tests | Jim Blandy | 1993-06-24 | 1 | -6/+8 |
| * | Separate parameter faces (those created and modified by the user) | Jim Blandy | 1993-06-22 | 1 | -4/+5 |
| * | * xterm.c (XTread_socket): Never treat a modifier key as a | Jim Blandy | 1993-06-19 | 1 | -14/+14 |
| * | (x_connection_closed): Pass new arg to shut_down_emacs. | Richard M. Stallman | 1993-06-13 | 1 | -1/+1 |
| * | * xterm.c (XTset_vertical_scroll_bar): Use double type for | Jim Blandy | 1993-06-12 | 1 | -2/+2 |
| * | * xterm.c (x_error_quitter, x_io_error_quitter): Remove calls to | Jim Blandy | 1993-06-12 | 1 | -0/+4 |
| * | (XTmouse_position): Don't set *f at all unless we win. | Richard M. Stallman | 1993-06-11 | 1 | -5/+13 |
| * | * xterm.c (x_new_font): If font_names is zero, that's all the | Jim Blandy | 1993-06-11 | 1 | -0/+5 |
| * | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -6/+6 |
| * | * xterm.c (x_is_vendor_fkey): New function. | Jim Blandy | 1993-06-09 | 1 | -37/+56 |
| * | (x_caught_error_message): Change type to char* from char*[]. | Richard M. Stallman | 1993-06-07 | 1 | -9/+9 |
| * | (x_new_font): Don't give up right away if XListFontsWithInfo | Richard M. Stallman | 1993-06-06 | 1 | -22/+25 |
| * | (x_catch_errors): Fill in missing array size in cast. | Richard M. Stallman | 1993-06-04 | 1 | -2/+2 |
| * | (x_wm_set_size_hint): Handle XGetNormalHints returning 0. | Richard M. Stallman | 1993-06-03 | 1 | -1/+2 |
| * | Comment change. | Richard M. Stallman | 1993-05-31 | 1 | -1/+1 |
| * | (XTread_socket, case KeyPress) [HPUX]: Test IsModifiedKey. | Richard M. Stallman | 1993-05-31 | 1 | -18/+9 |
| * | (XTread_socket): For UnmapNotify, if frame was visible, | Richard M. Stallman | 1993-05-30 | 1 | -1/+15 |
| * | (x_bitmap_icon): Don't free icon_bitmap; | Richard M. Stallman | 1993-05-30 | 1 | -6/+4 |
| * | (x_connection_closed): Pass new arg. | Richard M. Stallman | 1993-05-29 | 1 | -1/+1 |
| * | * sysdep.c (sys_siglist): Comment out #endif trailer. | Jim Blandy | 1993-05-29 | 1 | -1/+1 |
| * | (XTring_bell): Do nothing if x_current_connection is 0. | Richard M. Stallman | 1993-05-29 | 1 | -0/+3 |
| * | (XTread_socket, case KeyPress) [HPUX]: | Richard M. Stallman | 1993-05-28 | 1 | -0/+6 |
| * | (x_wm_set_size_hint): Don't set hints for max size. | Richard M. Stallman | 1993-05-26 | 1 | -2/+3 |
| * | Arrange for font names to get fully resolved - no wildcards. | Jim Blandy | 1993-05-25 | 1 | -32/+42 |
| * | * xfaces.c (merge_faces): You can't tell if a font is a | Jim Blandy | 1993-05-25 | 1 | -0/+5 |
| * | (XTread_socket, ConfigureNotify case): | Richard M. Stallman | 1993-05-25 | 1 | -8/+11 |
| * | (XTread_socket): For ConfigureNotify event, | Richard M. Stallman | 1993-05-24 | 1 | -0/+27 |
| * | * xterm.c (x_new_font): Reject fonts with varying spacing. We | Jim Blandy | 1993-05-24 | 1 | -0/+12 |