aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* (x_list_fonts): Don't change the value of maxnames.Kenichi Handa1998-11-111-7/+3
* (XTread_socket): ButtonPress clears f->mouse_moved.Karl Heuer1998-11-051-0/+5
* (XTread_socket): Check the returned value of XmbLookupString more carefully.Paul Eggert1998-10-291-0/+10
* Include frame.h before fontset.h.Kenichi Handa1998-10-211-1/+1
* (x_load_font): If SIZE is 0, don't use a name x_list_font returns.Kenichi Handa1998-09-011-1/+1
* (dumpglyphs): If Vnonascii_translation_table is non-nil, tryKenichi Handa1998-08-311-2/+2
* (fixup_locale): New function. For now, it resetsPaul Eggert1998-08-271-3/+24
* (x_calc_absolute_position): Cast argument to XFree, inKarl Heuer1998-08-261-1/+1
* (x_list_fonts): Work-around for the case XGetAtomNameKenichi Handa1998-08-251-6/+15
* x_display_unibyte_char_with_fontset renamed toRichard M. Stallman1998-08-151-2/+2
* (dumpglyphs): If x_display_unibyte_char_with_fontset isKenichi Handa1998-08-151-0/+8
* (x_term_init): Don't reset LC_TIME to "C", since weRichard M. Stallman1998-08-081-2/+0
* (x_list_fonts): Fix previous change.Richard M. Stallman1998-08-081-1/+3
* (x_list_fonts): Call XFreeFont after the new call to XLoadQueryFont.Richard M. Stallman1998-08-051-9/+22
* (dumpglyphs): After calling ccl_driver, set cp->byte1 toKenichi Handa1998-07-191-2/+2
* (x_list_fonts): Fix prev change: cast result of alloca.Richard M. Stallman1998-06-271-2/+2
* (x_list_fonts): Keep alloca usage simple.Karl Heuer1998-06-201-1/+3
* (dumpglyphs): Check the case that FACE_FONT (face) isKenichi Handa1998-06-201-6/+8
* (x_list_fonts): If SIZE is zero and MAXNAMES is 1, useKenichi Handa1998-06-161-6/+39
* (XTread_socket): Accept Japanese XK keysyms.Richard M. Stallman1998-06-091-0/+1
* (XTread_socket): Fix second argument of x_any_window_to_frame.Richard M. Stallman1998-05-251-1/+1
* Include syssignal.h after lisp.h.Andreas Schwab1998-05-041-4/+4
* (XTwrite_glyphs): Don't advance cursor X beyond limit.Richard M. Stallman1998-05-021-5/+16
* (x_display_cursor): Use FRAME_CURSOR_X_LIMIT.Richard M. Stallman1998-04-251-1/+1
* (x_find_ccl_program): New function.Kenichi Handa1998-04-151-0/+42
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-18/+44
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-2/+2
* (XTframe_up_to_date): Check that mouse_face_mouse_frameRichard M. Stallman1998-03-021-3/+6
* (x_load_font): Use string_byte.Richard M. Stallman1998-01-091-2/+2
* (x_display_cursor): Abort if X or Y is out of range.Richard M. Stallman1997-12-211-0/+4
* (x_make_frame_visible): Give dummy arg toKenichi Handa1997-11-271-1/+1
* (XTread_socket): Check for bogus (0,0) location.Karl Heuer1997-10-251-0/+10
* (XTmouse_position): Handle INSIST < 0.Karl Heuer1997-10-241-2/+2
* (x_list_fonts): Adjusted for the name change ofKenichi Handa1997-08-221-1/+1
* (dumpglyphs): Pay attention toKenichi Handa1997-08-101-8/+23
* (x_list_fonts): Request at least 10 fonts by XListFonts.Kenichi Handa1997-08-011-0/+4
* (x_list_fonts): Reject a font whose min_bounds.width is 0.Richard M. Stallman1997-07-311-15/+28
* (x_new_font): Follow the change in x_set_scroll_bar_width and make theRichard M. Stallman1997-07-281-1/+4
* (x_term_init) [! HAVE_X11R5]: Don't try to use XtCvtStringToFont.Richard M. Stallman1997-07-281-0/+2
* (dumpglyphs): Check the dimension of FONT whileRichard M. Stallman1997-07-261-9/+28
* (XTread_socket) <ClientMessage>:Richard M. Stallman1997-07-201-24/+56
* (x_draw_box): Use scratch_cursor_gc to draw the cursorRichard M. Stallman1997-07-141-1/+16
* (dumpglyphs): Declare local variable first_ch as Lisp_Object, not int.Richard M. Stallman1997-07-121-2/+3
* (x_load_font): Get value of fontp->height fromRichard M. Stallman1997-07-101-4/+4
* (x_term_init): Don't use initializer for null_bits.Richard M. Stallman1997-07-101-1/+7
* (x_list_fonts): Initialize the variable LIST to Qnil.Kenichi Handa1997-07-071-1/+1
* (x_make_frame_visible): Don't move the frameRichard M. Stallman1997-07-051-1/+1
* (x_make_frame_visible): Check has_been_visibleRichard M. Stallman1997-07-021-2/+10
* (dumpglyphs): Use FS_LOAD_FONT.Kenichi Handa1997-06-211-17/+41
* (x_list_fonts): fast_c_string_match_ignore_case renamed.Richard M. Stallman1997-06-091-2/+2