aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* (expose_window_tree): Fix typo CANON_Y_UNIT toGerd Moellmann1999-08-241-1/+1
* Call change_frame_size and do_pending_window_change withGerd Moellmann1999-08-211-2/+6
* (XTset_vertical_scroll_bar): Fix previous change. ClearGerd Moellmann1999-08-191-1/+2
* (expose_area): If row extends face to end of line,Gerd Moellmann1999-08-171-23/+32
* (x_draw_glyph_string_box): Use the background widthGerd Moellmann1999-08-171-1/+1
* (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:Gerd Moellmann1999-08-151-33/+6
* (x_display_and_set_cursor): If cursor_in_echo_area,Gerd Moellmann1999-08-061-7/+19
* (x_draw_phys_cursor_glyph): Redraw overlaps.Gerd Moellmann1999-08-061-100/+224
* (x_set_window_size): When calling change_frame_size, specify 1 for DELAY.Richard M. Stallman1999-08-021-3/+6
* (x_set_toolkit_scroll_bar_thumb): Fix previous change.Gerd Moellmann1999-07-291-1/+7
* (x_set_toolkit_scroll_bar_thumb): Don't callGerd Moellmann1999-07-271-12/+32
* (x_find_ccl_program): Add casting.Kenichi Handa1999-07-271-1/+2
* (x_setup_relief_color): Don't try smart color allocationGerd Moellmann1999-07-271-10/+3
* (x_get_glyph_string_clip_rect): Take internal borderGerd Moellmann1999-07-261-8/+13
* (x_find_ccl_program): Get compiled CCL code by justKenichi Handa1999-07-261-24/+11
* Display-related functions implemented from scratch. Add toolkitGerd Moellmann1999-07-211-2090/+7276
* (x_display_bar_cursor): Use the cursor-colorRichard M. Stallman1999-07-101-1/+20
* (x_load_font): Fix typo (`>' -> `=').Kenichi Handa1999-05-041-1/+1
* (x_list_fonts): Fix previous change.Karl Heuer1999-04-261-0/+1
* Trap X errors so that Emacs doesn't dieKenichi Handa1999-04-131-4/+34
* (dumpglyphs): Be sure to fill the whole background ofKenichi Handa1999-04-051-1/+3
* (XTread_socket) <ConfigureNotify>:Karl Heuer1999-03-151-3/+11
* (x_list_fonts): Trap X errors so that Emacs doesn't dieKenichi Handa1999-03-151-0/+10
* (x_load_font): For the height of font, if normarl ascent andKenichi Handa1999-01-301-1/+8
* (x_new_fontset): For ASCII font, don't use the font nameKenichi Handa1999-01-301-1/+1
* (same_x_server): Detect treat ":0" and "unix:0"Richard M. Stallman1999-01-241-0/+28
* (dumpglyphs): Don't convert 7-bit ASCII characters viaEli Zaretskii1998-12-211-2/+4
* (XTread_socket): Fix previous change in case F == 0.Karl Heuer1998-11-121-1/+2
* (x_list_fonts): Don't change the value of maxnames.Kenichi Handa1998-11-111-7/+3