aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (XTread_socket): Check Lisp types for Vx_keysym_tableDave Love2003-02-041-5/+6
* (x_encode_char): Call ccl_driver with the last arg Qnil.Kenichi Handa2003-01-311-1/+1
* (x_new_fontset): Fix previous change.Kenichi Handa2003-01-111-1/+0
* (x_new_fontset): Change the arg FONTSETNAME to LispKenichi Handa2003-01-101-14/+5
* (x_new_font): Optimize for the case that the font isKenichi Handa2003-01-071-5/+13
* (XTread_socket): Fix changes for defined keysyms. AddDave Love2002-10-311-72/+94
* (xaw_scroll_callback): Cast correctly.Dave Love2002-10-291-2/+1
* (XTread_socket): Only consider keysym>=32 for ASCII.Dave Love2002-10-281-3/+3
* (xaw_scroll_callback): Cast call_data.Dave Love2002-10-281-28/+42
* (Vx_keysym_table): New.Dave Love2002-10-271-15/+25
* (use_xim): Initialize.Dave Love2002-10-061-48/+64
* (x_new_fontset): If FONTSETNAME specifies the defaultKenichi Handa2002-09-271-2/+8
* (main): In the case of --unibyte, instead of aborting on findingKenichi Handa2002-08-191-3/+7
* (x_load_font): Initialize fontp->fontset to -1.Kenichi Handa2002-08-011-0/+1
* (x_produce_glyphs): Use ASCII_CHAR_P, notKenichi Handa2002-07-261-18/+117
* (note_mouse_movement): Fix call of window_from_coordinates.Dave Love2002-07-161-1/+1
* (XTread_socket): Add extra dead keysyms.Dave Love2002-07-031-1/+22
* (xlwmenu_window_p): Fix prototype for K&R.Dave Love2002-05-241-1/+1
* (XSetIMValues): Declare.Dave Love2002-05-171-1/+5
* Include "character.h".Kenichi Handa2002-03-011-64/+56
* (enter_timestamp): Put in #if 0 to prevent warning.Pavel Janík2002-02-231-0/+2
* (disable_mouse_highlight): Removed variable.Kim F. Storm2002-02-161-6/+16
* (x-autoselect-window): New variable.Pavel Janík2002-02-161-1/+29
* (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)Kai Großjohann2002-02-151-11/+88
* Fix typo.Pavel Janík2002-01-271-1/+1
* (x_erase_phys_cursor): Don't erase cursor if cursor rowKim F. Storm2002-01-161-0/+6
* (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of `dont_resize' onlyPavel Janík2002-01-161-4/+4
* (x_check_fullscreen, x_check_fullscreen_move)Eli Zaretskii2002-01-131-0/+125
* (x_load_font): Never set fonts_changed_p to zero.Andreas Schwab2002-01-131-2/+2
* Fix typos.Pavel Janík2002-01-121-2/+2
* (x_setup_relief_colors): Don't compute an image'sGerd Moellmann2001-12-281-0/+1
* (notice_overwritten_cursor): Don't depend onGerd Moellmann2001-12-281-15/+24
* Doc fix.Pavel Janík2001-12-201-1/+1
* (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all theEli Zaretskii2001-12-061-7/+26
* (x_draw_image_relief): Use predefined macro instead of constant when thePavel Janík2001-12-021-1/+1
* Fix typos.Pavel Janík2001-12-021-2/+2
* (x_draw_fringe_bitmap): Always undo clipping.Gerd Moellmann2001-12-011-11/+12
* (zv_height, zv_bits, zv_period): Changed zv bitmap toKim F. Storm2001-12-011-127/+214
* (x_draw_glyphs): Don't call notice_overwritten_cursor ifGerd Moellmann2001-11-281-2/+7
* Fix typo in comment.Pavel Janík2001-11-241-1/+1
* (note_mouse_highlight): Fix type of variable `ignore'.Andreas Schwab2001-11-171-1/+1
* (notice_overwritten_cursor): Take care of end < 0 case.Jason Rumney2001-11-171-1/+1
* (waiting_for_input): Remove unnecessary prototype.Pavel Janík2001-11-161-2/+0
* Fringe cleanup.Kim F. Storm2001-11-161-60/+60
* (x_draw_image_relief): Accept zero tool_bar_button_relief.Gerd Moellmann2001-11-151-1/+1
* (x_draw_bar_cursor): If the background color of theGerd Moellmann2001-11-151-16/+19
* Undo unintended change in #if 0 code.Richard M. Stallman2001-11-121-2/+1
* (XTread_socket): Don't update focus for EnterNotify orRichard M. Stallman2001-11-121-3/+8
* (x_display_and_set_cursor): Use buffer-localRichard M. Stallman2001-11-051-4/+6
* (x_scroll_bar_create): Check for width and height > 0.Gerd Moellmann2001-11-011-5/+6