summaryrefslogtreecommitdiff
path: root/src/w32font.c
Commit message (Expand)AuthorAgeFilesLines
* Improve font lookup on MS-WindowsEli Zaretskii2019-09-171-17/+110
* Fix the handling of font backend supersedence on MS-WindowsEli Zaretskii2019-06-181-2/+0
* Support font driver supersessionYAMAMOTO Mitsuharu2019-06-181-0/+2
* Unbreak display of characters on MS-WindowsEli Zaretskii2019-05-311-3/+15
* Add HarfBuzz font backend for MS-WindowsEli Zaretskii2019-05-311-0/+1
* Replace XChar2b with unsigned in all font backendsAlexander Gramiak2019-05-191-1/+1
* Rename generic x_* identifiersAlexander Gramiak2019-04-261-1/+1
* Add portable dumperDaniel Colascione2019-01-151-0/+11
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | 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-4/+4
* | More macro renamings for bignumTom Tromey2018-08-071-7/+7
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-14/+14
* | New type Lisp_Misc_PtrPaul Eggert2018-06-141-1/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-09-291-1/+1
* Avoid compiler warnings on MS-Windows with GCC 6 and 7Eli Zaretskii2017-09-081-1/+2
* Add an optional testfn parameter to assocNicolas Petton2017-07-111-1/+1
* Avoid compilation warningsEli Zaretskii2017-05-021-1/+1
* Add new frame parameters and associated functionsMartin Rudalics2017-04-121-4/+15
* Avoid quitting inside a critical section on MS-WindowsEli Zaretskii2017-02-231-0/+44
* 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 Cygwin-w32 buildKen Brown2016-06-201-2/+2
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-3/+2
|/
* Improve font selection by family on MS-WindowsEli Zaretskii2016-03-241-1/+2
* 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-13/+8
* Fix display of glyphless characters with problematic fontsEli Zaretskii2015-05-281-3/+22
* Teach MS-Windows font back-end return per-glyph ascent/descentEli Zaretskii2015-05-261-7/+25
* Fix support of scripts in w32font.c (Bug#19993)Eli Zaretskii2015-03-121-15/+87
* Prefer 'Qfoo' to 'intern ("foo")' in w32 source filesEli Zaretskii2015-02-211-4/+4
* Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c.Eli Zaretskii2015-01-291-4/+6
* MS-Windows followup to previous commitEli Zaretskii2015-01-051-45/+0
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Default to stack objects on DOS_NT platforms as well.Eli Zaretskii2014-09-251-12/+12
* Avoid extra call to oblookup when interning symbols.Dmitry Antipov2014-09-221-1/+1
* Avoid more integer overflows on string size calculations.Dmitry Antipov2014-09-161-1/+1
* One more minor cleanup of font subsystem.Dmitry Antipov2014-08-251-78/+69
* Next minor cleanup of font subsystem.Dmitry Antipov2014-07-091-16/+1
* * font.h (struct font_driver): Remove get_outline and free_outline;Dmitry Antipov2014-07-041-15/+0
* Fix Cygwin w32 build broken by last commit in w32font.c.Eli Zaretskii2014-01-191-2/+18
* Fix file name handling on MS-Windows 9X.Eli Zaretskii2014-01-181-41/+4
* 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
* * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m,Dmitry Antipov2013-12-131-1/+0