| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c. | Jason Rumney | 2008-04-03 | 1 | -0/+1 | |
| | | ||||||
| * | (smerge-auto-combine-max-separation): New var. | Stefan Monnier | 2008-02-13 | 1 | -5/+5 | |
| | | | | | (smerge-auto-combine): New fun. | |||||
| * | Update copyright years. | Glenn Morris | 2008-02-06 | 1 | -2/+2 | |
| | | ||||||
| * | (enum lgstring_indices, enum lglyph_indices): New enums. | Stefan Monnier | 2008-02-06 | 1 | -36/+52 | |
| | | | | | (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros. | |||||
| * | (FONTP): Make it return 1 also for a font-object. | Kenichi Handa | 2008-01-28 | 1 | -2/+4 | |
| | | ||||||
| * | (struct font_driver): Docstring of member `shape' is improved. | Kenichi Handa | 2007-12-27 | 1 | -1/+12 | |
| | | ||||||
| * | (LGLYPH_SIZE): New macro. | Kenichi Handa | 2007-12-25 | 1 | -0/+2 | |
| | | ||||||
| * | (font_property_index): Doc change | Jason Rumney | 2007-12-19 | 1 | -2/+3 | |
| | | ||||||
| * | (struct font_driver): Change argument type of get_cache. | Kenichi Handa | 2007-12-18 | 1 | -2/+2 | |
| | | ||||||
| * | (FONT_ENTITY_NOT_LOADABLE) | Kenichi Handa | 2007-12-01 | 1 | -38/+57 | |
| | | | | | | | | | | | | (FONT_ENTITY_SET_NOT_LOADABLE): New macros. (LGSTRING_XXXX, LGLYPH_XXX): Adjusted for the change of lispy gstring. (struct font_driver): New member shape. (font_registry_charsets): Extern. it. (font_find_for_lface): Prototype adjusted. (font_prepare_composition): Likewise. (font_otf_capability, font_drive_otf): Delete their externs. | |||||
| * | (struct font_bitmap): New member bits_per_pixel. | Kenichi Handa | 2007-11-19 | 1 | -1/+41 | |
| | | | | | | | (struct font_driver): New members start_for_frame and end_for_frame. (struct font_data_list): New struct. (font_put_frame_data, font_get_frame_data): Extern them. | |||||
| * | (struct font_driver): Docstring of text_extents improved. | Kenichi Handa | 2007-09-16 | 1 | -3/+3 | |
| | | ||||||
| * | * font.h (font_put_extra): Moved declaration from font.c. | Jason Rumney | 2007-05-31 | 1 | -0/+2 | |
| | | ||||||
| * | Fix typo in comment | Jason Rumney | 2007-05-31 | 1 | -1/+1 | |
| | | ||||||
| * | (font_open_for_lface): Adjust prototype. | Kenichi Handa | 2007-04-25 | 1 | -3/+3 | |
| | | | | | | | | (struct font_driver): Delete members otf_gsub and otf_gpos, add member otf_drive. (font_otf_gsub, font_otf_gpos): Delete externs. (font_drive_otf): Extern it. | |||||
| * | *** empty log message *** | Kenichi Handa | 2007-04-25 | 1 | -36/+11 | |
| | | ||||||
| * | (Ffont_xlfd_name): EXFUN it. | Kenichi Handa | 2006-11-29 | 1 | -0/+1 | |
| | | ||||||
| * | (struct font): New memeber format. | Kenichi Handa | 2006-11-24 | 1 | -0/+3 | |
| | | ||||||
| * | (Qunicode_sip): Extern it. | Kenichi Handa | 2006-10-17 | 1 | -1/+1 | |
| | | ||||||
| * | (struct font_driver): New member `match'. | Kenichi Handa | 2006-08-01 | 1 | -5/+9 | |
| | | | | | (font_update_drivers): Prototype adjusted. | |||||
| * | (struct font): New member scalable. | Kenichi Handa | 2006-07-28 | 1 | -2/+6 | |
| | | | | | | (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub. (font_otf_gsub): Prototype adjusted. | |||||
| * | *** empty log message *** | Kenichi Handa | 2006-07-26 | 1 | -0/+5 | |
| | | ||||||
| * | (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM) | Kenichi Handa | 2006-07-24 | 1 | -6/+12 | |
| | | | | | | | | (LGLYPH_SET_TO): New macros. (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment element of G is vector or not. (font_at): Extern it. | |||||
| * | (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST) | Kenichi Handa | 2006-07-14 | 1 | -8/+11 | |
| | | | | | | (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format. (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros. | |||||
| * | (font_close_object, font_merge_old_spec): Extern them. | Kenichi Handa | 2006-07-03 | 1 | -6/+7 | |
| | | ||||||
| * | (QCscalable): Extern it. | Kenichi Handa | 2006-06-28 | 1 | -3/+3 | |
| | | | | | (font_parse_xlfd, font_parse_fcname): Prototype adjusted. | |||||
| * | (Flist_fonts): EXFUN it. | Kenichi Handa | 2006-06-26 | 1 | -0/+1 | |
| | | ||||||
| * | (QCspacing, QCdpi): Extern them. | Kenichi Handa | 2006-06-19 | 1 | -1/+13 | |
| | | | | | | (enum font_spacing): New enum. (FONT_PIXEL_SIZE_QUANTUM): New macro. | |||||
| * | (struct font_driver): Member parse_name deleted. | Kenichi Handa | 2006-06-16 | 1 | -42/+49 | |
| | | | | | | | (font_match_p, font_get_spec, font_parse_fcname) (font_unparse_fcname): Extern them. (font_get_name): Prototype adjusted. | |||||
| * | (struct font): Fix typo (charet->charset). | Kenichi Handa | 2006-06-14 | 1 | -1/+1 | |
| | | ||||||
| * | (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them. | Kenichi Handa | 2006-06-09 | 1 | -0/+3 | |
| | | ||||||
| * | Add arch tagline | Miles Bader | 2006-06-07 | 1 | -0/+3 | |
| | | ||||||
| * | New file. | Kenichi Handa | 2006-06-06 | 1 | -0/+479 | |