aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* (x_delete_display): Update next_noop_dpyinfo to ensureGerd Moellmann2000-01-301-0/+3
* (x_display_cursor): Set XIC pre-edit area only if windowGerd Moellmann2000-01-291-20/+245
* (toplevel): Include atimer.h.Gerd Moellmann2000-01-251-19/+46
* (x_make_frame_visible): Wait for frame becoming visibleGerd Moellmann1999-12-301-24/+20
* All codes adjusted for the change of struct glyph.Kenichi Handa1999-12-271-24/+24
* (XTread_socket): At the beginning of the loop, pass theGerd Moellmann1999-12-221-9/+10
* (BUILD_GLYPH_STRINGS): For pcc, remove continuation in arg list.Dave Love1999-12-151-2/+1
* (x_append_glyph): Setup members of struct glyph properlyKenichi Handa1999-12-151-395/+549
* (show_mouse_face): Don't use updated_area, use TEXT_AREA.Gerd Moellmann1999-12-141-1/+1
* (x_initialize): only setup xaw3d_* if they've been declared.Stefan Monnier1999-12-101-0/+2
* (#includes): Allow compilation with only Xaw.Stefan Monnier1999-12-101-71/+116
* (XTread_socket) <ClientMessage, Xatom_Scrollbar>:Gerd Moellmann1999-11-281-0/+2
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-42/+6
* (XTread_socket) <ClientMessage, WM_TAKE_FOCUS>:Gerd Moellmann1999-10-081-0/+14
* (XTread_socket) <MotionNotify>: Change #ifdefGerd Moellmann1999-09-231-2/+2
* (x_scroll_bar_handle_click): Compile only ifGerd Moellmann1999-09-141-23/+18