1998-03-21 |
Richard M. Stallman |
Use STRING_BYTES and SET_STRING_BYTES.
|
1998-03-02 |
Richard M. Stallman |
(XTframe_up_to_date): Check that mouse_face_mouse_frame
|
1998-01-09 |
Richard M. Stallman |
(x_load_font): Use string_byte.
|
1997-12-21 |
Richard M. Stallman |
(x_display_cursor): Abort if X or Y is out of range.
|
1997-11-27 |
Kenichi Handa |
(x_make_frame_visible): Give dummy arg to
|
1997-10-25 |
Karl Heuer |
(XTread_socket): Check for bogus (0,0) location.
|
1997-10-24 |
Karl Heuer |
(XTmouse_position): Handle INSIST < 0.
|
1997-08-22 |
Kenichi Handa |
(x_list_fonts): Adjusted for the name change of
|
1997-08-10 |
Kenichi Handa |
(dumpglyphs): Pay attention to
|
1997-08-01 |
Kenichi Handa |
(x_list_fonts): Request at least 10 fonts by XListFonts.
|
1997-07-31 |
Richard M. Stallman |
(x_list_fonts): Reject a font whose min_bounds.width is 0.
|
1997-07-28 |
Richard M. Stallman |
(x_new_font): Follow the change in x_set_scroll_bar_width and make the
|
1997-07-28 |
Richard M. Stallman |
(x_term_init) [! HAVE_X11R5]: Don't try to use XtCvtStringToFont.
|
1997-07-26 |
Richard M. Stallman |
(dumpglyphs): Check the dimension of FONT while
|
1997-07-20 |
Richard M. Stallman |
(XTread_socket) <ClientMessage>:
|
1997-07-14 |
Richard M. Stallman |
(x_draw_box): Use scratch_cursor_gc to draw the cursor
|
1997-07-12 |
Richard M. Stallman |
(dumpglyphs): Declare local variable first_ch as Lisp_Object, not int.
|
1997-07-10 |
Richard M. Stallman |
(x_load_font): Get value of fontp->height from
|
1997-07-10 |
Richard M. Stallman |
(x_term_init): Don't use initializer for null_bits.
|
1997-07-07 |
Kenichi Handa |
(x_list_fonts): Initialize the variable LIST to Qnil.
|
1997-07-05 |
Richard M. Stallman |
(x_make_frame_visible): Don't move the frame
|
1997-07-02 |
Richard M. Stallman |
(x_make_frame_visible): Check has_been_visible
|
1997-06-21 |
Kenichi Handa |
(dumpglyphs): Use FS_LOAD_FONT.
|
1997-06-09 |
Richard M. Stallman |
(x_list_fonts): fast_c_string_match_ignore_case renamed.
|
1997-06-09 |
Kenichi Handa |
(dumpglyph): Shift baseline for such a font that is
|
1997-05-31 |
Richard M. Stallman |
(process_expose_from_menu, XTread_socket):
|
1997-05-31 |
Richard M. Stallman |
(x_load_font): Use macro FONT_ENCODING_NOT_DECIDED.
|
1997-05-28 |
Richard M. Stallman |
(XTread_socket) <ConfigureNotify>: Don't call
|
1997-05-27 |
Richard M. Stallman |
(XTread_socket) <UnmapNotify>: Don't make an inconify_event
|
1997-05-26 |
Richard M. Stallman |
(x_make_frame_visible): Call x_set_offset only after
|
1997-05-19 |
Kenichi Handa |
(x_load_font): Set 4 instead of -1 in fontp->encoding[1]
|
1997-05-16 |
Kenichi Handa |
(dumpglyphs): Draw glyphs one by one if the font for
|
1997-05-10 |
Kenichi Handa |
(dumpglyphs): Even if font (not fontset) is used,
|
1997-05-01 |
Richard M. Stallman |
(XTmouse_position, x_term_init):
|
1997-04-27 |
Richard M. Stallman |
Fix previous change.
|
1997-04-27 |
Richard M. Stallman |
(x_destroy_window): Free saved_menu_event, if any.
|
1997-04-20 |
Richard M. Stallman |
(x_set_offset): Turn off the code that added the border_width
|
1997-04-10 |
Karl Heuer |
(construct_menu_click, note_mouse_highlight, fast_find_position):
|
1997-04-07 |
Kenichi Handa |
(dumpglyphs): Clip and highlight glyphs displayed with
|
1997-03-22 |
Richard M. Stallman |
(XTread_socket): Accept XK_ISO_* keys.
|
1997-03-22 |
Richard M. Stallman |
(XTread_socket): Handle ISO_Left_Tab.
|
1997-03-19 |
Kenichi Handa |
(dumpglyphs): Set a clipping region when we draw glyphs
|
1997-03-18 |
Kenichi Handa |
(x_list_fonts): Comment about cached font list added.
|
1997-02-27 |
Kenichi Handa |
(dumpglyphs): Pay attention to characters registered in
|
1997-02-20 |
Karl Heuer |
Include charset.h, ccl.h, and fontset.h.
|
1997-01-20 |
Richard M. Stallman |
(dumpglyphs): Declare g as GLYPH.
|
1996-12-26 |
Richard M. Stallman |
(x_iconify_frame): Clear visible when we set iconified.
|
1996-10-31 |
Richard M. Stallman |
(cancel_mouse_face): New function. Code copied from
|
1996-10-30 |
Richard M. Stallman |
(XTread_socket, KeyPress case): Clear compose_status
|
1996-10-12 |
Richard M. Stallman |
(XTwrite_glyphs, XTclear_end_of_line, XTclear_frame)
|
1996-09-29 |
Richard M. Stallman |
(show_mouse_face): Undo 1996-08-30 change.
|
1996-09-27 |
Richard M. Stallman |
(XTflash): Don't flash in the internal borders.
|
1996-09-25 |
Richard M. Stallman |
(XTread_socket): Delete WAITP arg.
|
1996-09-23 |
Richard M. Stallman |
(x_scroll_bar_create, x_scroll_bar_move):
|
1996-09-21 |
Richard M. Stallman |
Pass frame arg in calls to VERTICAL_SCROLL_BAR_INSIDE_HEIGHT
|
1996-09-17 |
Karl Heuer |
Replaced symbol BSD with BSD_SYSTEM.
|
1996-09-16 |
Richard M. Stallman |
(note_mouse_highlight): Test last_overlay_modified field.
|
1996-09-13 |
Richard M. Stallman |
(x_connection_closed): Call XtCloseDisplay.
|
1996-09-04 |
Richard M. Stallman |
(note_mouse_highlight): Pass POS argument to fast_find_position as int.
|
1996-09-01 |
Richard M. Stallman |
(x_term_init): Initialize Xatom_FONT member.
|