summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Subclass default HarfBuzz Unicode functionsKhaled Hosny2018-12-221-33/+14
* Fix previous commitKhaled Hosny2018-12-221-0/+3
* Properly fix building with HarfBuzz and without libotfKhaled Hosny2018-12-224-12/+11
* Fix one last compilation warning in ftfont.cEli Zaretskii2018-12-181-3/+3
* Condition some more hb_* functions on HAVE_LIBOTF.Eli Zaretskii2018-12-181-2/+1
* Avoid compilation warning in ftfont.cEli Zaretskii2018-12-171-0/+2
* Fix last change.Eli Zaretskii2018-12-171-1/+1
* * src/ftcrfont.c (ftcrfont_driver): Really commit last change.Mike Kupfer2018-12-171-1/+1
* More fixes for build without libotfMike Kupfer2018-12-173-4/+4
* Fix compilation errors when building without libotfEli Zaretskii2018-12-171-3/+3
* Assume hb_ft_font_create_referenced if HarfBuzzPaul Eggert2018-12-141-15/+0
* Fix crash in the Cairo buildAri Roponen2018-12-141-0/+3
* Simplify mainline Harfbuzz-using codePaul Eggert2018-12-131-13/+12
* Fix uni_combining()Khaled Hosny2018-12-101-10/+8
* WIP: implement some Unicode callback functionsKhaled Hosny2018-12-101-0/+149
* Set cluster level to oneKhaled Hosny2018-12-101-0/+1
* Cache hb_font_tKhaled Hosny2018-12-102-20/+58
* Allow turning HarfBuzz off at run timeKhaled Hosny2018-12-101-7/+12
* First attempt at HarfBuzz shapingKhaled Hosny2018-12-105-35/+195
* Add support for building with HarfBuzzKhaled Hosny2018-12-101-2/+4
* Add make_vector and make_nil_vectorPaul Eggert2018-12-0935-246/+195
* * src/alloc.c (VECTOR_ELTS_MAX): Make sure it’s signed.Paul Eggert2018-12-081-3/+4
* Port VECTOR_ELTS_MAX to older GCC etc.Paul Eggert2018-12-081-4/+7
* Streamline and fix vector-size checksPaul Eggert2018-12-083-50/+57
* Suppress WebKitGTK+ 2.21.1 diagnosticsPaul Eggert2018-12-081-0/+8
* Fix integer overflow in oversize vectorsPaul Eggert2018-12-081-5/+4
* * src/alloc.c (allocate_vectorlike): Simplify.Paul Eggert2018-12-081-4/+2
* Fix the value of default-directory upon startup on MS-WindowsEli Zaretskii2018-12-073-35/+43
* struct image_type layout is private to image.cPaul Eggert2018-12-062-28/+27
* Fix WINDOWSNT/DOS_NT buildEli Zaretskii2018-12-031-1/+1
* Use tcdrain, not fdatasync, to drain ttysPaul Eggert2018-12-022-6/+5
* Merge from origin/emacs-26Glenn Morris2018-12-021-2/+2
|\
| * Fix macOS run-time feature checkAlan Third2018-12-011-2/+2
| * Fix core dump in dbus-message-internalPaul Eggert2018-11-301-1/+1
* | Fix infloop in GC mark_kboardsPaul Eggert2018-11-301-109/+72
* | Convert NS face colors to RGBA when comparing with frame valuesRobert Pluim2018-11-304-3/+24
* | Merge from origin/emacs-26Glenn Morris2018-11-283-0/+11
|\ \ | |/
| * Don't call xwidget functions until GTK has been initializedRobert Pluim2018-11-273-0/+11
| * Set tooltip text color (bug#33452)Alan Third2018-11-251-3/+5
* | Merge from origin/emacs-26Glenn Morris2018-11-282-73/+91
|\ \ | |/
| * Fix more drawing bugs in NS port (bug#32932)Alan Third2018-11-252-73/+91
* | Fix core dump in dbus-message-internalPaul Eggert2018-11-271-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-11-202-18/+18
|\ \ | |/
| * ; * src/window.c (window_scroll): Improve commentary.Eli Zaretskii2018-11-191-2/+2
| * Improve documentation of the window treeEli Zaretskii2018-11-191-4/+8
| * Fix window scrolling on TTY frames when there's no mode lineEli Zaretskii2018-11-191-12/+8
* | * src/cmds.c (Fself_insert_command): Get last-command-event via (new) arg.Stefan Monnier2018-11-171-7/+10
* | Merge from origin/emacs-26Glenn Morris2018-11-161-9/+9
|\ \ | |/
| * * src/coding.c (Fcheck_coding_systems_region): Doc fix. (Bug#33372)Eli Zaretskii2018-11-141-9/+9
| * Avoid kill-emacs-hook errors hanging batch modeGlenn Morris2018-11-121-1/+4