| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (x_term_init): Add explicit cast. | Karl Heuer | 1994-04-25 | 1 | -1/+1 |
* | (XTread_socket) [USE_X_TOOLKIT]: Let toolkit handle menu bar click. | Richard M. Stallman | 1994-04-25 | 1 | -0/+3 |
* | (x_set_mouse_pixel_position): New function. | Richard M. Stallman | 1994-04-22 | 1 | -4/+14 |
* | (x_make_frame_visible): Args to x_set_offset were swapped. | Richard M. Stallman | 1994-04-21 | 1 | -1/+1 |
* | (XTread_socket): Delete the non-NEW_SELECTIONS code | Richard M. Stallman | 1994-04-20 | 1 | -62/+16 |
* | (XTread_socket, case ClientMessage): Use x_window_to_frame unconditionally. | Richard M. Stallman | 1994-04-20 | 1 | -21/+33 |
* | (Xatom_editres_name): Variable defined. | Richard M. Stallman | 1994-04-17 | 1 | -3/+16 |
* | (dumpglyphs): When HL=2, check explicitly for using | Richard M. Stallman | 1994-04-17 | 1 | -32/+20 |
* | (x_make_frame_visible): Don't call XMapSubwindows. | Richard M. Stallman | 1994-04-14 | 1 | -37/+54 |
* | (dumpglyphs): Clear any extra pixel rows below the text. | Richard M. Stallman | 1994-04-10 | 1 | -33/+217 |
* | (stufflines, scraplines, dumprectangle, x_do_pending_expose) | Richard M. Stallman | 1994-04-09 | 1 | -26/+30 |
* | (show_mouse_face): Change the mouse cursor accordingly. | Fred Pierresteguy | 1994-04-08 | 1 | -0/+6 |
* | (note_mouse_highlight): Temporarily widen the buffer. | Richard M. Stallman | 1994-04-05 | 1 | -12/+10 |
* | (note_mouse_highlight): Do nothing if gc_in_progress. | Richard M. Stallman | 1994-04-04 | 1 | -8/+59 |
* | (note_mouse_highlight): Reject out-of-range pos value | Richard M. Stallman | 1994-04-03 | 1 | -1/+7 |
* | (fast_find_position): Always return coords within the window. | Richard M. Stallman | 1994-04-03 | 1 | -7/+24 |
* | (x_wm_set_size_hint): Add USE_X_TOOLKIT conditional and call | Fred Pierresteguy | 1994-04-01 | 1 | -0/+11 |
* | (construct_menu_click, construct_mouse_click): | Richard M. Stallman | 1994-04-01 | 1 | -6/+12 |
* | [INCLUDED_FCNTL]: Don't include fcntl.h again. | Richard M. Stallman | 1994-03-31 | 1 | -3/+320 |
* | (x_find_modifier_meanings): Skip zero entries. | Karl Heuer | 1994-03-28 | 1 | -0/+4 |
* | (x_window_to_scroll_bar, x_new_font): Use assignment, not initialization. | Karl Heuer | 1994-03-25 | 1 | -3/+4 |
* | (dumpglyphs): Use the fast macros. | Karl Heuer | 1994-03-19 | 1 | -3/+3 |
* | (x_scroll_bar_expose): Don't make the right border thicker. | Karl Heuer | 1994-03-15 | 1 | -6/+0 |
* | (XTread_socket): For case ClientMessage and Xatom_wm_delete_window, use | Fred Pierresteguy | 1994-02-28 | 1 | -1/+1 |
* | (XTread_socket): For case ConfigureNotify, call x_any_window_to_frame. | Fred Pierresteguy | 1994-02-25 | 1 | -3/+35 |
* | (construct_mouse_click): Don't convert to glyph units. | Richard M. Stallman | 1994-02-24 | 1 | -4/+19 |
* | (construct_menu_click): Undo previous change. | Richard M. Stallman | 1994-02-22 | 1 | -9/+4 |
* | (x_had_errors_p): New function. | Richard M. Stallman | 1994-02-21 | 1 | -25/+43 |
* | (XTread_socket--cases KeyPress, EnterNotify, LeaveNotify) | Richard M. Stallman | 1994-02-19 | 1 | -5/+5 |
* | (dumpglyphs): Try various alternatives for foreground color | Richard M. Stallman | 1994-02-18 | 1 | -1/+19 |
* | Comment changes. | Richard M. Stallman | 1994-02-17 | 1 | -0/+3 |
* | (XTread_socket): Do not assume that select returning | Richard M. Stallman | 1994-02-15 | 1 | -1/+7 |
* | (x_scroll_bar_create): Fix indentation. | Karl Heuer | 1994-02-11 | 1 | -4/+4 |
* | (x_destroy_window) [USE_X_TOOLKIT]: Call free_frame_menubar. | Fred Pierresteguy | 1994-02-11 | 1 | -0/+2 |
* | (x_display_cursor, process_expose_from_menu): Block input. | Karl Heuer | 1994-02-09 | 1 | -3/+14 |
* | (x_make_frame_invisible): Add USE_X_TOOLKIT conditional. | Fred Pierresteguy | 1994-02-07 | 1 | -32/+60 |
* | (XTread_socket): Add X_IO_BUG conditional. | Richard M. Stallman | 1994-02-02 | 1 | -0/+7 |
* | (x_iconify_frame): Fix misbalanced BLOCK_INPUT/UNBLOCK_INPUT. | Karl Heuer | 1994-02-02 | 1 | -1/+5 |