summaryrefslogtreecommitdiff
path: root/src/ftfont.c
Commit message (Expand)AuthorAge
* * src/ftfont.c (ftfont_shape_by_flt): Parenthesize as per GNU style.Paul Eggert2016-03-25
* Fix display of Indic scriptsK. Handa2016-03-25
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Backport:fix previous change of src/ftfont.c (ftfont_shape_by_flt)K. Handa2016-01-26
* support rendering of wider range of combinging characters by ftfont backendK. Handa2016-01-26
* Update copyright year to 2016Paul Eggert2016-01-01
* Spruce up ftfont.c memory allocationPaul Eggert2015-11-13
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-08
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* fix for the case that M17N_FLT_USE_NEW_FEATURE is not definedK. Handa2015-09-02
* Fix typoK. Handa2015-09-02
* fix previous changeK. Handa2015-09-02
* Use the new type MFLTGlyphFT for MFLTGlyphString.glyphs.K. Handa2015-09-01
* * src/ftfont.c (ftfont_close): Add comment re Bug#20890.Paul Eggert2015-07-26
* * src/ftfont.c (ftfont_open2): Round divisions by upEM.YAMAMOTO Mitsuharu2015-06-05
* Remove unused DEFSYMsPaul Eggert2015-05-31
* Merge branch 'master' into cairoJan D2015-04-03
|\
| * Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-21
* | Add cairo drawing.Jan D2015-02-11
|/
* Count MANY function args more reliablyPaul Eggert2015-01-25
* Prefer INLINE functions in font.h to match style used in lisp.hDmitry Antipov2015-01-16
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Fix some slow uses and misuses of strcat.Paul Eggert2014-09-23
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-07
* One more minor cleanup of font subsystem.Dmitry Antipov2014-08-25
* Next minor cleanup of font subsystem.Dmitry Antipov2014-07-09
* * font.c (font_build_object) [HAVE_XFT || HAVE_FREETYPE || HAVE_NS]:Dmitry Antipov2014-07-08
* * font.h (struct font_driver): Remove get_outline and free_outline;Dmitry Antipov2014-07-04
* Omit redundant extern decls.Paul Eggert2014-06-17
* Fix two memory leaks discovered with Valgrind.Dmitry Antipov2014-01-23
* Spelling fixes.Paul Eggert2014-01-05
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m,Dmitry Antipov2013-12-13
* * font.h (struct font_entity) [HAVE_NS]: New field to recordDmitry Antipov2013-12-12
* * font.h (struct font_bitmap): Remove unused 'extra' member.Dmitry Antipov2013-12-04
* Omit unused frame argument of font API's close function.Dmitry Antipov2013-10-25
* * lisp.h (eassume): New macro.Paul Eggert2013-10-10
* Add set operations for bool-vector.Daniel Colascione2013-09-22
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-03
* Avoid redundant Lisp_Object <-> struct frame conversions in font API.Dmitry Antipov2013-08-01
* Fix obscure porting bug with varargs functions.Paul Eggert2013-07-18
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
* Use functions and constants to manipulate Lisp_Save_Value objects.Paul Eggert2013-03-21
* * font.c (Ffont_get_glyphs): Use convenient LGLYPH_NEW.Dmitry Antipov2013-03-04
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-08
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-17
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-15
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-14
* Update copyright notices for 2013.Paul Eggert2013-01-01