summaryrefslogtreecommitdiff
path: root/src/w32uniscribe.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix typo in populating otf_capability method for HarfBuzzYAMAMOTO Mitsuharu2019-12-031-1/+1
* Fix HarfBuzz support on MS-WindowsEli Zaretskii2019-07-251-1/+10
* Implement the otf_capability method for HarfBuzzYAMAMOTO Mitsuharu2019-07-011-0/+1
* Fix the handling of font backend supersedence on MS-WindowsEli Zaretskii2019-06-181-0/+1
* ; src/w32uniscribe.c: Remove redundant include of math.h.Eli Zaretskii2019-06-011-1/+0
* Implement the get_variation_glyphs method for HarfBuzz on MS-WindowsEli Zaretskii2019-06-011-1/+50
* Move common HarfBuzz code to a common file hbfont.cEli Zaretskii2019-06-011-425/+4
* Add HarfBuzz font backend for MS-WindowsEli Zaretskii2019-05-311-25/+717
* Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-04-271-1/+16
|\
| * Merge from origin/emacs-26Glenn Morris2019-01-181-0/+6
| |\
| | * Attempt to fix hangs on MS-Windows due to C-gEli Zaretskii2019-01-141-0/+6
| * | Add portable dumperDaniel Colascione2019-01-151-0/+9
| * | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
| |\ \ | | |/
| | * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | | Provide text directionality and language to HarfBuzz shaperEli Zaretskii2018-12-291-1/+6
|/ /
* | Define get_proc_addr in Cygwin-w32 buildAndy Moreton2018-08-201-0/+1
* | Pacify -Wcast-function-type warnings in GCC 8.1Andy Moreton2018-08-171-3/+3
* | More macro renamings for bignumTom Tromey2018-08-071-1/+1
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-5/+5
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-09-291-1/+1
* Avoid quitting inside a critical section on MS-WindowsEli Zaretskii2017-02-231-0/+7
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | * src/lisp.h (LISP_INITIALLY_ZERO): Remove.Paul Eggert2016-12-011-2/+1
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-2/+4
|/
* 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 w32 files in src directoryEli Zaretskii2015-10-221-4/+0
* Remove or comment out unused variablesJuanma Barranquero2015-10-121-1/+0
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-5/+0
* A better fix for bug#21303Eli Zaretskii2015-08-211-14/+7
* Fix MinGW64 build broken by latest w32uniscribe.c changesEli Zaretskii2015-08-211-0/+9
* Improve and future-proof OTF fonts support in w32uniscribe.cEli Zaretskii2015-08-191-41/+243
* Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c.Eli Zaretskii2015-01-291-2/+2
* Prefer INLINE functions in font.h to match style used in lisp.hDmitry Antipov2015-01-161-5/+3
* MS-Windows followup to previous commitEli Zaretskii2015-01-051-4/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Default to stack objects on DOS_NT platforms as well.Eli Zaretskii2014-09-251-4/+4
* One more minor cleanup of font subsystem.Dmitry Antipov2014-08-251-2/+2
* Next minor cleanup of font subsystem.Dmitry Antipov2014-07-091-2/+0
* * font.h (struct font_driver): Remove get_outline and free_outline;Dmitry Antipov2014-07-041-4/+0
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix some warnings in w32 specific code.Eli Zaretskii2013-12-171-1/+1
* Another fix for the MS-Windows build broken 4 revisions ago.Eli Zaretskii2013-10-251-1/+1
* Fix the MS-Windows build broken 2013-10-25T04:35:56Z!dgutov@yandex.ru.Eli Zaretskii2013-10-251-1/+1
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-6/+6
* Fix last font-related change.Dmitry Antipov2013-08-011-6/+5
* * font.c (Ffont_get_glyphs): Use convenient LGLYPH_NEW.Dmitry Antipov2013-03-041-1/+1