summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* (XTread_socket): Accept XK_ISO_* keys.Richard M. Stallman1997-03-221-1/+1
* (XTread_socket): Handle ISO_Left_Tab.Richard M. Stallman1997-03-221-0/+3
* (dumpglyphs): Set a clipping region when we draw glyphsKenichi Handa1997-03-191-111/+183
* (x_list_fonts): Comment about cached font list added.Kenichi Handa1997-03-181-1/+6
* (dumpglyphs): Pay attention to characters registered inKenichi Handa1997-02-271-8/+30
* Include charset.h, ccl.h, and fontset.h.Karl Heuer1997-02-201-207/+733
* (dumpglyphs): Declare g as GLYPH.Richard M. Stallman1997-01-201-1/+1
* (x_iconify_frame): Clear visible when we set iconified.Richard M. Stallman1996-12-261-0/+5
* (cancel_mouse_face): New function. Code copied fromRichard M. Stallman1996-10-311-8/+20
* (XTread_socket, KeyPress case): Clear compose_statusRichard M. Stallman1996-10-301-0/+8
* (XTwrite_glyphs, XTclear_end_of_line, XTclear_frame)Richard M. Stallman1996-10-121-20/+18
* (show_mouse_face): Undo 1996-08-30 change.Richard M. Stallman1996-09-291-2/+12
* (XTflash): Don't flash in the internal borders.Richard M. Stallman1996-09-271-7/+60
* (XTread_socket): Delete WAITP arg.Richard M. Stallman1996-09-251-2/+1
* (x_scroll_bar_create, x_scroll_bar_move):Richard M. Stallman1996-09-231-16/+16
* Pass frame arg in calls to VERTICAL_SCROLL_BAR_INSIDE_HEIGHTRichard M. Stallman1996-09-211-16/+24
* Replaced symbol BSD with BSD_SYSTEM.Karl Heuer1996-09-171-2/+2
* (note_mouse_highlight): Test last_overlay_modified field.Richard M. Stallman1996-09-161-1/+2
* (x_connection_closed): Call XtCloseDisplay.Richard M. Stallman1996-09-131-0/+4
* (note_mouse_highlight): Pass POS argument to fast_find_position as int.Richard M. Stallman1996-09-041-4/+4
* (x_term_init): Initialize Xatom_FONT member.Richard M. Stallman1996-09-011-3/+3
* (XTupdate_end): Always clear mouse_face_defer flag.Richard M. Stallman1996-08-311-2/+1
* (do_line_dance, dumprectangle): Use x_update_cursor.Richard M. Stallman1996-08-301-42/+24
* (XTread_socket): Call XFilterEvent on all events,Richard M. Stallman1996-08-291-4/+6
* (fast_find_position): Fix previous change.Richard M. Stallman1996-08-251-1/+1
* (fast_find_position): Minor fix in handling maybe_next_line.Richard M. Stallman1996-08-251-1/+1
* (x_term_init): If the default Xt font does not exist onRichard M. Stallman1996-08-241-0/+24
* (XTread_socket): Delete the code to pass menu bar keysRichard M. Stallman1996-07-311-0/+3
* (XTread_socket): Delete the code to pass menu bar keysRichard M. Stallman1996-07-311-0/+5
* (XTread_socket): Pass keys in menu bar to toolkit aloneRichard M. Stallman1996-07-301-8/+21
* Fix previous change.Richard M. Stallman1996-07-281-2/+6
* (last_mouse_press_frame): New variable.Richard M. Stallman1996-07-271-0/+7
* (SET_SAVED_MENU_EVENT): New macro.Karl Heuer1996-07-161-16/+20
* (XTread_socket): Add #ifdef for previous change.Karl Heuer1996-07-111-1/+3
* Undo previous change.Karl Heuer1996-07-071-7/+8
* (XTread_socket): Use lw_tookit_related_event_p to avoid sendingMiles Bader1996-07-041-0/+7
* (x_connection_closed): Call clear_waiting_for_input.Richard M. Stallman1996-06-271-6/+1
* (x_error_quitter): Delete newline from sprintf string.Richard M. Stallman1996-06-271-1/+1
* (XTread_socket, Xatom_wm_save_yourself clause):Richard M. Stallman1996-06-261-1/+1
* (x_connection_closed): Add newline when printing error message on stderr.Richard M. Stallman1996-06-261-1/+1
* (x_connection_signal): Just return after calling `signal'.Richard M. Stallman1996-06-261-92/+8
* (x_connection_closed): If waiting_for_input, call quit_throw_to_read_char.Richard M. Stallman1996-06-251-0/+8
* (x_iconify_frame): If frame is invisible, explicitly mark it as iconified.Richard M. Stallman1996-06-211-1/+6
* (XTread_socket): Use XtAppNextEvent when using toolkit configurations.Richard M. Stallman1996-06-101-0/+5
* [SOLARIS2]: Include string.h.Karl Heuer1996-05-251-0/+7
* (x_connection_signal_1): Call x_connection_closed properly.Richard M. Stallman1996-05-101-1/+1
* [USE_X_TOOLKIT]: Include X11/Shell.h.Richard M. Stallman1996-04-301-1/+19
* (x_scroll_bar_clear): Do nothing if frame now has no scroll bars.Richard M. Stallman1996-04-261-4/+8
* (x_connection_signal): Call sigunblock properly.Richard M. Stallman1996-04-241-1/+1
* (note_mouse_movement): Don't call XQueryPointer.Richard M. Stallman1996-04-181-62/+12