aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* Don't continue #define args for benefit of old cc.Dave Love1999-09-131-9/+7
* (XTcursor_to): Change for Lisp_Object selected_frame.Gerd Moellmann1999-09-131-18/+18
* Use XCAR and XCDR instead of explicit member references.Ken Raeburn1999-09-121-45/+45
* (XTread_socket): In XSetInputFocus, use RevertToParent,Richard M. Stallman1999-09-111-12/+17
* ChangeGerd Moellmann1999-09-051-13/+13
* Change spelling of `toolbar' to `tool_bar' or `tool-bar'.Gerd Moellmann1999-09-051-74/+74
* (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:Gerd Moellmann1999-09-051-1/+1
* (XTset_vertical_scroll_bar): Block input when clearingGerd Moellmann1999-09-031-7/+62
* (x_scroll_bar_create): Don't clear under scroll barGerd Moellmann1999-09-031-57/+57
* Remove unused bitmaps.Gerd Moellmann1999-08-301-44/+44