aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispnew.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Remove stale commentary in dispnew.c.Basil L. Contovounesios2026-02-171-3/+0
* ; * src/dispnew.c (box_default): Shut up compilation warnings (bug#80386).Eli Zaretskii2026-02-121-1/+1
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* December 2025 spelling fixesPaul Eggert2025-12-261-1/+1
* Fix handling of border face on tty child frames (bug#80043)Gerd Möllmann2025-12-221-19/+46
* Realloc less often in adjust_glyph_matrix (bug#77961)Gerd Möllmann2025-04-221-7/+11
* More thorough fix for image slices on mode/header-lineEli Zaretskii2025-04-021-1/+5
* ; * src/dispnew.c (check_window_matrix_pointers): Fix last change.Eli Zaretskii2025-03-231-0/+2
* Avoid rare segfaults in 'check_matrix_pointers'Eli Zaretskii2025-03-231-9/+13
* Avoid rare segfaults due to crazy creation of new child framesEli Zaretskii2025-03-221-2/+7
* Fix and document frame parameters for text terminals and child framesMartin Rudalics2025-03-221-3/+22
* ; * src/dispnew.c (adjust_glyph_matrix): Restore lost comment.Eli Zaretskii2025-03-171-0/+2
* ; * src/dispnew.c (adjust_glyph_matrix): Add comment (bug#77039).Eli Zaretskii2025-03-171-0/+2
* Make sure to initialize glyph::frame to NULL (bug#77039)Gerd Möllmann2025-03-161-1/+2
* Fix 'etc/DOC' for a few functions/variablesEli Zaretskii2025-03-041-1/+1
* * src/dispnew.c (rect_intersect): Fix a typo (bug#76592)Gerd Möllmann2025-02-271-1/+1
* Enforce redisplay when deleting a child frame (bug#76406)Gerd Möllmann2025-02-231-3/+13
* ; Fix typosStefan Kangas2025-02-221-1/+1
* Hide cursor based on tty frame's `cursor-type'Gerd Möllmann2025-02-181-0/+8
* Fix child coordinate calculation (bug#76321)Gerd Möllmann2025-02-171-10/+10
* Fix handling of visibility on tty frames (Bug#76031)Martin Rudalics2025-02-101-1/+1
* Fix mouse pointer inside mouse-face on text with 'pointer' propertyEli Zaretskii2025-02-021-3/+0
* Fix hiding tty cursor for overlapping childrenGerd Möllmann2025-02-021-4/+6
* Further fixes for cursor positioning (bug#75056)Gerd Möllmann2025-01-301-16/+20
* Replace two macros with functions in dispnew.c (bug#75056)Gerd Möllmann2025-01-301-19/+4
* Don't use selected frame in tty_set_cursor (bug#75056)Gerd Möllmann2025-01-301-5/+3
* Display separators on tty menus with display table entriesGerd Möllmann2025-01-261-0/+7
* Replace is_frame_ancestor with frame_ancestor_pGerd Möllmann2025-01-251-14/+3
* Reapply "Multi-tty: selected frame can be a GUI frame"Gerd Möllmann2025-01-251-15/+38
* Reapply "Fix mouse position handling for nested tty child frames"Gerd Möllmann2025-01-251-0/+11
* Reapply "Simplify absolute (x, y) computation on ttys"Gerd Möllmann2025-01-251-10/+9
* Revert "Simplify absolute (x, y) computation on ttys"Gerd Möllmann2025-01-251-9/+10
* Revert "Fix mouse position handling for nested tty child frames"Gerd Möllmann2025-01-251-11/+0
* Revert "Multi-tty: selected frame can be a GUI frame"Gerd Möllmann2025-01-251-38/+15
* Multi-tty: selected frame can be a GUI frameGerd Möllmann2025-01-251-15/+38
* Fix mouse position handling for nested tty child framesGerd Möllmann2025-01-251-0/+11
* Simplify absolute (x, y) computation on ttysGerd Möllmann2025-01-251-10/+9
* ; * src/dispnew.c (combine_updates_for_frame): Fix whitespace.Eli Zaretskii2025-01-241-1/+1
* Revert "; * src/dispnew.c (combine_updates_for_frame): Fix whitespace."Eli Zaretskii2025-01-241-1/+1
* ; * src/dispnew.c (combine_updates_for_frame): Fix whitespace.Eli Zaretskii2025-01-241-1/+1
* Handle update of invisible tty frames (bug#75056)Gerd Möllmann2025-01-241-2/+11
* Handle tty menus overlapping child framesGerd Möllmann2025-01-231-2/+2
* Improve copying current glyphs when building frame matrixGerd Möllmann2025-01-211-10/+15
* Don't use a redisplay optimization in a certain case on ttysGerd Möllmann2025-01-211-0/+12
* Handle removal of selected tty child frameMartin Rudalics2025-01-141-12/+0
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Fix a number of Android compilation warningsPo Lu2024-12-211-2/+10
* Enable adjusting frame sizes on MS-DOSPo Lu2024-12-201-2/+3
* Enable TTY child frames on MS-DOSPo Lu2024-12-201-1/+1
* Fix the Android portPo Lu2024-12-201-0/+6