summaryrefslogtreecommitdiff
path: root/src/frame.c
AgeCommit message (Expand)Author
2026-05-26ARRAYELTS → countofPaul Eggert
2026-05-26Omit useless casts found by GCC 16Paul Eggert
2026-04-10Ensure selected_frame isn't the deleted frame (bug#80789)Pip Cet
2026-03-26; Simplify Fframe_id frame decoding.Basil L. Contovounesios
2026-03-26Simplify some struct frame.output_method checksBasil L. Contovounesios
2026-03-06Additional fixes for 'get-mru-frame' (Bug#80397)Martin Rudalics
2026-03-05Fix segfault introduced by recent 'get-mru-frame' changeMartin Rudalics
2026-02-22New user option 'after-delete-frame-select-mru-frame' (bug#80397)Stéphane Marks
2026-02-18Add frame-use-time, get-mru-frame, use mru frame in delete-frame (bug#80397)Stéphane Marks
2026-02-12; * src/dispnew.c (box_default): Shut up compilation warnings (bug#80386).Eli Zaretskii
2026-01-29Avoid interference between child frame deletion and recenteringEli Zaretskii
2026-01-24Support cons cell for 'line-spacing'Daniel Mendler
2026-01-13Add frame identifiers (bug#80138)Stéphane Marks
2026-01-11Fix crash where dead frame remains on list of live frames (Bug#80120)Martin Rudalics
2026-01-06; Fix doc-string of Fset_frame_positionMartin Rudalics
2026-01-03Add frame parameters 'cloned-from' and 'undeleted' (bug#80104)Stéphane Marks
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-26December 2025 spelling fixesPaul Eggert
2025-12-24Add ns_set_window_size_and_positionStéphane Marks
2025-12-23; * src/frame.c (Fmake_frame_invisible): Don't skip setting frame invisible.Gerd Möllmann
2025-12-22Add functions to set frame size and position in one compound stepMartin Rudalics
2025-12-20Don't change visibility of tty root frames (Bug#80032)Martin Rudalics
2025-12-19Don't make tty child frames visible when selected (bug#80020)Gerd Möllmann
2025-12-08Fix some C symbol extern visibilityPaul Eggert
2025-12-06Fix root frame check in store_frame_param (Bug#79947)Martin Rudalics
2025-11-24Support `toolkit-theme-set-functions' on Android and execute hooks safelyPo Lu
2025-11-22Add `toolkit-theme' and 'toolkit-theme-set-functions'Ahmed Khanzada
2025-11-02; Fix documentation of a recent commitEli Zaretskii
2025-11-02Handle resizing of fullscreen frames more consistently (Bug#79704)Martin Rudalics
2025-10-22; * src/frame.c (frame_get): Fix a thinko.Eli Zaretskii
2025-10-22Allow renaming of frames to F<num> on text terminalsAlan Mackenzie
2025-07-26Add frame parameter which allows border transparencyGarklein
2025-07-09Fix crashes when "emacsclient -nw" frames are suspended (bug#78980)Pip Cet
2025-07-09Handle invalid frame_or_window slots in tty input events (Bug#78966)Martin Rudalics
2025-05-29Have 'delete-frame' delete initial daemon frame only if FORCE is non-nilMartin Rudalics
2025-05-09Fix infinite looping in 'next-frame' and associates (Bug#77985)Martin Rudalics
2025-03-26Further amendments of child frame handling and documentationMartin Rudalics
2025-03-22Fix and document frame parameters for text terminals and child framesMartin Rudalics
2025-03-19On tty frames restrict number of menu bar lines (Bug#77015)Martin Rudalics
2025-03-18Ensure redisplay after re-parenting a tty child frame (Bug#77079)Martin Rudalics
2025-03-17Implement dragging and resizing of tty child framesMartin Rudalics
2025-03-12; Replace "Elisp" with "Lisp" or "Emacs Lisp" in some placesSean Whitton
2025-03-12Fix capitalization ELisp -> ElispSean Whitton
2025-03-10Fix handling of frame position valuesMartin Rudalics
2025-03-09Provide better completion for customizing frame parametersMauro Aranda
2025-03-08Fix crash in daemon when "C-x C-c" while a client frame shows tooltipEli Zaretskii
2025-02-24Clarify semantics of 'frame-inhibit-implied-resize'Martin Rudalics
2025-02-23; Fix last changeEli Zaretskii
2025-02-23Optionally inhibit implied resizing while frame is made (Bug#76275)Martin Rudalics
2025-02-22; Fix typosStefan Kangas