| Commit message (Expand) | Author | Age | Files | Lines |
| * | (XTread_socket): Check the returned value of XmbLookupString more carefully. | Paul Eggert | 1998-10-29 | 1 | -0/+10 |
| * | Include frame.h before fontset.h. | Kenichi Handa | 1998-10-21 | 1 | -1/+1 |
| * | (x_load_font): If SIZE is 0, don't use a name x_list_font returns. | Kenichi Handa | 1998-09-01 | 1 | -1/+1 |
| * | (dumpglyphs): If Vnonascii_translation_table is non-nil, try | Kenichi Handa | 1998-08-31 | 1 | -2/+2 |
| * | (fixup_locale): New function. For now, it resets | Paul Eggert | 1998-08-27 | 1 | -3/+24 |
| * | (x_calc_absolute_position): Cast argument to XFree, in | Karl Heuer | 1998-08-26 | 1 | -1/+1 |
| * | (x_list_fonts): Work-around for the case XGetAtomName | Kenichi Handa | 1998-08-25 | 1 | -6/+15 |
| * | x_display_unibyte_char_with_fontset renamed to | Richard M. Stallman | 1998-08-15 | 1 | -2/+2 |
| * | (dumpglyphs): If x_display_unibyte_char_with_fontset is | Kenichi Handa | 1998-08-15 | 1 | -0/+8 |
| * | (x_term_init): Don't reset LC_TIME to "C", since we | Richard M. Stallman | 1998-08-08 | 1 | -2/+0 |
| * | (x_list_fonts): Fix previous change. | Richard M. Stallman | 1998-08-08 | 1 | -1/+3 |
| * | (x_list_fonts): Call XFreeFont after the new call to XLoadQueryFont. | Richard M. Stallman | 1998-08-05 | 1 | -9/+22 |
| * | (dumpglyphs): After calling ccl_driver, set cp->byte1 to | Kenichi Handa | 1998-07-19 | 1 | -2/+2 |
| * | (x_list_fonts): Fix prev change: cast result of alloca. | Richard M. Stallman | 1998-06-27 | 1 | -2/+2 |
| * | (x_list_fonts): Keep alloca usage simple. | Karl Heuer | 1998-06-20 | 1 | -1/+3 |
| * | (dumpglyphs): Check the case that FACE_FONT (face) is | Kenichi Handa | 1998-06-20 | 1 | -6/+8 |
| * | (x_list_fonts): If SIZE is zero and MAXNAMES is 1, use | Kenichi Handa | 1998-06-16 | 1 | -6/+39 |
| * | (XTread_socket): Accept Japanese XK keysyms. | Richard M. Stallman | 1998-06-09 | 1 | -0/+1 |
| * | (XTread_socket): Fix second argument of x_any_window_to_frame. | Richard M. Stallman | 1998-05-25 | 1 | -1/+1 |
| * | Include syssignal.h after lisp.h. | Andreas Schwab | 1998-05-04 | 1 | -4/+4 |
| * | (XTwrite_glyphs): Don't advance cursor X beyond limit. | Richard M. Stallman | 1998-05-02 | 1 | -5/+16 |
| * | (x_display_cursor): Use FRAME_CURSOR_X_LIMIT. | Richard M. Stallman | 1998-04-25 | 1 | -1/+1 |
| * | (x_find_ccl_program): New function. | Kenichi Handa | 1998-04-15 | 1 | -0/+42 |
| * | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -18/+44 |
| * | Use STRING_BYTES and SET_STRING_BYTES. | Richard M. Stallman | 1998-03-21 | 1 | -2/+2 |
| * | (XTframe_up_to_date): Check that mouse_face_mouse_frame | Richard M. Stallman | 1998-03-02 | 1 | -3/+6 |
| * | (x_load_font): Use string_byte. | Richard M. Stallman | 1998-01-09 | 1 | -2/+2 |
| * | (x_display_cursor): Abort if X or Y is out of range. | Richard M. Stallman | 1997-12-21 | 1 | -0/+4 |
| * | (x_make_frame_visible): Give dummy arg to | Kenichi Handa | 1997-11-27 | 1 | -1/+1 |
| * | (XTread_socket): Check for bogus (0,0) location. | Karl Heuer | 1997-10-25 | 1 | -0/+10 |
| * | (XTmouse_position): Handle INSIST < 0. | Karl Heuer | 1997-10-24 | 1 | -2/+2 |
| * | (x_list_fonts): Adjusted for the name change of | Kenichi Handa | 1997-08-22 | 1 | -1/+1 |
| * | (dumpglyphs): Pay attention to | Kenichi Handa | 1997-08-10 | 1 | -8/+23 |
| * | (x_list_fonts): Request at least 10 fonts by XListFonts. | Kenichi Handa | 1997-08-01 | 1 | -0/+4 |
| * | (x_list_fonts): Reject a font whose min_bounds.width is 0. | Richard M. Stallman | 1997-07-31 | 1 | -15/+28 |
| * | (x_new_font): Follow the change in x_set_scroll_bar_width and make the | Richard M. Stallman | 1997-07-28 | 1 | -1/+4 |
| * | (x_term_init) [! HAVE_X11R5]: Don't try to use XtCvtStringToFont. | Richard M. Stallman | 1997-07-28 | 1 | -0/+2 |
| * | (dumpglyphs): Check the dimension of FONT while | Richard M. Stallman | 1997-07-26 | 1 | -9/+28 |
| * | (XTread_socket) <ClientMessage>: | Richard M. Stallman | 1997-07-20 | 1 | -24/+56 |
| * | (x_draw_box): Use scratch_cursor_gc to draw the cursor | Richard M. Stallman | 1997-07-14 | 1 | -1/+16 |
| * | (dumpglyphs): Declare local variable first_ch as Lisp_Object, not int. | Richard M. Stallman | 1997-07-12 | 1 | -2/+3 |
| * | (x_load_font): Get value of fontp->height from | Richard M. Stallman | 1997-07-10 | 1 | -4/+4 |
| * | (x_term_init): Don't use initializer for null_bits. | Richard M. Stallman | 1997-07-10 | 1 | -1/+7 |
| * | (x_list_fonts): Initialize the variable LIST to Qnil. | Kenichi Handa | 1997-07-07 | 1 | -1/+1 |
| * | (x_make_frame_visible): Don't move the frame | Richard M. Stallman | 1997-07-05 | 1 | -1/+1 |
| * | (x_make_frame_visible): Check has_been_visible | Richard M. Stallman | 1997-07-02 | 1 | -2/+10 |
| * | (dumpglyphs): Use FS_LOAD_FONT. | Kenichi Handa | 1997-06-21 | 1 | -17/+41 |
| * | (x_list_fonts): fast_c_string_match_ignore_case renamed. | Richard M. Stallman | 1997-06-09 | 1 | -2/+2 |
| * | (dumpglyph): Shift baseline for such a font that is | Kenichi Handa | 1997-06-09 | 1 | -14/+32 |
| * | (process_expose_from_menu, XTread_socket): | Richard M. Stallman | 1997-05-31 | 1 | -1/+5 |