summaryrefslogtreecommitdiff
path: root/src/ftxfont.c
Commit message (Expand)AuthorAge
* Update copyright year to 2020Paul Eggert2020-01-01
* Rename font_driver member close -> close_fontMattias EngdegÄrd2019-07-09
* Rename font_driver member open -> open_fontMattias EngdegÄrd2019-07-09
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-08
* Implement the get_variation_glyphs method for FreeType >= 2.3.6YAMAMOTO Mitsuharu2019-06-02
* Revert previous commitYAMAMOTO Mitsuharu2019-06-02
* Make fthbfont and derivatives use common HarfBuzz code in hbfont.cYAMAMOTO Mitsuharu2019-06-02
* Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-05-23
|\
| * Replace XChar2b with unsigned in all font backendsAlexander Gramiak2019-05-19
* | Add new font backend drivers for text shaping by HarfBuzzYAMAMOTO Mitsuharu2019-05-05
* | Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-04-27
|\|
| * Add portable dumperDaniel Colascione2019-01-15
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Properly fix building with HarfBuzz and without libotfKhaled Hosny2018-12-22
* | More fixes for build without libotfMike Kupfer2018-12-17
* | First attempt at HarfBuzz shapingKhaled Hosny2018-12-10
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Use C99 syntax for font driversPaul Eggert2016-12-12
* | Make struct font_drivers read-onlyPaul Eggert2016-12-01
* | Add double-buffering support to reduce flickerDaniel Colascione2016-10-28
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-07
* Use convenient alists to manage per-frame font driver-specific data.Dmitry Antipov2014-07-03
* If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-08
* 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
* Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.Dmitry Antipov2013-10-29
* Omit unused frame argument of font API's close function.Dmitry Antipov2013-10-25
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-03
* Avoid redundant Lisp_Object <-> struct frame conversions in font API.Dmitry Antipov2013-08-01
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Simplify and avoid signal-handling races.Paul Eggert2012-09-23
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Use bool for booleans in font-related modules.Paul Eggert2012-09-06
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* Spelling fixes.Paul Eggert2011-12-05
* Spelling fixes.Paul Eggert2011-11-19
* * ftxfont.c: Make symbols static if they're not exported.Paul Eggert2011-04-12
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\