| Commit message (Expand) | Author | Age | Files | Lines |
* | (x_load_font): Fix typo (`>' -> `='). | Kenichi Handa | 1999-05-04 | 1 | -1/+1 |
* | (x_list_fonts): Fix previous change. | Karl Heuer | 1999-04-26 | 1 | -0/+1 |
* | Trap X errors so that Emacs doesn't die | Kenichi Handa | 1999-04-13 | 1 | -4/+34 |
* | (dumpglyphs): Be sure to fill the whole background of | Kenichi Handa | 1999-04-05 | 1 | -1/+3 |
* | (XTread_socket) <ConfigureNotify>: | Karl Heuer | 1999-03-15 | 1 | -3/+11 |
* | (x_list_fonts): Trap X errors so that Emacs doesn't die | Kenichi Handa | 1999-03-15 | 1 | -0/+10 |
* | (x_load_font): For the height of font, if normarl ascent and | Kenichi Handa | 1999-01-30 | 1 | -1/+8 |
* | (x_new_fontset): For ASCII font, don't use the font name | Kenichi Handa | 1999-01-30 | 1 | -1/+1 |
* | (same_x_server): Detect treat ":0" and "unix:0" | Richard M. Stallman | 1999-01-24 | 1 | -0/+28 |
* | (dumpglyphs): Don't convert 7-bit ASCII characters via | Eli Zaretskii | 1998-12-21 | 1 | -2/+4 |
* | (XTread_socket): Fix previous change in case F == 0. | Karl Heuer | 1998-11-12 | 1 | -1/+2 |
* | (x_list_fonts): Don't change the value of maxnames. | Kenichi Handa | 1998-11-11 | 1 | -7/+3 |
* | (XTread_socket): ButtonPress clears f->mouse_moved. | Karl Heuer | 1998-11-05 | 1 | -0/+5 |
* | (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 |