aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | eval.c: Add new var `lisp-eval-depth-reserve`Stefan Monnier2024-01-041-23/+32
* | Move batch backtrace code to `top_level_2`Stefan Monnier2024-01-043-25/+27
* | New special form `handler-bind`Stefan Monnier2024-01-042-17/+121
* | Prefer build_unibyte_string where applicableStefan Kangas2024-01-042-2/+2
* | Prefer NILP (x) to EQ (x, Qnil)Stefan Kangas2024-01-041-1/+1
* | Don't magnify extent of shifts by variable glyph interpolationPo Lu2024-01-031-8/+14
* | Don't include sheap.h in sysdep.cStefan Kangas2024-01-031-1/+0
* | Delete obsolete GC debugging codeStefan Kangas2024-01-031-102/+0
* | Don't include sheap.h from alloc.cStefan Kangas2024-01-021-1/+0
* | Improve rounding of projection vector versorsPo Lu2024-01-021-5/+21
* | ; Add 2024 to copyright yearsPo Lu2024-01-0219-19/+19
* | Merge from savannah/emacs-29Po Lu2024-01-02259-259/+259
|\ \ | |/
| * ; Add 2024 to copyright yearsPo Lu2024-01-02259-259/+259
* | Bring GX point interpolation further into standards compliancePo Lu2024-01-011-269/+182
* | Revert "Get NS screen resolution from system"Alan Third2023-12-311-5/+2
* | Prevent overlapping sections of glyphs from being misalignedPo Lu2023-12-311-2/+7
* | ; * src/buffer.c (Ffind_buffer): Fix coding style in recent change.Po Lu2023-12-311-1/+1
* | ; * src/alloc.c (garbage_collect): Fix typo.Stefan Kangas2023-12-301-1/+1
* | Simplify Objective C autorelease pool handlingAlan Third2023-12-303-19/+15
* | Get NS screen resolution from systemAlan Third2023-12-301-2/+5
* | ; Improve documentation of SVG image loadingAlan Third2023-12-301-3/+37
* | Merge from origin/emacs-29Eli Zaretskii2023-12-303-7/+14
|\ \ | |/
| * Revert "Fix treesit-node-field-name and friends (bug#66674)"Yuan Fu2023-12-291-3/+4
| * ; * src/buffer.c (syms_of_buffer) <default-directory>: Doc fix (bug#68088).Eli Zaretskii2023-12-281-2/+2
| * Increment parser timestamp when narrowing changes (bug#67977)Yuan Fu2023-12-232-2/+8
* | Improve performance let-binding `case-fold-search' (bug#66117)Ihor Radchenko2023-12-305-20/+13
* | ; Fix last changeEli Zaretskii2023-12-301-2/+2
* | Improve performance of `find-buffer-visiting' (bug#66117)Ihor Radchenko2023-12-303-4/+24
* | Obey USE_MY_METRICS in compound glyphsPo Lu2023-12-293-98/+228
* | Revert e8df6c311fcf59bf23d31b9db2bb8fec9d78fbe7Yuan Fu2023-12-261-4/+7
* | ; * src/ftfont.c (ftfont_glyph_metrics): Comment on advance rounding.Po Lu2023-12-261-0/+6
* | Consistently round glyph advances in the SFNT font backendPo Lu2023-12-262-7/+12
* | Apply TTF advance width rounding to uninstructed glyphsPo Lu2023-12-252-12/+16
* | Optimize font edge filling loopPo Lu2023-12-251-54/+33
* | * src/eval.c (signal_or_quit): Fix naming inconsistency with docsStefan Monnier2023-12-241-2/+2
* | ; * src/eval.c (Fdefvar): Doc fix (bug#67991).Eli Zaretskii2023-12-241-2/+8
* | ; * src/xdisp.c (draw_glyphs): Fix coding style.Po Lu2023-12-231-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-12-231-2/+2
|\ \ | |/
| * ; * 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