summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* (note_mouse_highlight): Dec the int, not the Lisp_Object.Stefan Monnier2001-03-231-1/+1
* (x_update_window_end): Handle overwritten mouse faceGerd Moellmann2001-03-211-15/+13
* (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:Gerd Moellmann2001-03-191-5/+15
* (fast_find_position): Return the correct vpos.Gerd Moellmann2001-03-151-3/+5
* (x_draw_glyph_string): Draw relief (if any) beforeKenichi Handa2001-03-141-2/+17
* (x_draw_glyph_string_box): Don't draw a full-widthGerd Moellmann2001-03-141-4/+4
* (XTread_socket) <LeaveNotify, EnterNotify>: RemoveGerd Moellmann2001-03-131-52/+2
* [USE_TOOLKIT_SCROLL_BARS && USE_MOTIF]: Don't includeGerd Moellmann2001-03-131-3/+2
* (x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]: Don'tGerd Moellmann2001-03-131-30/+4
* (note_mouse_highlight): If there's no help-echo onGerd Moellmann2001-03-091-10/+36
* (note_mouse_highlight): Handle mouse-face andGerd Moellmann2001-03-081-43/+166
* (XTflash): Make the timeout of select shorter, and callGerd Moellmann2001-03-061-6/+11
* (note_mouse_highlight): Call mouse_face_overlay_overlapsGerd Moellmann2001-03-061-3/+13
* (XTmouse_position): Fix tyypo.Dave Love2001-03-051-1/+1
* (glyph_rect): New function.Gerd Moellmann2001-03-021-35/+87
* (XTset_vertical_scroll_bar): Don't clear a zero heightGerd Moellmann2001-03-021-14/+16
* (x_set_window_size): Don't use `None' with widgets; useGerd Moellmann2001-02-281-1/+1
* (XTread_socket): Test x_output's hourglass_p insteadGerd Moellmann2001-02-211-1/+1
* (x_set_glyph_string_background_width): Extend theGerd Moellmann2001-02-161-1/+2
* (x_insert_glyphs): Call window_box_left to obtainGerd Moellmann2001-02-161-1/+1
* (x_produce_image_glyph): Pay attention to the case thatKenichi Handa2001-02-091-36/+63
* (x_display_and_set_cursor): Check for the focusGerd Moellmann2001-02-051-2/+2
* (x_after_update_window_line): Don't clear if frame'sGerd Moellmann2001-01-251-44/+63
* Update a comment.Gerd Moellmann2001-01-251-1/+3
* (x_new_font): Don't change a tooltip's size.Gerd Moellmann2001-01-241-1/+6
* (x_set_window_size_1): New function extracted fromGerd Moellmann2001-01-231-25/+44
* (x_initialize): Set char_ins_del_ok to 1.Gerd Moellmann2001-01-181-1/+1
* (x_list_fonts): Allow scalable fonts if SIZE is < 0,Gerd Moellmann2001-01-171-29/+50
* (x_set_mouse_face_gc): If the last use mouse faceGerd Moellmann2001-01-151-1/+4
* (x_connection_closed) [USE_X_TOOLKIT]: IfGerd Moellmann2001-01-151-1/+4
* (x_produce_image_glyph, x_draw_image_foreground)Gerd Moellmann2001-01-121-19/+10
* (clear_mouse_face=): Improve a comment.Gerd Moellmann2001-01-121-2/+2
* (XTread_socket) <LeaveNotify>: Set help_echo to nil.Gerd Moellmann2001-01-051-0/+1
* Update copyright.Gerd Moellmann2001-01-041-1/+1
* (clear_mouse_face): Don't return if tip_frame isGerd Moellmann2001-01-041-0/+3
* (XTread_socket): Remove unused variables `p' andEli Zaretskii2001-01-021-2/+0
* (x_connection_closed): Catch X errors around allGerd Moellmann2001-01-021-14/+24
* (x_connection_closed): Set handling_signal to 0 atGerd Moellmann2001-01-021-1/+2
* (syms_of_xterm): DEFVAR_LISP x-toolkit-scroll-barsGerd Moellmann2000-12-271-6/+14
* (x_connection_closed): Prevent being called recursivelyGerd Moellmann2000-12-181-4/+12
* (expose_window): Don't redraw the window that'sGerd Moellmann2000-12-151-1/+1
* (x_free_frame_resources): New function.Gerd Moellmann2000-12-131-12/+33
* (x_term_init): Declare gray_bitmap_bits as `externGerd Moellmann2000-12-131-1/+1
* (clear_mouse_face): Treat tip_frame as a Lisp_Object.Gerd Moellmann2000-12-111-1/+1
* (x_destroy_window): Call x_free_gcs so thatGerd Moellmann2000-12-071-1/+2
* (x_load_font): Don't use the font's max_bounds forGerd Moellmann2000-12-061-7/+0
* Close the display.Gerd Moellmann2000-12-051-7/+21
* (x_destroy_window): Reset the frame's X window afterGerd Moellmann2000-12-051-1/+5
* (PER_CHAR_METRIC): Removed because not used.Gerd Moellmann2000-12-041-13/+0
* (expose_area): Pass x-coordinate relative to the exposedGerd Moellmann2000-12-041-15/+15