summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* (x_create_toolkit_scroll_bar): Try to allocate colors for the shadows,Miles Bader2001-10-051-2/+62
* (XTread_socket): Return a non_ascii_keystroke forGerd Moellmann2001-10-051-7/+27
* (x_draw_relief_rect): Draw bottom relief 1 pixel moreGerd Moellmann2001-09-271-10/+12
* (fast_find_position) [0]: Add a presumably more correctGerd Moellmann2001-09-251-5/+76
* (refreshicon): Removed.Gerd Moellmann2001-09-241-10/+0
* (toplevel): Remove includes in #if 0.Gerd Moellmann2001-09-241-4/+0
* Comment fix.Gerd Moellmann2001-09-031-1/+1
* (note_mouse_highlight) <help-echo>: When looking forGerd Moellmann2001-09-031-19/+74
* (x_set_glyph_string_background_width): Set the glyphGerd Moellmann2001-08-281-6/+8
* (expose_window_tree, expose_window, expose_line): ReturnGerd Moellmann2001-08-151-21/+66
* (x_dump_glyph_string): Put in #if GLYPH_DEBUG.Gerd Moellmann2001-08-061-1/+1
* (x_get_glyph_string_clip_rect): Minor cleanup.Gerd Moellmann2001-07-271-15/+17
* (x_fill_stretch_glyph_string): Remove an assertion.Gerd Moellmann2001-07-201-1/+3
* Fix a typo.Gerd Moellmann2001-07-181-1/+1
* (XTread_socket) <PropertyNotify>: Put the codeGerd Moellmann2001-07-121-4/+9
* (x_produce_glyphs): Don't convert multibyte charactersGerd Moellmann2001-07-041-4/+2
* * xterm.c (cvt_pixel_dtor): Call x_free_dpy_colors with theGerd Moellmann2001-07-021-1/+1
* (x_list_fonts): Make sure XFreeFont is calledGerd Moellmann2001-07-021-1/+8
* Fix a typo in a comment.Eli Zaretskii2001-06-181-1/+1
* (clear_mouse_face): Reset dpyinfo->mouse_face_overlay asStefan Monnier2001-06-021-0/+1
* (note_mouse_highlight): If an overlapping overlayGerd Moellmann2001-05-301-5/+14
* (cursor_in_mouse_face_p): New function.Gerd Moellmann2001-05-281-2/+41
* (note_mouse_highlight): Avoid changing the mouseGerd Moellmann2001-05-141-0/+3
* (x_draw_glyphs): Fix compuation of rightmost x forGerd Moellmann2001-05-141-1/+1
* (clear_mouse_face): Return 1 if text with mouse face wasGerd Moellmann2001-05-111-15/+20
* (note_mouse_highlight): Don't change the mouse cursorGerd Moellmann2001-05-091-242/+248
* (XTread_socket) <Expose> [!USE_TOOLKIT_SCROLL_BARS]: FixEli Zaretskii2001-05-031-2/+4
* (expose_window): Return int. If W is the windowGerd Moellmann2001-05-021-60/+68
* (x_draw_stretch_glyph_string): Don't draw backgroundGerd Moellmann2001-05-021-1/+1
* (x_window_to_menu_bar) [USE_LUCID]: New function.Gerd Moellmann2001-04-301-0/+39
* (x_free_frame_resources) [USE_X_TOOLKIT]: SetGerd Moellmann2001-04-051-1/+4
* (x_use_underline_position_properties): New variable.Gerd Moellmann2001-04-031-1/+14
* (x_alloc_nearest_color_1): New function.Gerd Moellmann2001-04-021-23/+200
* (x_draw_relief_rect): Extend left shadow to theGerd Moellmann2001-03-281-2/+2
* (expose_window_tree, expose_frame): Don't computeGerd Moellmann2001-03-281-75/+33
* (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