aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.h
Commit message (Expand)AuthorAgeFilesLines
* store lisp structures in SCM objectsBT Templeton2015-04-181-3/+3
* * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member.Dmitry Antipov2014-06-101-5/+3
* If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-081-1/+2
* Fix the MSDOS build.Eli Zaretskii2014-04-161-0/+4
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * font.h (valid_font_driver) [!ENABLE_CHECKING]: Define a dummy.Paul Eggert2013-12-161-0/+10
* * font.c (valid_font_driver) [ENABLE_CHECKING]: New functionDmitry Antipov2013-12-161-0/+3
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-23/+26
* * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m,Dmitry Antipov2013-12-131-7/+0
* * font.h (struct font_entity) [HAVE_NS]: New field to recordDmitry Antipov2013-12-121-0/+7
* * font.h (struct font_bitmap): Remove unused 'extra' member.Dmitry Antipov2013-12-041-1/+0
* * font.c (font_list_entities): Remove dummy assignment.Dmitry Antipov2013-12-041-6/+9
* * font.h (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT):Dmitry Antipov2013-12-021-0/+5
* Perform font-specific cleanup when font object is swept by GC. SeeDmitry Antipov2013-10-251-1/+1
* Omit unused frame argument of font API's close function.Dmitry Antipov2013-10-251-2/+2
* Port the font backend from the Mac port.Jan Djärv2013-09-151-0/+1
* Make --without-x compatible with --enable-gcc-warnings.Dmitry Antipov2013-09-051-0/+4
* Minor cleanup to avoid forward declarations.Dmitry Antipov2013-08-301-7/+0
* * font.c (clear_font_cache): New function, stripped from...Dmitry Antipov2013-08-131-0/+1
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-25/+25
* Avoid redundant Lisp_Object <-> struct frame conversions in font API.Dmitry Antipov2013-08-011-5/+4
* * font.c (font_range): Add pos_byte argument. Adjust commentDmitry Antipov2013-02-131-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Merge from trunkDaniel Colascione2012-10-071-0/+1
|\
* | Merge from trunkDaniel Colascione2012-09-171-27/+19
|\|
| * Use bool for booleans in font-related modules.Paul Eggert2012-09-061-27/+18
| * Clean up some extern decls.Paul Eggert2012-09-021-0/+1
* | Implement cygw32Daniel Colascione2012-09-171-2/+2
|/
* For Xft and X font backends, set omitted max_width font fields.Chong Yidong2012-08-161-6/+6
* Generalize and cleanup font subsystem checks.Dmitry Antipov2012-08-151-6/+0
* Simple wrapper for make_unibyte_string, adjust font_open_by_name.Dmitry Antipov2012-07-201-1/+1
* Avoid call to strlen in fast_c_string_match_ignore_case.Dmitry Antipov2012-07-111-2/+2
* Avoid calls to strlen in font processing functions.Dmitry Antipov2012-07-111-2/+2
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-5/+0
* Merge from trunk.Paul Eggert2012-05-251-3/+4
|\
| * Untag more efficiently if USE_LSB_TAG.Paul Eggert2012-05-091-3/+4
* | Merge from trunk.Paul Eggert2012-01-091-3/+3
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Spelling fixes.Paul Eggert2011-12-291-1/+1
| * Spelling fixes.Paul Eggert2011-12-141-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-2/+2
|\|
| * Fix typos.Juanma Barranquero2011-12-061-2/+2
* | Merge from trunk.Paul Eggert2011-11-181-1/+1
|\|
| * Spelling fixes.Paul Eggert2011-11-141-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-1/+1
|/
* * font.c (font_intern_prop): Don't assume string length fits in int.Paul Eggert2011-06-191-1/+2
* src/font.[ch]: Fix typos in comments and strings.Eli Zaretskii2011-05-291-36/+36
* * lisp.h: Say "vectorlike header" rather than "vector header.Paul Eggert2011-04-251-3/+3
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-6/+3
* * font.c, fontset.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-1/+0