aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* (x_produce_glyphs): If a font for a component ofKenichi Handa2000-12-041-6/+6
* (x_calc_absolute_position): Don't subtract menubar'sGerd Moellmann2000-12-011-16/+24
* Test USE_TOOLKIT_SCROLL_BARS everywhere with #ifdef andGerd Moellmann2000-11-301-9/+9
* (x_estimate_mode_line_height): If `mode-line' faceGerd Moellmann2000-11-301-2/+6
* (XTmouse_position) [USE_X_TOOLKIT]: When the mouseGerd Moellmann2000-11-291-0/+9
* (note_mouse_highlight): Change the cursor shapeGerd Moellmann2000-11-281-2/+6
* (x_handle_tool_bar_click, note_tool_bar_highlight):Gerd Moellmann2000-11-221-12/+7
* (scroll_bar_windows, scroll_bar_windows_size): NewGerd Moellmann2000-11-201-5/+40
* (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)Gerd Moellmann2000-11-191-11/+13
* (x_alloc_lighter_color): Use real brightness calculation.Miles Bader2000-11-141-25/+9
* (x_alloc_lighter_color): Include an additive component too for darkMiles Bader2000-11-131-1/+59
* (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Map theGerd Moellmann2000-11-081-29/+29
* (VCENTER_BASELINE_OFFSET): Fix previous change. If theKenichi Handa2000-11-081-4/+5
* (x_alloc_nearest_color): Fix last change to compareGerd Moellmann2000-10-301-1/+3
* (x_alloc_nearest_color): If allocation succeeds, andGerd Moellmann2000-10-301-0/+17
* * lisp.h (KEYMAPP): New macro.Stefan Monnier2000-10-271-2/+2
* (x_draw_glyph_string): Treat XA_UNDERLINE_POSITION as aGerd Moellmann2000-10-271-12/+22
* (x_draw_glyph_string): Add a workaround so that fonts that specify aMiles Bader2000-10-271-1/+6
* (x_connection_closed): Reset handling_signal.Gerd Moellmann2000-10-231-0/+1
* (VCENTER_BASELINE_OFFSET): Bias the division by two, so that when a fontMiles Bader2000-10-231-1/+1
* (x_find_ccl_program): Check also fontp->full_name.Kenichi Handa2000-10-191-2/+4
* (x_color_cells, x_query_colors, x_query_color): NewGerd Moellmann2000-10-181-8/+83