summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (x_draw_box_rect): Fix the calculation of width and height forKenichi Handa2000-10-161-4/+4
* (x_produce_glyphs): Handle unibyte_display_via_language_environmentKenichi Handa2000-10-121-0/+14
* (x_make_frame_visible): Try harder to make the frameGerd Moellmann2000-09-281-0/+17
* (x_clear_mouse_face): Blick/unblock input.Gerd Moellmann2000-09-251-0/+2
* [SOLARIS2]: Remove redundant include of string.h.Dave Love2000-09-221-7/+0
* (x_display_and_set_cursor): Don't show a hollow boxGerd Moellmann2000-09-181-1/+3
* (x_draw_image_glyph_string): Remove a comment describingGerd Moellmann2000-09-181-8/+6
* (x_produce_glyphs): If the distance from the currentGerd Moellmann2000-09-141-0/+6
* (x_draw_glyphs): Handle case START and END are outGerd Moellmann2000-09-081-2/+4
* (x_alloc_lighter_color_for_widget): New function.Miles Bader2000-09-031-0/+21
* (XTread_socket): Change calls to gen_help_event.Gerd Moellmann2000-08-211-2/+3
* Include coding.h.Kenichi Handa2000-08-111-15/+80
* (x_draw_bar_cursor): If cursor is on an image, draw aGerd Moellmann2000-08-101-19/+28
* (note_mouse_highlight): Update call to overlays_at.Miles Bader2000-08-081-2/+2
* (x_draw_image_foreground): Avoid drawing outsideGerd Moellmann2000-08-071-2/+12
* (note_mouse_highlight): Process overlays in the rightGerd Moellmann2000-07-211-3/+4
* (note_mouse_highlight): If help-echo was found in anGerd Moellmann2000-07-211-3/+6
* Add some more prototypes.Gerd Moellmann2000-07-191-5/+12
* (help_echo_window): New variable.Gerd Moellmann2000-07-181-4/+11
* (help_echo_object, help_echo_pos): New variables.Gerd Moellmann2000-07-141-23/+55
* (construct_mouse_click, x_scroll_bar_to_input_event)Gerd Moellmann2000-07-131-28/+12
* (x_handle_tool_bar_click): Store the frame in theGerd Moellmann2000-07-131-4/+8
* (x_update_window_end): Add parameterGerd Moellmann2000-07-121-8/+49
* (x_update_window_begin): No need to turn off the mouseGerd Moellmann2000-07-111-2/+13
* (x_fill_stretch_glyph_string): Consume runs of stretchGerd Moellmann2000-07-101-13/+47
* (XTread_socket): Increment handling_signal at the start,Gerd Moellmann2000-07-051-0/+3
* * xterm.c (note_mode_line_highlight, note_mouse_highlight)Stefan Monnier2000-07-051-7/+7
* (x_append_glyph, x_append_composite_glyph)Gerd Moellmann2000-07-051-35/+34
* (xim_initialize) [!USE_XIM]: Don't set up theGerd Moellmann2000-06-261-0/+12
* Don't include sys/types.h unconditionally. Don't protect its inclusionDave Love2000-06-231-3/+1
* (x_frame_of_widget): Add `static' to declaration (for pcc).Dave Love2000-06-191-1/+1
* (XTread_socket) <KeyPress>: In case XmbLookupStringGerd Moellmann2000-06-191-1/+4
* fix up more Lisp_Object/int conversion issuesKen Raeburn2000-06-181-3/+6
* (x_check_font) [GLYPH_DEBUG]: Add prototype.Gerd Moellmann2000-06-131-0/+4
* (x_frame_of_widget): New function.Gerd Moellmann2000-06-121-23/+76
* * xterm.c (x_connection_closed): If dpyinfo is NULL, don't try toKen Raeburn2000-06-091-1/+2
* (XTread_socket) <FocusIn>: Queue a FOCUS_IN_EVENT whichGerd Moellmann2000-06-081-1/+14
* (x_produce_glyphs): Don't xassert `it->descent > 0';Gerd Moellmann2000-06-061-2/+3
* (x_calc_absolute_position): Declare nchildren unsigned.Dave Love2000-06-051-2/+5
* (x_set_mouse_face_gc): If first glyph isn't a characterGerd Moellmann2000-06-021-1/+4
* (x_produce_glyphs) <composite chars>: Handle caseGerd Moellmann2000-05-031-17/+42