| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (compute_metrics): Rewrite an "else { if () ... else ... }" | Juanma Barranquero | 2008-05-27 | 2 | -16/+19 |
| | | | | | into "else if () ... else ...". | ||||
| * | (w32font_open_internal): Determine if glyph indices are likely to work here. | Jason Rumney | 2008-05-27 | 2 | -3/+13 |
| | | |||||
| * | (draw_glyphs): If mouse-highlighting is on, attempt to draw overlap | Chong Yidong | 2008-05-27 | 1 | -19/+73 |
| | | | | | glyphs with appropriate highlighting. | ||||
| * | * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to | Chong Yidong | 2008-05-27 | 1 | -0/+5 |
| | | | | | draw overlap glyphs with appropriate highlighting. | ||||
| * | (xfont_open): Fix calculation of font->average_width. | Kenichi Handa | 2008-05-27 | 2 | -1/+11 |
| | | |||||
| * | (casify_object): Try to guess better whether the argument is a byte or a char. | Stefan Monnier | 2008-05-27 | 2 | -15/+23 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2008-05-26 | 1 | -0/+3 |
| | | |||||
| * | (w32_weight_table): Remove unused variable. | Jason Rumney | 2008-05-26 | 1 | -16/+1 |
| | | | | | | (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for backwards compatibility. | ||||
| * | (x_reply_selection_request): Properly handle format == | Andreas Schwab | 2008-05-26 | 2 | -5/+11 |
| | | | | | 32. Always send multiples of format size. | ||||
| * | (x_set_frame_alpha): Fix type mismatch. | Andreas Schwab | 2008-05-26 | 2 | -6/+10 |
| | | |||||
| * | (w32font_text_extents): Zero whole metrics struct first. | Jason Rumney | 2008-05-26 | 2 | -1/+3 |
| | | | | | (compute_metrics): Don't set failure if we just cleared the cache. | ||||
| * | (w32font_text_extents): Zero whole metrics struct first. | Jason Rumney | 2008-05-26 | 2 | -2/+5 |
| | | |||||
| * | (x_draw_glyph_string): Fix calculation of underline | Kenichi Handa | 2008-05-25 | 3 | -4/+32 |
| | | | | | position. | ||||
| * | *** empty log message *** | Kenichi Handa | 2008-05-25 | 1 | -47/+0 |
| | | |||||
| * | (xftfont_open): Delete unused variable. If | Kenichi Handa | 2008-05-25 | 1 | -1/+3 |
| | | | | | underline_thickness is not 1, adjust underline_position. | ||||
| * | (ftxfont_open): Delete unused variable. | Kenichi Handa | 2008-05-25 | 1 | -1/+0 |
| | | |||||
| * | (face_for_char): Optimize for the case of no charset property. | Kenichi Handa | 2008-05-25 | 1 | -0/+11 |
| | | |||||
| * | (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE) | Kenichi Handa | 2008-05-25 | 1 | -4/+11 |
| | | | | | | | | | | (check_gstring, check_otf_features, otf_list, otf_tag_symbol) (otf_open, font_otf_capability, generate_otf_features) (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor): Commented out by surrounding "#if 0" and "#endif" for the moment. (Ffont_drive_otf, Ffont_otf_alternates): Likewise. (syms_of_font): Codes for accessing above commented out. | ||||
| * | Include dispextern.h. | Eli Zaretskii | 2008-05-24 | 3 | -0/+8 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2008-05-24 | 1 | -5/+6 |
| | | |||||
| * | (Qemacs, charset_emacs): New variables. | Kenichi Handa | 2008-05-23 | 2 | -3/+15 |
| | | | | | | (char_charset): Fix for non-Unicode characters. (syms_of_charset): Define charset_emacs. | ||||
| * | Fix typos. | Juanma Barranquero | 2008-05-23 | 1 | -4/+4 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2008-05-23 | 2 | -27/+31 |
| | | |||||
| * | (Fencode_char, Fsplit_char): Doc fixes. | Juanma Barranquero | 2008-05-23 | 1 | -7/+7 |
| | | | | | | (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset): Fix typos in docstrings. | ||||
| * | Remove includes that are already included by config.h | Jason Rumney | 2008-05-23 | 2 | -11/+4 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2008-05-23 | 1 | -2/+3 |
| | | |||||
| * | (x_draw_glyph_string): Be sure to draw underline within the current | Kenichi Handa | 2008-05-23 | 1 | -0/+6 |
| | | | | | line area. | ||||
| * | (x_draw_glyph_string): Be sure to draw underline within the current | Kenichi Handa | 2008-05-23 | 2 | -1/+8 |
| | | | | | line area. | ||||
| * | *** empty log message *** | Kenichi Handa | 2008-05-23 | 1 | -0/+6 |
| | | |||||
| * | (x_draw_glyph_string): Be sure to update | Kenichi Handa | 2008-05-23 | 2 | -4/+4 |
| | | | | | s->underline_thickness and s->underline_position. | ||||
| * | Spelling fix. | Glenn Morris | 2008-05-23 | 3 | -8/+8 |
| | | |||||
| * | Delete unused variables and add casting for char * | Kenichi Handa | 2008-05-23 | 2 | -31/+41 |
| | | | | | | | throughout the file. (fontset_font): Try the fallback fonts of the current fontset before consulting the default fontset. | ||||
| * | (ftfont_spec_pattern): Free charset if necessary. | Kenichi Handa | 2008-05-23 | 1 | -0/+1 |
| | | |||||
| * | (xfont_list_pattern): Free names returned from XListFonts. | Kenichi Handa | 2008-05-23 | 1 | -0/+1 |
| | | |||||
| * | Don't include strings.h. | Jason Rumney | 2008-05-22 | 2 | -1/+2 |
| | | |||||
| * | * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp. | Jason Rumney | 2008-05-22 | 16 | -66/+73 |
| | | | | | | | * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c: * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c: * xfns.c, xfont.c: Callers changed. | ||||
| * | (msdos_stdcolor_idx): Use xstricmp. | Jason Rumney | 2008-05-22 | 2 | -1/+11 |
| | | |||||
| * | (font_style_to_value, font_score): Use xstricmp. | Jason Rumney | 2008-05-22 | 1 | -4/+4 |
| | | |||||
| * | (fs_query_fontset): Use xstricmp. | Jason Rumney | 2008-05-22 | 1 | -1/+1 |
| | | |||||
| * | (xfont_list_pattern, compare_font_names): Use xstricmp. | Jason Rumney | 2008-05-22 | 1 | -2/+2 |
| | | |||||
| * | (BASE_PURESIZE): Increaed to 1220000. | Kenichi Handa | 2008-05-22 | 2 | -1/+3 |
| | | |||||
| * | (font_prop_validate_style): Adjusted for the format | Kenichi Handa | 2008-05-22 | 2 | -9/+15 |
| | | | | | change of font_style_table. | ||||
| * | *** empty log message *** | Kenichi Handa | 2008-05-22 | 2 | -1/+9 |
| | | |||||
| * | (x_update_menu_appearance): Call Ffont_xlfd_name with | Kenichi Handa | 2008-05-22 | 1 | -1/+1 |
| | | | | | two args. | ||||
| * | * minibuf.c (keys_of_minibuf): Delete. | Stefan Monnier | 2008-05-22 | 4 | -53/+20 |
| | | | | | | * lisp.h (keys_of_minibuf): Delete. * emacs.c (main): Don't call keys_of_minibuf. | ||||
| * | (ftfont_resolve_generic_family): Renamed from | Kenichi Handa | 2008-05-22 | 2 | -101/+137 |
| | | | | | | | | | | ftfont_list_generic_family. Return a single family for each generic family. (ftfont_spec_pattern): Add FC_FAMILY to pattern. (ftfont_list): Adjusted for the change of ftfont_resolve_generic_family. Call font_add_log. (ftfont_match): Call font_add_log. | ||||
| * | (Ffont_xlfd_name): EXFUN adjusted. | Kenichi Handa | 2008-05-22 | 1 | -1/+13 |
| | | | | | | | (FONT_DEBUG): Define it. (font_add_log): Extern it. (font_assert): Renamed from xassert. | ||||
| * | (xfont_get_pcm): Change xassert to font_assert. | Kenichi Handa | 2008-05-22 | 1 | -16/+5 |
| | | | | | | | (xfont_list_family): Call font_add_log. (xfont_match): Likewise. (memq_no_quit): Deleted. | ||||
| * | (fontset_from_font, Ffontset_info): Add the 2nd arg in | Kenichi Handa | 2008-05-22 | 1 | -2/+2 |
| | | | | | call of Ffont_xlfd_name. | ||||
| * | *** empty log message *** | Kenichi Handa | 2008-05-22 | 2 | -70/+1 |
| | | |||||