summaryrefslogtreecommitdiff
path: root/src/w32uniscribe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-081-2/+2
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl...Eli Zaretskii2012-09-151-1/+0
* Fix display of Arabic diacriticals on Windows, per bug #11860.Eli Zaretskii2012-09-041-1/+5
* Further fix for bug #11860 with Arabic display on Windows.Eli Zaretskii2012-09-011-16/+26
* Fix bug #11860 with displaying composite RTL characters on MS-Windows.Eli Zaretskii2012-08-211-7/+50
* Cleanup xmalloc.Dmitry Antipov2012-07-051-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix typos.Juanma Barranquero2011-11-201-2/+2
* Fix typos.Juanma Barranquero2011-11-161-2/+1
* w32: Fix some warnings reported by -Wall -Wextra.Juanma Barranquero2011-03-231-5/+6