Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (xfont_encode_char): Use the macro FONT_INVALID_CODE. | Kenichi Handa | 2007-12-25 | 1 | -3/+3 |
| | |||||
* | (xfont_get_cache): Adjust the argument type. | Kenichi Handa | 2007-12-18 | 1 | -6/+5 |
| | |||||
* | (Qx): Deleted. | Kenichi Handa | 2007-12-04 | 1 | -3/+0 |
| | | | | (syms_of_xfont): Don't initialize Qx. | ||||
* | * xfont.c (x_font_charset_alist): Moved to font.c and renamed. | Kenichi Handa | 2007-12-01 | 1 | -86/+2 |
| | | | | | (xfont_registry_charsets): Likewise. Caller changed. (syms_of_xfont): Don't handle x_font_charset_alist. | ||||
* | (xfont_driver): Initialize ftfont_driver.type by 0. | Kenichi Handa | 2006-11-29 | 1 | -3/+3 |
| | | | | (xfont_list): Don't directly use Lisp_Object as an operand of &&. | ||||
* | *** empty log message *** | Kenichi Handa | 2006-11-24 | 1 | -0/+1 |
| | |||||
* | (xfont_match): Block and unblock input while callin Xlib. | Kenichi Handa | 2006-08-01 | 1 | -0/+2 |
| | |||||
* | (xfont_match): New function. | Kenichi Handa | 2006-08-01 | 1 | -4/+64 |
| | | | | | (xfont_driver): Set xfont_driver.match to xfont_match. (xfont_draw): Set font in GC if necessary. | ||||
* | (xfont_list): Don't try listing by :name property if the | Kenichi Handa | 2006-07-26 | 1 | -1/+2 |
| | | | | name is not for XLFD. | ||||
* | (xfont_query_font): Adjusted for the change of | Kenichi Handa | 2006-06-28 | 1 | -119/+114 |
| | | | | | | font_parse_xlfd. (xfont_list_pattern): New function. (xfont_list): Use xfont_list_pattern. | ||||
* | (xfont_parse_name): Delete this function. | Kenichi Handa | 2006-06-16 | 1 | -19/+0 |
| | |||||
* | (xfont_open, xfont_encode_char): Fix typo. | Kenichi Handa | 2006-06-14 | 1 | -3/+3 |
| | |||||
* | (xfont_list): If script is specified for a font, return | Kenichi Handa | 2006-06-09 | 1 | -0/+4 |
| | | | | | null_vector. (xfont_list_family): Declare argument type. | ||||
* | Add arch tagline | Miles Bader | 2006-06-07 | 1 | -0/+3 |
| | |||||
* | (xfont_encode_char): Fix calculation of char2b. | Kenichi Handa | 2006-06-07 | 1 | -2/+2 |
| | |||||
* | New file. | Kenichi Handa | 2006-06-06 | 1 | -0/+868 |