Include keymap.h.
[bpt/emacs.git] / src / xterm.c
2001-10-08 Stefan MonnierInclude keymap.h.
2001-10-08 Gerd MoellmannDon't define min/max.
2001-10-08 Pavel JaníkUSE_LUCID can be defined iff USE_X_TOOLKIT is defined.
2001-10-05 Miles Bader(x_create_toolkit_scroll_bar): Try to allocate colors...
2001-10-05 Gerd Moellmann(XTread_socket): Return a non_ascii_keystroke for
2001-09-27 Gerd Moellmann(x_draw_relief_rect): Draw bottom relief 1 pixel more
2001-09-25 Gerd Moellmann(fast_find_position) [0]: Add a presumably more correct
2001-09-24 Gerd Moellmann(refreshicon): Removed.
2001-09-24 Gerd Moellmann(toplevel): Remove includes in #if 0.
2001-09-03 Gerd MoellmannComment fix.
2001-09-03 Gerd Moellmann(note_mouse_highlight) <help-echo>: When looking for
2001-08-28 Gerd Moellmann(x_set_glyph_string_background_width): Set the glyph
2001-08-15 Gerd Moellmann(expose_window_tree, expose_window, expose_line): Return
2001-08-06 Gerd Moellmann(x_dump_glyph_string): Put in #if GLYPH_DEBUG.
2001-07-27 Gerd Moellmann(x_get_glyph_string_clip_rect): Minor cleanup.
2001-07-20 Gerd Moellmann(x_fill_stretch_glyph_string): Remove an assertion.
2001-07-18 Gerd MoellmannFix a typo.
2001-07-12 Gerd Moellmann(XTread_socket) <PropertyNotify>: Put the code
2001-07-04 Gerd Moellmann(x_produce_glyphs): Don't convert multibyte characters
2001-07-02 Gerd Moellmann* xterm.c (cvt_pixel_dtor): Call x_free_dpy_colors...
2001-07-02 Gerd Moellmann(x_list_fonts): Make sure XFreeFont is called
2001-06-18 Eli ZaretskiiFix a typo in a comment.
2001-06-02 Stefan Monnier(clear_mouse_face): Reset dpyinfo->mouse_face_overlay as
2001-05-30 Gerd Moellmann(note_mouse_highlight): If an overlapping overlay
2001-05-28 Gerd Moellmann(cursor_in_mouse_face_p): New function.
2001-05-14 Gerd Moellmann(note_mouse_highlight): Avoid changing the mouse
2001-05-14 Gerd Moellmann(x_draw_glyphs): Fix compuation of rightmost x for
2001-05-11 Gerd Moellmann(clear_mouse_face): Return 1 if text with mouse face was
2001-05-09 Gerd Moellmann(note_mouse_highlight): Don't change the mouse cursor
2001-05-03 Eli Zaretskii(XTread_socket) <Expose> [!USE_TOOLKIT_SCROLL_BARS...
2001-05-02 Gerd Moellmann(expose_window): Return int. If W is the window
2001-05-02 Gerd Moellmann(x_draw_stretch_glyph_string): Don't draw background
2001-04-30 Gerd Moellmann(x_window_to_menu_bar) [USE_LUCID]: New function.
2001-04-05 Gerd Moellmann(x_free_frame_resources) [USE_X_TOOLKIT]: Set
2001-04-03 Gerd Moellmann(x_use_underline_position_properties): New variable.
2001-04-02 Gerd Moellmann(x_alloc_nearest_color_1): New function.
2001-03-28 Gerd Moellmann(x_draw_relief_rect): Extend left shadow to the
2001-03-28 Gerd Moellmann(expose_window_tree, expose_frame): Don't compute
2001-03-23 Stefan Monnier(note_mouse_highlight): Dec the int, not the Lisp_Object.
2001-03-21 Gerd Moellmann(x_update_window_end): Handle overwritten mouse face
2001-03-19 Gerd Moellmann(XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
2001-03-15 Gerd Moellmann(fast_find_position): Return the correct vpos.
2001-03-14 Kenichi Handa(x_draw_glyph_string): Draw relief (if any) before
2001-03-14 Gerd Moellmann(x_draw_glyph_string_box): Don't draw a full-width
2001-03-13 Gerd Moellmann(XTread_socket) <LeaveNotify, EnterNotify>: Remove
2001-03-13 Gerd Moellmann[USE_TOOLKIT_SCROLL_BARS && USE_MOTIF]: Don't include
2001-03-13 Gerd Moellmann(x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]: Don't
2001-03-09 Gerd Moellmann(note_mouse_highlight): If there's no help-echo on
2001-03-08 Gerd Moellmann(note_mouse_highlight): Handle mouse-face and
2001-03-06 Gerd Moellmann(XTflash): Make the timeout of select shorter, and...
2001-03-06 Gerd Moellmann(note_mouse_highlight): Call mouse_face_overlay_overlaps
2001-03-05 Dave Love(XTmouse_position): Fix tyypo.
2001-03-02 Gerd Moellmann(glyph_rect): New function.
2001-03-02 Gerd Moellmann(XTset_vertical_scroll_bar): Don't clear a zero height
2001-02-28 Gerd Moellmann(x_set_window_size): Don't use `None' with widgets...
2001-02-21 Gerd Moellmann(XTread_socket): Test x_output's hourglass_p instead
2001-02-16 Gerd Moellmann(x_set_glyph_string_background_width): Extend the
2001-02-16 Gerd Moellmann(x_insert_glyphs): Call window_box_left to obtain
2001-02-09 Kenichi Handa(x_produce_image_glyph): Pay attention to the case...
2001-02-05 Gerd Moellmann(x_display_and_set_cursor): Check for the focus
2001-01-25 Gerd Moellmann(x_after_update_window_line): Don't clear if frame's
2001-01-25 Gerd MoellmannUpdate a comment.
2001-01-24 Gerd Moellmann(x_new_font): Don't change a tooltip's size.
2001-01-23 Gerd Moellmann(x_set_window_size_1): New function extracted from
2001-01-18 Gerd Moellmann(x_initialize): Set char_ins_del_ok to 1.
2001-01-17 Gerd Moellmann(x_list_fonts): Allow scalable fonts if SIZE is < 0,
2001-01-15 Gerd Moellmann(x_set_mouse_face_gc): If the last use mouse face
2001-01-15 Gerd Moellmann(x_connection_closed) [USE_X_TOOLKIT]: If
2001-01-12 Gerd Moellmann(x_produce_image_glyph, x_draw_image_foreground)
2001-01-12 Gerd Moellmann(clear_mouse_face=): Improve a comment.
2001-01-05 Gerd Moellmann(XTread_socket) <LeaveNotify>: Set help_echo to nil.
2001-01-04 Gerd MoellmannUpdate copyright.
2001-01-04 Gerd Moellmann(clear_mouse_face): Don't return if tip_frame is
2001-01-02 Eli Zaretskii(XTread_socket): Remove unused variables `p' and
2001-01-02 Gerd Moellmann(x_connection_closed): Catch X errors around all
2001-01-02 Gerd Moellmann(x_connection_closed): Set handling_signal to 0 at
2000-12-27 Gerd Moellmann(syms_of_xterm): DEFVAR_LISP x-toolkit-scroll-bars
2000-12-18 Gerd Moellmann(x_connection_closed): Prevent being called recursively
2000-12-15 Gerd Moellmann(expose_window): Don't redraw the window that's
2000-12-13 Gerd Moellmann(x_free_frame_resources): New function.
2000-12-13 Gerd Moellmann(x_term_init): Declare gray_bitmap_bits as `extern
2000-12-11 Gerd Moellmann(clear_mouse_face): Treat tip_frame as a Lisp_Object.
2000-12-07 Gerd Moellmann(x_destroy_window): Call x_free_gcs so that
2000-12-06 Gerd Moellmann(x_load_font): Don't use the font's max_bounds for
2000-12-05 Gerd MoellmannClose the display.
2000-12-05 Gerd Moellmann(x_destroy_window): Reset the frame's X window after
2000-12-04 Gerd Moellmann(PER_CHAR_METRIC): Removed because not used.
2000-12-04 Gerd Moellmann(expose_area): Pass x-coordinate relative to the exposed
2000-12-04 Kenichi Handa(x_produce_glyphs): If a font for a component of
2000-12-01 Gerd Moellmann(x_calc_absolute_position): Don't subtract menubar's
2000-11-30 Gerd MoellmannTest USE_TOOLKIT_SCROLL_BARS everywhere with #ifdef and
2000-11-30 Gerd Moellmann(x_estimate_mode_line_height): If `mode-line' face
2000-11-29 Gerd Moellmann(XTmouse_position) [USE_X_TOOLKIT]: When the mouse
2000-11-28 Gerd Moellmann(note_mouse_highlight): Change the cursor shape
2000-11-22 Gerd Moellmann(x_handle_tool_bar_click, note_tool_bar_highlight):
2000-11-20 Gerd Moellmann(scroll_bar_windows, scroll_bar_windows_size): New
2000-11-19 Gerd Moellmann(x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
2000-11-14 Miles Bader(x_alloc_lighter_color): Use real brightness calculation.
2000-11-13 Miles Bader(x_alloc_lighter_color): Include an additive component...
2000-11-08 Gerd Moellmann(x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Map the
next