aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into scratch/se-matrixscratch/se-matrixGerd Möllmann2025-01-233-12/+11
|\
| * Handle tty menus overlapping child framesGerd Möllmann2025-01-233-12/+11
* | Merge branch 'master' into scratch/se-matrixGerd Möllmann2025-01-231-0/+5
|\ \ | |/
| * Don't forget setting the top frame if not switching root framesGerd Möllmann2025-01-231-0/+5
* | Merge branch 'master' into scratch/se-matrixGerd Möllmann2025-01-236-29/+45
|\ \ | |/
| * Fix setting a tty's top frame when switching framesGerd Möllmann2025-01-231-5/+9
| * Minor image_error related cleanupsStefan Kangas2025-01-221-5/+3
| * ; * src/pdumper.c (dump_hash_table): Adjust hash; bitfields changed.Pip Cet2025-01-221-1/+1
| * Don’t silently truncate connection-lost diagnosticPaul Eggert2025-01-211-4/+6
| * Check for snprintf truncation in pgtktermPaul Eggert2025-01-211-3/+4
| * Port pdumper to unlikely long sprintf outputPaul Eggert2025-01-211-4/+6
| * When debugging image.c, abort if silent truncationPaul Eggert2025-01-211-4/+6
| * Destroy GTK tool bar widget if it was never attached (bug#75636)Pip Cet2025-01-221-0/+6
| * Prefer snprintf to sprintf in image.cStefan Kangas2025-01-221-7/+8
* | Revert "Don't use a redisplay optimization in a certain case on ttys"Gerd Möllmann2025-01-223-18/+1
* | Merge branch 'master' into scratch/se-matrixGerd Möllmann2025-01-2260-426/+460
|\ \ | |/
| * Improve copying current glyphs when building frame matrixGerd Möllmann2025-01-211-10/+15
| * ; * src/gtkutil.c (free_frame_tool_bar): Remove redundant assignment.Pip Cet2025-01-211-2/+1
| * Handle unknown units provided by the rsvg library (bug#75712)Pip Cet2025-01-211-23/+29
| * Don't use a redisplay optimization in a certain case on ttysGerd Möllmann2025-01-213-1/+18
| * Remove a false #ifdef HAVE_WINDOW_SYSTEMGerd Möllmann2025-01-211-2/+1
| * Signal error when keyword/arg list is malformedRobert Pluim2025-01-215-1/+22
| * Use 'max' macro in clip_to_boundsStefan Kangas2025-01-201-1/+1
| * ; Fix last changeEli Zaretskii2025-01-201-3/+3
| * Make treesit-language-remap-alist completely transparent (bug#72388)Yuan Fu2025-01-191-4/+7
| * pdumper: Add static_assert for EMACS_RELOC_TYPE_BITSStefan Kangas2025-01-201-0/+2
| * Remove redundant case_Lisp_Int macroStefan Kangas2025-01-207-9/+16
| * Remove workaround for AIX 3.2 crashesStefan Kangas2025-01-191-8/+0
| * Prefer the 'min'/'max' macros where possibleStefan Kangas2025-01-196-11/+10
| * Delete duplicate 'min' macroStefan Kangas2025-01-191-4/+0
| * Delete unused aliases for callnStefan Kangas2025-01-191-9/+0
| * Replace call[1-8] with callnStefan Kangas2025-01-1951-297/+287
| * * src/fileio.c (Finsert_file_contents): Fix last change.Eli Zaretskii2025-01-191-0/+5
| * Fix visiting files in /proc/ directoryEli Zaretskii2025-01-191-2/+3
| * Prefer EMACS_INT_MAX to TYPE_MAXIMUM (EMACS_INT)Paul Eggert2025-01-191-2/+2
| * Port recently-added bitfields back to GCCPaul Eggert2025-01-191-2/+2
| * Always define image_compute_scalePaul Eggert2025-01-181-0/+2
| * Port recently-added bitfields to IBM XL C 16.1Paul Eggert2025-01-181-2/+2
| * Prefer 'list (...)' to 'listn (N, ...)'Stefan Kangas2025-01-195-37/+36
| * Fix a GTK memory leak (Bug#75636)Pip Cet2025-01-191-1/+0
| * Initialize full range in parse_menu_itemStefan Kangas2025-01-191-1/+1
* | Fix adding a right border glyphGerd Möllmann2025-01-211-13/+14
* | Simplify matrix copying by using existing functionsGerd Möllmann2025-01-213-62/+26
* | Fix copying frame desired matrixGerd Möllmann2025-01-211-0/+2
* | Remove a false #ifdef HAVE_WINDOW_SYSTEMGerd Möllmann2025-01-201-2/+1
* | Fix copying child glyphs/border displayGerd Möllmann2025-01-201-11/+9
* | Fix menu display on child framesGerd Möllmann2025-01-201-1/+5
* | Fix window matrix mirroring when using terminal matricesGerd Möllmann2025-01-202-70/+104
* | Menus (and emulated dialog boxes) with terminal matricesGerd Möllmann2025-01-203-15/+40
* | Comments and some cleanupGerd Möllmann2025-01-192-42/+103