summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* (note_mouse_highlight): Temporarily widen the buffer.Richard M. Stallman1994-04-051-12/+10
* (note_mouse_highlight): Do nothing if gc_in_progress.Richard M. Stallman1994-04-041-8/+59
* (note_mouse_highlight): Reject out-of-range pos valueRichard M. Stallman1994-04-031-1/+7
* (fast_find_position): Always return coords within the window.Richard M. Stallman1994-04-031-7/+24
* (x_wm_set_size_hint): Add USE_X_TOOLKIT conditional and callFred Pierresteguy1994-04-011-0/+11
* (construct_menu_click, construct_mouse_click):Richard M. Stallman1994-04-011-6/+12
* [INCLUDED_FCNTL]: Don't include fcntl.h again.Richard M. Stallman1994-03-311-3/+320
* (x_find_modifier_meanings): Skip zero entries.Karl Heuer1994-03-281-0/+4
* (x_window_to_scroll_bar, x_new_font): Use assignment, not initialization.Karl Heuer1994-03-251-3/+4
* (dumpglyphs): Use the fast macros.Karl Heuer1994-03-191-3/+3
* (x_scroll_bar_expose): Don't make the right border thicker.Karl Heuer1994-03-151-6/+0
* (XTread_socket): For case ClientMessage and Xatom_wm_delete_window, useFred Pierresteguy1994-02-281-1/+1
* (XTread_socket): For case ConfigureNotify, call x_any_window_to_frame.Fred Pierresteguy1994-02-251-3/+35
* (construct_mouse_click): Don't convert to glyph units.Richard M. Stallman1994-02-241-4/+19
* (construct_menu_click): Undo previous change.Richard M. Stallman1994-02-221-9/+4
* (x_had_errors_p): New function.Richard M. Stallman1994-02-211-25/+43
* (XTread_socket--cases KeyPress, EnterNotify, LeaveNotify)Richard M. Stallman1994-02-191-5/+5
* (dumpglyphs): Try various alternatives for foreground colorRichard M. Stallman1994-02-181-1/+19
* Comment changes.Richard M. Stallman1994-02-171-0/+3
* (XTread_socket): Do not assume that select returningRichard M. Stallman1994-02-151-1/+7
* (x_scroll_bar_create): Fix indentation.Karl Heuer1994-02-111-4/+4
* (x_destroy_window) [USE_X_TOOLKIT]: Call free_frame_menubar.Fred Pierresteguy1994-02-111-0/+2
* (x_display_cursor, process_expose_from_menu): Block input.Karl Heuer1994-02-091-3/+14
* (x_make_frame_invisible): Add USE_X_TOOLKIT conditional.Fred Pierresteguy1994-02-071-32/+60
* (XTread_socket): Add X_IO_BUG conditional.Richard M. Stallman1994-02-021-0/+7
* (x_iconify_frame): Fix misbalanced BLOCK_INPUT/UNBLOCK_INPUT.Karl Heuer1994-02-021-1/+5
* (x_term_init): Use get_system_name instead of gethostname.Karl Heuer1994-02-021-21/+1
* (dumpglyphs): Don't crash for invalid face code.Richard M. Stallman1994-02-011-3/+3
* (x_set_window_size): Add USE_X_TOOLKIT conditional. Call EmacsFrameSetCharSiz...Fred Pierresteguy1994-01-281-5/+8
* * xterm.c (x_term_init): Cast to (char **) before assignment to argv.Fred Pierresteguy1994-01-281-1/+1
* (x_set_mouse_position): Don't raise the frame.Richard M. Stallman1994-01-261-0/+2
* (x_wm_set_size_hint): Swap southeast and northwest.Richard M. Stallman1994-01-261-22/+282
* (XTflush): FIx typo in last change.Richard M. Stallman1993-12-261-2/+2
* (XTread_socket): Make proper junk values to pass to select.Richard M. Stallman1993-12-261-2/+4
* (XTflash): Use EMACS_GET_TIME.Richard M. Stallman1993-12-261-2/+2
* (XTread_socket): Don't offset keysym here.Richard M. Stallman1993-12-231-95/+173
* (XTread_socket): Really handle Xatom_wm_window_moved events.Richard M. Stallman1993-11-241-4/+21
* (XTread_socket): Increase length of copy_buffer to 81.Richard M. Stallman1993-11-151-5/+3
* (XTmouse_position): Undo roland's change.Richard M. Stallman1993-11-111-2/+2
* (XTmouse_position): First arg is FRAME_PTR, not FRAME_PTR *.Roland McGrath1993-11-101-1/+1
* (Tmouse_position): If the passed in frame is not anRichard M. Stallman1993-11-101-0/+4
* (syms_of_xterm): Initialize last_mouse_scroll_bar.Richard M. Stallman1993-11-101-0/+1
* (x_new_font): xmalloc arg was 1 too small.Richard M. Stallman1993-11-031-1/+1
* (w_wn_set_size_hint): Make recent window gravity additionBrian Fox1993-09-221-1/+2
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (x_term_init): Call change_keyboard_wait_descriptor,Richard M. Stallman1993-09-081-18/+9
* (x_wm_set_size_hint): New args spec_x and spec_y.Richard M. Stallman1993-08-141-10/+56
* (struct font_info): New structure.Richard M. Stallman1993-08-081-18/+25
* (x_term_init): Set the hooks before we call Fset_input_mode.Richard M. Stallman1993-08-061-5/+3
* (x_iconify_frame): Handle case where frame was invisible.Richard M. Stallman1993-07-271-0/+8