| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | (font_put_extra): If VAL is nil, delete the slot for PROP | Kenichi Handa | 2009-04-09 | 1 | -1/+12 | |
| | | | | | | from the list of extra properties. (font_clear_prop): Be sure to delete `:name' font property. | |||||
| * | (find_font_encoding): Return Qnil for unsupported encoding. | Kenichi Handa | 2009-03-24 | 1 | -2/+1 | |
| | | ||||||
| * | (font_open_by_spec): New function. | Kenichi Handa | 2009-03-11 | 1 | -9/+23 | |
| | | | | | (font_open_by_name): Use font_open_by_spec. | |||||
| * | (font_select_entity): New function. | Kenichi Handa | 2009-03-05 | 1 | -63/+75 | |
| | | | | | (font_find_for_lface): Use font_select_entity to select a font. | |||||
| * | (font_style_to_value): Set value for unknown symbols to | Chong Yidong | 2009-02-27 | 1 | -5/+5 | |
| | | | | | | | 100 instead of 255. (weight_table, slant_table, width_table): Treat "unspecified" as the default value. | |||||
| * | (Qfont_spec, Qfont_entity, Qfont_object): Definitions | Chong Yidong | 2009-02-21 | 1 | -6/+0 | |
| | | | | | moved to data.c. | |||||
| * | (Ffont_spec): Fix typo. | Kenichi Handa | 2009-02-18 | 1 | -1/+1 | |
| | | ||||||
| * | (font_check_otf_features): Fix handling of `nil' element. | Kenichi Handa | 2009-02-18 | 1 | -3/+30 | |
| | | | | | (Ffont_spec): Describe :lang and :otf in the docstring. | |||||
| * | Remove spurious semicolons. | Juanma Barranquero | 2009-02-11 | 1 | -1/+1 | |
| | | ||||||
| * | (Ffont_spec): Docstring modified. | Kenichi Handa | 2009-02-05 | 1 | -1/+2 | |
| | | ||||||
| * | (font_parse_xlfd): Handle patterns of length < 2. | Chong Yidong | 2009-01-24 | 1 | -2/+2 | |
| | | ||||||
| * | (font_spec_from_name): Return Qnil if font name could not be parsed. | Chong Yidong | 2009-01-19 | 1 | -5/+11 | |
| | | | | | (font_parse_name): Treat a `?' character as part of an XLFD. | |||||
| * | (Ffont_variation_glyphs): Silence compiler. | Glenn Morris | 2009-01-16 | 1 | -1/+3 | |
| | | ||||||
| * | (font_clear_prop): If clearing the family, clear the font width index | Chong Yidong | 2009-01-13 | 1 | -1/+7 | |
| | | | | | too. | |||||
| * | (Ffont_family_list): Return a list of strings, not symbols. | Chong Yidong | 2009-01-09 | 1 | -10/+5 | |
| | | ||||||
| * | (font_open_for_lface): Handle unspecified height attribute. | Chong Yidong | 2009-01-08 | 1 | -1/+12 | |
| | | ||||||
| * | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -2/+2 | |
| | | ||||||
| * | (font_range): Don't require a font for a variation | Kenichi Handa | 2008-12-30 | 1 | -0/+44 | |
| | | | | | | | selector. (Ffont_variation_glyphs): New function. (syms_of_font): Defsubr it. | |||||
| * | (font_intern_prop): Validate str as multibyte. | Kenichi Handa | 2008-12-30 | 1 | -3/+15 | |
| | | ||||||
| * | (font_open_entity): Fix previous change. | Kenichi Handa | 2008-12-16 | 1 | -3/+5 | |
| | | ||||||
| * | (font_update_drivers): Fix mistake in reconstructing the driver list. | Chong Yidong | 2008-12-16 | 1 | -8/+8 | |
| | | | | | (font_clear_cache): Fix format of font cache data. | |||||
| * | (free_font_driver_list): Implement missing function. | Chong Yidong | 2008-12-13 | 1 | -0/+14 | |
| | | ||||||
| * | (font_rescale_ratio): Moved from xfaces.c. Argument | Kenichi Handa | 2008-12-13 | 1 | -2/+41 | |
| | | | | | | | type changed. Handle a font-spec too. (font_score): Check Vface_font_rescale_alist. (font_open_entity): Likewise. | |||||
| * | * font.c (Ffont_spec): Move usage to end of docstring. | Juanma Barranquero | 2008-12-10 | 1 | -7/+7 | |
| | | ||||||
| * | (font_at): Set `multibyte' at first. | Kenichi Handa | 2008-12-03 | 1 | -1/+3 | |
| | | ||||||
| * | Handle fonts with corrupted size specs, i.e. non-int and non-float. | Chong Yidong | 2008-12-03 | 1 | -2/+5 | |
| | | ||||||
| * | (Fopen_font): Compute pixel size correctly. | Chong Yidong | 2008-12-03 | 1 | -1/+1 | |
| | | ||||||
| * | (font_unparse_fcname): Fix use of uninitialized variable. | Andreas Schwab | 2008-12-02 | 1 | -2/+1 | |
| | | ||||||
| * | (register_font_driver): Use xmalloc. | Andreas Schwab | 2008-12-01 | 1 | -4/+2 | |
| | | | | | (font_put_frame_data): Likewise. | |||||
| * | (font_match_p): Fix previous change. | Kenichi Handa | 2008-10-23 | 1 | -1/+1 | |
| | | ||||||
| * | (font_match_p): Fix for the case that a vector of | Kenichi Handa | 2008-10-23 | 1 | -7/+43 | |
| | | | | | characters is in script-representative-chars. | |||||
| * | (font_add_log): Check the values of extra properties. | Kenichi Handa | 2008-10-23 | 1 | -3/+6 | |
| | | ||||||
| * | (font_clear_prop): When clearing font width, clear the average width | Chong Yidong | 2008-10-14 | 1 | -1/+5 | |
| | | | | | field too. | |||||
| * | Don't include <m17n-flt.h>. | Andreas Schwab | 2008-10-12 | 1 | -3/+0 | |
| | | ||||||
| * | (font_delete_unmatched): Fix previous change. Don't | Kenichi Handa | 2008-10-09 | 1 | -0/+2 | |
| | | | | | reject an entity if DPI and AVGWIDTH of an entity are 0. | |||||
| * | * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal ↵ | Adrian Robert | 2008-10-01 | 1 | -4/+2 | |
| | | | | | styles. (nsfont_open): Reenable the cache. | |||||
| * | (font_matching_entity): Reflect ATTRS in font selection. | Kenichi Handa | 2008-10-01 | 1 | -6/+18 | |
| | | | | | (font_find_for_lface) [HAVE_NS]: Don't ignore case. | |||||
| * | (Ffont_shape_gstring): Make glyphs of non-nil adjustment | Kenichi Handa | 2008-09-10 | 1 | -8/+27 | |
| | | | | | compose a grapheme cluster with the preceding base glyph. | |||||
| * | (font_fill_lglyph_metrics): Use EMACS_INT in LGLYPH_SET_CODE to avoid | Eli Zaretskii | 2008-08-29 | 1 | -2/+5 | |
| | | | | | compiler warnings. | |||||
| * | (QCf): New variable. | Kenichi Handa | 2008-08-29 | 1 | -309/+129 | |
| | | | | | | | | | | | | | | (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH. (font_prepare_composition): Delete this function. (font_range): Type and arguments changed. (Ffont_make_gstring, Ffont_fill_gstring): Delete them. (font_fill_lglyph_metrics): New function. (Ffont_shape_text): Renamed to Ffont_shape_gstring and arguments changed. (syms_of_font): DEFSYM QCf. Delete defsubr for Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text. Defsubr Sfont_shape_gstring. | |||||
| * | (Vfont_log_deferred): New variable. | Kenichi Handa | 2008-08-19 | 1 | -0/+35 | |
| | | | | | | (font_add_log): Check Vfont_log_deferred. (font_deferred_log): New funciton. | |||||
| * | (font_add_log): Add the font properties :script, :lang, | Kenichi Handa | 2008-08-18 | 1 | -1/+22 | |
| | | | | | and :otf in the log. | |||||
| * | Remove support for Mac Carbon. | Dan Nicolaescu | 2008-07-27 | 1 | -7/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mactoolbox.c: * macterm.h: * macterm.c: * macselect.c: * macmenu.c: * macgui.h: * macfns.c: * mac.c: Remove file. * s/darwin.h: * m/intel386.h: * xfaces.c: * xdisp.c: * window.c: * tparam.c: * termhooks.h: * termcap.c: * term.c: * syssignal.h: * sysselect.h: * sysdep.c: * process.c: * lread.c: * lisp.h: * keyboard.c: * image.c: * fringe.c: * frame.h: * frame.c: * fontset.c: * font.h: * font.c: * fns.c: * fileio.c: * emacs.c: * dispnew.c: * dispextern.h: * config.in: * atimer.c: * Makefile.in: Remove code for Carbon * erc.el: Remove code for Carbon. Remove support for Mac Carbon. * term/mac-win.el: Remove file * international/mule-cmds.el: * version.el: * startup.el: * simple.el: * mwheel.el: * mouse.el: * loadup.el: * isearch.el: * info.el: * frame.el: * faces.el: * disp-table.el: * cus-start.el: * cus-face.el: * cus-edit.el: * Makefile.in: Remove code for Carbon. Remove support for Mac Carbon. * makefile.w32-in: * emacsclient.c: Remove code for Carbon. * PROBLEMS: * MACHINES: Remove mentions of Mac Carbon. * ns-emacs.texi: * faq.texi: Remove mentions of Mac Carbon. * os.texi: * frames.texi: * display.texi: Remove mentions of Mac Carbon. * xresources.texi: Remove mentions of Mac Carbon. * make-tarball.txt: * admin.el: * FOR-RELEASE: * CPP-DEFINES: Remove mentions of Mac Carbon. Remove support for Mac Carbon. * mac: Remove directory. * make-dist: * configure.in: * README: * Makefile.in: * INSTALL: Remove code for Carbon. * configure: Regenerate. | |||||
| * | restore ability under NS to change font size from font panel (lost during ↵ | Adrian Robert | 2008-07-20 | 1 | -0/+15 | |
| | | | | | some recent font backend refactoring) | |||||
| * | merging Emacs.app (NeXTstep port) | Adrian Robert | 2008-07-15 | 1 | -1/+15 | |
| | | ||||||
| * | * fontset.c (fontset_get_font_group): | Stefan Monnier | 2008-07-09 | 1 | -1/+1 | |
| | | | | | * font.c (font_check_otf): Specify argument types. | |||||
| * | (font_open_entity): Cancel the previous change. | Kenichi Handa | 2008-07-09 | 1 | -6/+0 | |
| | | ||||||
| * | (font_make_object): New arg entity and pixelsize. | Kenichi Handa | 2008-07-09 | 1 | -22/+165 | |
| | | | | | | | | (font_check_otf_features, font_check_otf): New functions. (font_match_p): Check :lang, :script, and :otf properties. (font_open_entity): Set the member vertical_centering of struct font. | |||||
| * | (font_parse_fcname): Remove unused variables. | Kenichi Handa | 2008-06-25 | 1 | -26/+20 | |
| | | | | | | | (font_sort_entites): Delete the arg SPEC. Caller changed. Fix for the case of ! best_only. (font_delete_unmatched): Check DPI and AVGWIDTH too. | |||||
| * | (Ffont_face_attributes): Multiply pixel size before point | Jason Rumney | 2008-06-24 | 1 | -1/+1 | |
| | | | | | conversion to avoid multiplying rounding error. | |||||