summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (dumpglyph): Shift baseline for such a font that isKenichi Handa1997-06-091-14/+32
* (process_expose_from_menu, XTread_socket):Richard M. Stallman1997-05-311-1/+5
* (x_load_font): Use macro FONT_ENCODING_NOT_DECIDED.Richard M. Stallman1997-05-311-8/+10
* (XTread_socket) <ConfigureNotify>: Don't callRichard M. Stallman1997-05-281-19/+16
* (XTread_socket) <UnmapNotify>: Don't make an inconify_eventRichard M. Stallman1997-05-271-17/+42
* (x_make_frame_visible): Call x_set_offset only afterRichard M. Stallman1997-05-261-66/+69
* (x_load_font): Set 4 instead of -1 in fontp->encoding[1]Kenichi Handa1997-05-191-7/+7
* (dumpglyphs): Draw glyphs one by one if the font forKenichi Handa1997-05-161-5/+5
* (dumpglyphs): Even if font (not fontset) is used,Kenichi Handa1997-05-101-14/+25
* (XTmouse_position, x_term_init):Richard M. Stallman1997-05-011-125/+159
* Fix previous change.Richard M. Stallman1997-04-271-2/+2
* (x_destroy_window): Free saved_menu_event, if any.Richard M. Stallman1997-04-271-0/+3
* (x_set_offset): Turn off the code that added the border_widthRichard M. Stallman1997-04-201-3/+6
* (construct_menu_click, note_mouse_highlight, fast_find_position):Karl Heuer1997-04-101-5/+6
* (dumpglyphs): Clip and highlight glyphs displayed withKenichi Handa1997-04-071-16/+16
* (XTread_socket): Accept XK_ISO_* keys.Richard M. Stallman1997-03-221-1/+1
* (XTread_socket): Handle ISO_Left_Tab.Richard M. Stallman1997-03-221-0/+3
* (dumpglyphs): Set a clipping region when we draw glyphsKenichi Handa1997-03-191-111/+183
* (x_list_fonts): Comment about cached font list added.Kenichi Handa1997-03-181-1/+6
* (dumpglyphs): Pay attention to characters registered inKenichi Handa1997-02-271-8/+30
* Include charset.h, ccl.h, and fontset.h.Karl Heuer1997-02-201-207/+733
* (dumpglyphs): Declare g as GLYPH.Richard M. Stallman1997-01-201-1/+1
* (x_iconify_frame): Clear visible when we set iconified.Richard M. Stallman1996-12-261-0/+5
* (cancel_mouse_face): New function. Code copied fromRichard M. Stallman1996-10-311-8/+20
* (XTread_socket, KeyPress case): Clear compose_statusRichard M. Stallman1996-10-301-0/+8
* (XTwrite_glyphs, XTclear_end_of_line, XTclear_frame)Richard M. Stallman1996-10-121-20/+18
* (show_mouse_face): Undo 1996-08-30 change.Richard M. Stallman1996-09-291-2/+12
* (XTflash): Don't flash in the internal borders.Richard M. Stallman1996-09-271-7/+60
* (XTread_socket): Delete WAITP arg.Richard M. Stallman1996-09-251-2/+1
* (x_scroll_bar_create, x_scroll_bar_move):Richard M. Stallman1996-09-231-16/+16
* Pass frame arg in calls to VERTICAL_SCROLL_BAR_INSIDE_HEIGHTRichard M. Stallman1996-09-211-16/+24
* Replaced symbol BSD with BSD_SYSTEM.Karl Heuer1996-09-171-2/+2
* (note_mouse_highlight): Test last_overlay_modified field.Richard M. Stallman1996-09-161-1/+2