aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add frame identifiers (bug#80138)Stéphane Marks9 hours1-0/+82
* Fix crash where dead frame remains on list of live frames (Bug#80120)Martin Rudalics2 days1-3/+1
* ; Fix doc-string of Fset_frame_positionMartin Rudalics7 days1-4/+5
* Add frame parameters 'cloned-from' and 'undeleted' (bug#80104)Stéphane Marks10 days1-0/+4
* ; Add 2026 to copyright years.Sean Whitton12 days1-1/+1
* December 2025 spelling fixesPaul Eggert2025-12-261-1/+1
* Add ns_set_window_size_and_positionStéphane Marks2025-12-241-1/+1
* ; * src/frame.c (Fmake_frame_invisible): Don't skip setting frame invisible.Gerd Möllmann2025-12-231-5/+6
* Add functions to set frame size and position in one compound stepMartin Rudalics2025-12-221-2/+75
* Don't change visibility of tty root frames (Bug#80032)Martin Rudalics2025-12-201-18/+12
* Don't make tty child frames visible when selected (bug#80020)Gerd Möllmann2025-12-191-10/+3
* Fix some C symbol extern visibilityPaul Eggert2025-12-081-9/+12
* Fix root frame check in store_frame_param (Bug#79947)Martin Rudalics2025-12-061-10/+20
* Support `toolkit-theme-set-functions' on Android and execute hooks safelyPo Lu2025-11-241-3/+2
* Add `toolkit-theme' and 'toolkit-theme-set-functions'Ahmed Khanzada2025-11-221-0/+13
* ; Fix documentation of a recent commitEli Zaretskii2025-11-021-4/+4
* Handle resizing of fullscreen frames more consistently (Bug#79704)Martin Rudalics2025-11-021-0/+44
* ; * src/frame.c (frame_get): Fix a thinko.Eli Zaretskii2025-10-221-1/+1
* Allow renaming of frames to F<num> on text terminalsAlan Mackenzie2025-10-221-7/+35
* Add frame parameter which allows border transparencyGarklein2025-07-261-0/+10
* Fix crashes when "emacsclient -nw" frames are suspended (bug#78980)Pip Cet2025-07-091-3/+3
* Handle invalid frame_or_window slots in tty input events (Bug#78966)Martin Rudalics2025-07-091-0/+9
* Have 'delete-frame' delete initial daemon frame only if FORCE is non-nilMartin Rudalics2025-05-291-4/+7
* Fix infinite looping in 'next-frame' and associates (Bug#77985)Martin Rudalics2025-05-091-30/+59
* Further amendments of child frame handling and documentationMartin Rudalics2025-03-261-9/+81
* Fix and document frame parameters for text terminals and child framesMartin Rudalics2025-03-221-26/+42
* On tty frames restrict number of menu bar lines (Bug#77015)Martin Rudalics2025-03-191-10/+22
* Ensure redisplay after re-parenting a tty child frame (Bug#77079)Martin Rudalics2025-03-181-0/+3
* Implement dragging and resizing of tty child framesMartin Rudalics2025-03-171-3/+38
* ; Replace "Elisp" with "Lisp" or "Emacs Lisp" in some placesSean Whitton2025-03-121-1/+1
* Fix capitalization ELisp -> ElispSean Whitton2025-03-121-1/+1
* Fix handling of frame position valuesMartin Rudalics2025-03-101-15/+38
* Provide better completion for customizing frame parametersMauro Aranda2025-03-091-0/+4
* Fix crash in daemon when "C-x C-c" while a client frame shows tooltipEli Zaretskii2025-03-081-9/+11
* Clarify semantics of 'frame-inhibit-implied-resize'Martin Rudalics2025-02-241-9/+17
* ; Fix last changeEli Zaretskii2025-02-231-2/+2
* Optionally inhibit implied resizing while frame is made (Bug#76275)Martin Rudalics2025-02-231-23/+35
* ; Fix typosStefan Kangas2025-02-221-1/+1
* Handle nil top frame (bug#76410)Gerd Möllmann2025-02-191-1/+1
* Fix handling of visibility on tty frames (Bug#76031)Martin Rudalics2025-02-101-41/+77
* Remove no-longer-needed delete_frame UNINITPaul Eggert2025-02-041-1/+0
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-2/+2
|\
| * Pure storage removal: Remove purecopy hash table flagPip Cet2024-12-121-1/+1
| * Pure storage removal: Replace calls to removed functionsPip Cet2024-12-121-1/+1
* | New variable 'expose-hidden-buffer' (Bug#75828)Martin Rudalics2025-01-281-2/+17
* | Fix frame-visible-p for tty root framesGerd Möllmann2025-01-281-2/+0
* | Simplify make_formatted_string APIPaul Eggert2025-01-261-9/+4
* | Change doc string of frame-visible-pGerd Möllmann2025-01-251-5/+1
* | Merge from origin/emacs-30Eli Zaretskii2025-01-251-5/+5
|\ \
| * | ; Fix documentation about faces of tool-tip textEli Zaretskii2025-01-181-5/+5