aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into feature/igc3feature/igc3Helmut Eller9 days19-81/+292
|\
| * Fix use of special glyphs with faces from display-tableEli Zaretskii9 days1-1/+14
| * ; Improve documentation of 'make-temp-file'Eli Zaretskii9 days1-0/+3
| * Inform macOS Accessibility Zoom of cursor position (bug#80624)Stéphane Marks10 days1-0/+197
| * pgtk_set_window_size: Clear out unused codeDmitry Gutov11 days1-20/+3
| * ; * src/charset.c (Ffind_charset_string): Fix a typo (bug#80707).Manuel Giraud11 days1-1/+1
| * ; Fix comments and doc strings in some C filesEli Zaretskii2026-03-262-6/+6
| * ; * src/xdisp.c (produce_special_glyphs): Fix commentary.Eli Zaretskii2026-03-261-2/+2
| * Add predicate for initial_terminalBasil L. Contovounesios2026-03-262-6/+26
| * ; Simplify Fframe_id frame decoding.Basil L. Contovounesios2026-03-261-2/+0
| * Simplify some struct frame.output_method checksBasil L. Contovounesios2026-03-2612-44/+31
| * Avoid segfaults in 'bidi_mirror_char' during startupEli Zaretskii2026-03-241-0/+10
* | ; * src/image.c: Include gc-handles.h to fix the build.Pip Cet9 days1-0/+1
* | Use a gc-handle in struct anim_cacheHelmut Eller9 days1-10/+18
* | Revert "Trace anim_cache"Helmut Eller9 days3-94/+59
* | Revert "Fix previous commit"Helmut Eller9 days1-3/+2
* | * src/igc.c (fix_glyph_pool): Use fix_glyph_array.Helmut Eller10 days1-14/+6
* | Avoid remote references in fix_frame by making glyph_pools rootsHelmut Eller10 days3-2/+34
* | Revert "Minor reorganization"Helmut Eller10 days1-20/+20
* | Minor reorganizationHelmut Eller10 days1-20/+20
* | * src/igc.c (igc_xnrealloc_ambig): Deleted because it was unused.Helmut Eller10 days1-25/+0
* | Move the print stack tracing code from print.c to igc.cHelmut Eller10 days4-192/+185
* | Revert "[MPS] Allocate shelved bidi caches ambiguously"Helmut Eller10 days1-9/+0
* | Revert "[MPS] Allocate bidi_cache ambiguously"Helmut Eller11 days1-11/+0
* | * src/xdisp.c (pop_it) [HAVE_MPS]: Copy the string and window to bidi_it.Eli Zaretskii11 days1-0/+6
* | Fix previous commitHelmut Eller11 days1-2/+3
* | Trace anim_cacheHelmut Eller11 days3-59/+94
* | Try to optimize glyph tracing a bitHelmut Eller11 days1-3/+47
* | Avoid remote references in fix_window by making glyph_matrixes rootsHelmut Eller11 days3-0/+27
* | Fix commit 1ad6b8da6c1 for !HAVE_MPSHelmut Eller13 days1-12/+0
* | * src/menu.c (digest_single_submenu): Free the gc-handle.Helmut Eller13 days1-0/+5
* | Some fixes for the GNUstep buildHelmut Eller13 days1-2/+14
* | Revert "Refactor SAVE_ALLOCA"Helmut Eller14 days3-45/+21
* | Revert "Refactor SAFE_NALLOCA and SAFE_ALLOCA_LISP"Helmut Eller14 days4-70/+46
* | Refactor SAFE_NALLOCA and SAFE_ALLOCA_LISPHelmut Eller2026-03-304-46/+70
* | Refactor SAVE_ALLOCAHelmut Eller2026-03-303-21/+45
* | * src/nsterm.m (initFrame, initFrameFromEmacs): Add labels.Pip Cet2026-03-291-2/+2
* | ; Fix code formatting in igc.c and lread.cEli Zaretskii2026-03-292-12/+16
* | Add labels for igc_xalloc_raw_exactHelmut Eller2026-03-255-8/+10
* | Add labels for igc_xnmalloc_ambigHelmut Eller2026-03-252-4/+8
* | Fix igc_header for Mingw64Helmut Eller2026-03-242-6/+7
* | Continue fixing menus in no-X-toolkit configHelmut Eller2026-03-231-3/+6
* | Simplify last change.Helmut Eller2026-03-231-5/+1
* | More fixes for menus in no-X-toolkit configHelmut Eller2026-03-231-2/+10
* | Fix menus for no-X-toolkit configHelmut Eller2026-03-231-13/+17
* | * src/igc.c (igc_xzalloc_ambig): Require non-NULL labels.Helmut Eller2026-03-231-1/+1
* | Expand uses IGC_XZALLOC_AMBIGHelmut Eller2026-03-2320-29/+41
* | Replace more uses of igc_xzalloc_ambig with IGC_XZALLOC_AMBIG.Helmut Eller2026-03-237-17/+13
* | * src/nsterm.m (ns_term_init): Use label for 'igc_xzalloc_ambig'.Pip Cet2026-03-231-1/+1
* | Use __func__ as default label for igc_xzalloc_ambigHelmut Eller2026-03-2216-42/+35