aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (x_produce_image_glyph, x_draw_image_foreground)Gerd Moellmann2000-05-021-4/+4
* (x_produce_glyphs): Remove reference to struct it'sGerd Moellmann2000-04-241-3/+3
* (x_produce_glyphs) <ASCII chars>: Take into accountGerd Moellmann2000-04-181-3/+2
* (x_produce_glyphs): When displaying unibyte textGerd Moellmann2000-03-311-3/+14
* * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):Ken Raeburn2000-03-301-1/+2
* (x_copy_color): New function.Gerd Moellmann2000-03-271-0/+28
* (x_display_and_set_cursor): Choose cursor dependingGerd Moellmann2000-03-261-6/+19
* (x_term_init): Unblock input around call1.Gerd Moellmann2000-03-241-0/+2
* (fast_find_position): Make sure not to consider rowsGerd Moellmann2000-03-231-0/+3
* Include fontset.h after dispextern.h.Kenichi Handa2000-03-211-194/+124
* (x_update_window_cursor): Don't update in framesGerd Moellmann2000-03-171-4/+9
* (xim_close_dpy, xim_initialize): Use X11R6-style XIMGerd Moellmann2000-03-141-8/+8
* *** empty log message ***Gerd Moellmann2000-03-141-0/+14
* (x_connection_closed) [USE_X_TOOLKIT]: Don't try toGerd Moellmann2000-03-071-0/+2
* (x_term_init): Create a colormap if not using theGerd Moellmann2000-03-051-14/+18
* (x_term_init): Set Colormap member of x_display_infoGerd Moellmann2000-03-041-1/+17
* (PER_CHAR_METRIC): Removed.Gerd Moellmann2000-03-031-29/+83
* (note_mouse_highlight): Return quickly if frame'sGerd Moellmann2000-03-021-1/+2
* (x_alloc_lighter_color, x_setup_relief_color): UseGerd Moellmann2000-03-021-14/+2
* (XTread_socket): Remove busy-cursor code.Gerd Moellmann2000-02-251-23/+0
* (x_display_and_set_cursor): Display cursor ofGerd Moellmann2000-02-241-1/+3
* * xterm.c (x_display_and_set_cursor): Set pre-edit area.Gerd Moellmann2000-02-051-11/+20
* (xim_open_dpy): Remove unused local variable.Gerd Moellmann2000-01-311-1/+0