aboutsummaryrefslogtreecommitdiffstats
path: root/src/composite.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-02; * src/composite.c (syms_of_composite): Fix last change.Eli Zaretskii1-1/+2
2020-06-02Fix Arabic composition rulesEli Zaretskii1-1/+2
2020-04-17Prefer more inline functions in character.hPaul Eggert1-23/+19
2020-03-27Treat out-of-range positions consistentlyPaul Eggert1-10/+7
2020-03-02Don't attempt to cache glyph metrics for FONT_INVALID_CODERobert Pluim1-4/+14
2020-02-08Allow composition of pure-ASCII strings in the mode lineEli Zaretskii1-1/+12
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-09-19lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero1-1/+1
2019-09-07Allow Zs characters to be composedEli Zaretskii1-3/+4
2019-07-20Fix crash if user test munges hash tablePaul Eggert1-1/+1
2019-07-20Simplify hashfn/cmpfn calling conventionPaul Eggert1-3/+2
2019-04-26Rename generic x_* procedures in xdisp.cAlexander Gramiak1-1/+1
2019-04-07Simplify fill_gstring_headerPaul Eggert1-17/+8
2019-01-15Add portable dumperDaniel Colascione1-0/+1
2019-01-05We need the bidi level not the paragraph directionKhaled Hosny1-8/+8
2019-01-02; Fix last change in src /composite.c.Eli Zaretskii1-4/+4
2019-01-02Fix text direction of the HarfBuzz shaping bufferEli Zaretskii1-5/+15
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-12-29Provide text directionality and language to HarfBuzz shaperEli Zaretskii1-9/+19
2018-12-09Add make_vector and make_nil_vectorPaul Eggert1-18/+13
2018-08-07More macro renamings for bignumTom Tromey1-30/+30
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-49/+49
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-10-15; * src/composite.c (Fclear_composition_cache): Fix last change.Eli Zaretskii1-1/+1
2017-10-15Improve customization of arabic-shaper-ZWNJ-handling.K. Handa1-0/+15
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-05-17Pacify --enable-gcc-warnings --with-x-toolkit=noPaul Eggert1-1/+1
2017-02-10Fix a few integer-overflow glitchesPaul Eggert1-47/+42
2017-01-02Fix compilation --without-xEli Zaretskii1-2/+3
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-09-13Port to ISO/IEC TS 18661-1:2014Paul Eggert1-4/+4
2016-06-22Improve --without-x GCC pacificationPaul Eggert1-6/+0
2016-06-20Fix compiler warnings in no-window-system-buildKen Brown1-0/+4
2016-06-08Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert1-1/+2
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-10-20Include-file cleanup for src directoryPaul Eggert1-2/+1
2015-08-11Give names to Unicode code points in C codePaul Eggert1-1/+1
2015-05-31Remove unused DEFSYMsPaul Eggert1-1/+0
2015-05-30Fix display of composite characters with large fontsEli Zaretskii1-2/+4
2015-01-25Count MANY function args more reliablyPaul Eggert1-28/+10
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-4/+0
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-12-25Fix rendering of composed caharacters on the mode line. (Bug#19435)Eli Zaretskii1-1/+2
2014-10-14Cleanup terminal handling code.Dmitry Antipov1-1/+1
2014-09-10Pacify --enable-gcc-warnings when no window system is used.Paul Eggert1-15/+10
2014-06-25Consistently use validate_subarray to verify substring.Dmitry Antipov1-21/+14
2014-06-17* fileio.c (Fread_file_name): Do not pass redundant args and ...Dmitry Antipov1-15/+16
2014-02-13* composite.c (fill_gstring_header): Pass positions as C integersDmitry Antipov1-33/+31