aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32uniscribe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'savannah/scratch/windows-98' into emacs-30Po Lu2024-06-301-37/+103
|\
| * * src/w32uniscribe.c (syms_of_w32uniscribe_for_pdumper): Typos.scratch/windows-98Po Lu2024-06-271-2/+6
| * Fix Cygwin buildPo Lu2024-06-271-3/+5
| * Restore functionality on Windows 98Po Lu2024-06-231-37/+97
* | Use HarfBuzz in Cygwin-w32 buildKen Brown2024-06-251-1/+6
|/
* ; Fix last change in inclusion of byteswap.h headerEli Zaretskii2024-03-301-5/+4
* Remove redundant casts from void* with malloc functionsStefan Kangas2024-01-101-2/+1
* Revert "Add new `swap` macro and use it"Po Lu2024-01-061-2/+2
* Add new `swap` macro and use itStefan Kangas2024-01-061-2/+2
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* 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