log src/xterm.c @ 63886:577b0b13e4de

age author description
Thu, 30 Jun 2005 18:02:52 +0000 Jan Dj¸«£rv * xterm.c (handle_one_xevent): bzero compose_status when nbytes
Thu, 30 Jun 2005 14:56:48 +0000 Juri Linkov (x_draw_vertical_window_border): Use foreground of
Mon, 06 Jun 2005 21:27:50 +0000 Stefan Monnier (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars if available.
Fri, 03 Jun 2005 23:02:03 +0000 Kim F. Storm (handle_one_xevent): Also ignore mouse motion just
Fri, 27 May 2005 11:28:30 +0000 Kenichi Handa (x_encode_char): Call check_ccl_update in advance.
Tue, 10 May 2005 09:19:19 +0000 Richard M. Stallman Fix previous change.
Tue, 10 May 2005 09:18:48 +0000 Richard M. Stallman (noinclude): Add #undef.
Thu, 31 Mar 2005 22:42:46 +0000 Stefan Monnier Include ThreeD.h for XtNbeNiceToColormap.
Thu, 17 Feb 2005 12:51:16 +0000 Andreas Schwab (handle_one_xevent): Use union of struct input_event and
Thu, 03 Feb 2005 07:36:15 +0000 Richard M. Stallman (x_error_quitter): On GCC 3 and up, specify noinline.
Thu, 27 Jan 2005 22:34:05 +0000 Kim F. Storm (x_clip_to_row): Ensure y >= 0.
Thu, 27 Jan 2005 17:00:38 +0000 Stefan Monnier (x_error_quitter): Add a prototype. Make it static again.
Tue, 25 Jan 2005 01:26:57 +0000 Richard M. Stallman (x_error_quitter): No longer static, and moved after x_error_handler.
Thu, 20 Jan 2005 15:23:22 +0000 Kim F. Storm (x_draw_glyph_string_box): Fix last_x for full width rows.
Fri, 31 Dec 2004 18:16:10 +0000 Jan Dj¸«£rv * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
Thu, 30 Dec 2004 12:26:31 +0000 Kenichi Handa (x_new_font): Set FRAME_COLUMN_WIDTH to
Wed, 15 Dec 2004 21:34:14 +0000 Jan Dj¸«£rv * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
Sat, 11 Dec 2004 18:46:43 +0000 Jan Dj¸«£rv * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
Sun, 21 Nov 2004 15:49:12 +0000 Kim F. Storm (x_clip_to_row): Add area arg. Callers changed.
Fri, 05 Nov 2004 11:30:44 +0000 Kim F. Storm * xterm.c (handle_one_xevent): Don't queue X selection events
Tue, 02 Nov 2004 16:25:50 +0000 Jan Dj¸«£rv * xterm.c (x_window_to_scroll_bar): Only call
Thu, 21 Oct 2004 18:38:58 +0000 Jan Dj¸«£rv * xterm.h (x_output): New member `xic_base_fontname'.
Tue, 19 Oct 2004 16:40:34 +0000 Jan Dj¸«£rv * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
Tue, 12 Oct 2004 14:14:07 +0000 Kim F. Storm (x_redisplay_interface): Fix flush_display_optional.
Thu, 07 Oct 2004 21:59:39 +0000 Kim F. Storm (x_update_window_end): Fix flicker on vertical line between
Tue, 05 Oct 2004 10:52:53 +0000 Jan Dj¸«£rv * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
Mon, 04 Oct 2004 14:07:06 +0000 Kim F. Storm (XTset_vertical_scroll_bar): Improve handling of scroll
Sat, 18 Sep 2004 21:36:02 +0000 Stefan Monnier (x_term_init): Work around a bug in some X servers.
Tue, 24 Aug 2004 17:22:33 +0000 Jan Dj¸«£rv * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
Fri, 20 Aug 2004 10:34:12 +0000 Kim F. Storm Rename wait_reading_process_input to wait_reading_process_output.