summaryrefslogtreecommitdiff
path: root/src/ftxfont.c
Commit message (Expand)AuthorAgeFilesLines
* Rename font_driver member close -> close_fontMattias EngdegÄrd2019-07-091-1/+1
* Rename font_driver member open -> open_fontMattias EngdegÄrd2019-07-091-1/+1
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-1/+0
* Implement the get_variation_glyphs method for FreeType >= 2.3.6YAMAMOTO Mitsuharu2019-06-021-1/+1
* Revert previous commitYAMAMOTO Mitsuharu2019-06-021-1/+1
* Make fthbfont and derivatives use common HarfBuzz code in hbfont.cYAMAMOTO Mitsuharu2019-06-021-1/+1
* Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-05-231-7/+1
|\
| * Replace XChar2b with unsigned in all font backendsAlexander Gramiak2019-05-191-7/+1
* | Add new font backend drivers for text shaping by HarfBuzzYAMAMOTO Mitsuharu2019-05-051-11/+3
* | Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-04-271-1/+10
|\ \ | |/
| * Add portable dumperDaniel Colascione2019-01-151-0/+9
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Properly fix building with HarfBuzz and without libotfKhaled Hosny2018-12-221-1/+1
* | More fixes for build without libotfMike Kupfer2018-12-171-1/+1
* | First attempt at HarfBuzz shapingKhaled Hosny2018-12-101-1/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Use C99 syntax for font driversPaul Eggert2016-12-121-19/+19
* | Make struct font_drivers read-onlyPaul Eggert2016-12-011-22/+37
* | Add double-buffering support to reduce flickerDaniel Colascione2016-10-281-7/+7
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-4/+0
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-2/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-1/+3
* Use convenient alists to manage per-frame font driver-specific data.Dmitry Antipov2014-07-031-16/+8
* If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-081-3/+0
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m,Dmitry Antipov2013-12-131-1/+0
* * font.h (struct font_entity) [HAVE_NS]: New field to recordDmitry Antipov2013-12-121-0/+1
* Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.Dmitry Antipov2013-10-291-1/+1
* Omit unused frame argument of font API's close function.Dmitry Antipov2013-10-251-2/+2
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-7/+7
* Avoid redundant Lisp_Object <-> struct frame conversions in font API.Dmitry Antipov2013-08-011-4/+4
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-8/+8
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Use bool for booleans in font-related modules.Paul Eggert2012-09-061-17/+5
* More xmalloc and related cleanup.Paul Eggert2012-07-051-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-051-4/+5
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* * ftxfont.c: Make symbols static if they're not exported.Paul Eggert2011-04-121-6/+8
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-2/+2