aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ; * src/treesit.c (treesit_traverse_child_helper): Fix comment.Eli Zaretskii2023-12-191-1/+1
| * Fix an issue when searching subtree backward (bug#67117)Denis Zubarev2023-12-181-2/+2
* | Respect mouse-face on SVG image glyphs (bug#67794)Manuel Giraud2023-12-233-1/+22
* | ; * src/sfnt.c (sfnt_interpret_compound_glyph_2): Reword a comment.Eli Zaretskii2023-12-231-1/+1
* | Use new safe_calln on NSGerd Möllmann2023-12-231-8/+4
* | Split safe_call between redisplay and non-redisplay versionsStefan Monnier2023-12-2318-169/+102
* | Respect glyph metrics modified by instruction codePo Lu2023-12-233-51/+114
* | Slight funcall_subr optimisationMattias EngdegÄrd2023-12-221-10/+8
* | Properly instruct compound glyphs with compound componentsPo Lu2023-12-221-24/+10
* | Implement an undocumented TrueType "feature"Po Lu2023-12-211-1/+33
* | * src/sfnt.c (GETINFO): Implement undocumented selector bit 5.Po Lu2023-12-211-2/+8
* | Accept empty contours in glyphsPo Lu2023-12-211-2/+4
* | ; * src/eval.c (syms_of_eval) <debugger>: Doc fix.Eli Zaretskii2023-12-191-6/+6
* | Improve efficiency of operations involving font interpreter scalePo Lu2023-12-191-20/+21
* | Properly sign-extend freedom and projection vector valuesPo Lu2023-12-191-4/+4
* | Further corrections to font scalingPo Lu2023-12-192-38/+47
* | debug.el: Straighten the code that find the "base" of the backtraceStefan Monnier2023-12-181-4/+16
* | Further fixes for problems uncovered by the previous fixPo Lu2023-12-181-9/+14
* | ; * src/sfnt.c: Fix typo.Po Lu2023-12-181-1/+1
* | * src/sfnt.c (sfnt_interpret_mdap): Correct MDAP opcode.Po Lu2023-12-181-4/+4
* | Fix typo in earlier changesPo Lu2023-12-181-5/+5
* | Enable the new font scalerPo Lu2023-12-183-30/+80
* | * src/sfnt.h (sfnt_coerce_fixed): New macro.Po Lu2023-12-171-1/+2
* | ; * src/sfnt.c: Fix typos.Po Lu2023-12-171-2/+2
* | Introduce the rudiments of a new font rasterizerPo Lu2023-12-171-14/+913
* | Silence warning in print.cStefan Kangas2023-12-171-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-12-161-4/+3
|\ \ | |/
| * Fix treesit-node-field-name and friends (bug#66674)Yuan Fu2023-12-101-4/+3
* | ; * src/androidfns.c (syms_of_androidfns) <android-os-language>: Doc fix.Eli Zaretskii2023-12-161-6/+5
* | ; * src/androidfns.c (syms_of_androidfns_for_pdumper): Fix crash.Po Lu2023-12-141-18/+23
* | Respect Language & Input preferences under AndroidPo Lu2023-12-141-0/+203
* | Correct implementation of UTPPo Lu2023-12-111-1/+27
* | Merge from origin/emacs-29Eli Zaretskii2023-12-105-9/+9
|\ \ | |/
| * ; Fix typosStefan Kangas2023-12-101-1/+1
| * ; Fix typos in ChangeLog filesStefan Kangas2023-12-104-8/+8
* | ; Fix a few more typosStefan Kangas2023-12-102-3/+3
* | ; Fix typosStefan Kangas2023-12-1017-36/+36
* | Merge from origin/emacs-29Eli Zaretskii2023-12-097-7/+7
|\ \ | |/
| * ; Fix typosStefan Kangas2023-12-038-8/+8
* | Correct phantom point generation and MDAPPo Lu2023-12-091-35/+32
* | Display glyphs whose first contours commence at originPo Lu2023-12-081-2/+8
* | Set a default locale on AndroidPo Lu2023-12-071-0/+12
* | Avoid infloop with wide imagesEli Zaretskii2023-12-041-1/+4
* | Improve 'window-text-pixel-size' when buffer includes imagesEli Zaretskii2023-12-031-6/+27
* | Merge from origin/emacs-29Eli Zaretskii2023-12-022-2/+6
|\ \ | |/
| * Fix setting cursor when the window's op line has 'line-prefix'Eli Zaretskii2023-12-021-2/+4
| * Document, that PROCESS of signal-process can be a stringMichael Albinus2023-11-301-0/+2
* | Fix mode-line-inactive faceEli Zaretskii2023-12-011-2/+4
* | Fix validation of :box face attributeEli Zaretskii2023-11-301-3/+6
* | * src/pdumper.c (dump_vectorlike): Avert compiler warning.Po Lu2023-11-261-1/+1