summaryrefslogtreecommitdiff
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* Make frames record when their selected window was the mini-windowAlan Mackenzie2021-05-311-1/+11
* Handle Bug#24526 without breaking Emacs on tiling WMs (Bug#48268)Martin Rudalics2021-05-121-0/+13
* Fix wrong handling of minibuffers when frames get iconified/made invisibleAlan Mackenzie2021-05-061-57/+5
* Fix setting of 'width' and 'height' frame parametersMartin Rudalics2021-05-051-3/+6
* Add two changes announced but not included in previous commitMartin Rudalics2021-05-021-18/+14
* Make adjust_frame_size set up frame's new_width/_height too (Bug#17120)Martin Rudalics2021-05-021-6/+16
* Major rewrite of adjust_frame_sizeMartin Rudalics2021-04-271-336/+396
* Avoid selecting tooltip windows and frames (Bug#47207)Martin Rudalics2021-04-181-2/+13
* Improve docstring of 'frame-scale-factor'Robert Pluim2021-04-161-0/+1
* Fix recent changes regarding frame-scale-factorEli Zaretskii2021-04-041-3/+3
* Implement frame-scale-factorAlan Third2021-04-031-0/+12
* Prevent open minibuffers getting lost when their frame gets deletedAlan Mackenzie2021-03-211-1/+1
* Add minibuffer input support to commands that set the frame sizeDaniel Martín2021-03-161-2/+2
* Use frame monitor in frame_floatAndrii Kolomoiets2021-02-111-2/+2
* Permit zero value for 'child-frame-border-width' parameter (Bug#46184)Martin Rudalics2021-02-061-3/+13
* Add distinct controls for child frames' borders (Bug#45620)Alexander Miller2021-01-261-0/+12
* Fix last changeEli Zaretskii2021-01-161-4/+4
* Make mouse-related calls be more consistent on all frame typesJared Finder2021-01-161-22/+37
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* docstring: If FRAME is nil, it defaults to selected frame.Pankaj Jangid2020-12-111-3/+9
* frame-position doc string clarificatonLars Ingebrigtsen2020-11-291-1/+5
* Merge from origin/emacs-27Michael Albinus2020-11-251-3/+7
|\
| * Revert extra focus redirection in do_switch_frame (Bug#24803)Martin Rudalics2020-11-251-3/+7
* | Allow minibuffer to stay in its original frame. Tidy up this area.Alan Mackenzie2020-11-051-0/+1
* | Merge from origin/emacs-27Glenn Morris2020-10-271-1/+1
|\|
| * Don't skip empty lines when fitting mini frame to buffer (Bug#44080)Clemens Radermacher2020-10-271-1/+1
* | Make TTY menus work with xterm-mouse-modeJared Finder2020-10-241-1/+7
* | * src/xdisp.c (syms_of_xdisp): New var `redisplay_skip_initial_frame`.Stefan Monnier2020-10-041-6/+6
* | Merge from origin/emacs-27Glenn Morris2020-09-201-1/+1
|\|
| * ; * src/frame.c (syms_of_frame) <make-pointer-invisible>: Doc fix.Eli Zaretskii2020-09-191-1/+1
* | Pacify gcc -Wunused-variablePaul Eggert2020-08-061-18/+15
* | Drop support for -fcheck-pointer-boundsPaul Eggert2020-08-041-6/+0
* | Merge from origin/emacs-27Glenn Morris2020-04-111-0/+1
|\|
| * Fix some problems with moving and resizing child framesMartin Rudalics2020-04-061-0/+1
* | Improve integer range checkingPaul Eggert2020-04-051-56/+43
* | Merge from origin/emacs-27Glenn Morris2020-03-181-5/+7
|\|
| * Recalculate default font when switching font backendRobert Pluim2020-03-171-5/+7
* | Fix NS frame parameters (bug#39000)Alan Third2020-01-071-1/+1
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix documentation of implied frame resizing (Bug#38684)Martin Rudalics2019-12-231-5/+5
* Remove nothing from union output_dataPaul Eggert2019-12-141-2/+0
* Spelling fixesPaul Eggert2019-12-091-2/+2
* Fix English grammar in some doc strings and commentsStephen Gildea2019-11-031-1/+1
* Handle top margin change in adjust_frame_sizeMartin Rudalics2019-10-161-6/+5
* Fix initial value of frame-inhibit-implied-resizeJuri Linkov2019-10-141-13/+8
* Fix initial value of frame-inhibit-implied-resizeJuri Linkov2019-10-131-15/+17
* Fix initial value of frame-inhibit-implied-resizeEli Zaretskii2019-10-101-7/+11
* Remove unused code and reformat to 70 columns.Juri Linkov2019-10-011-23/+8
* Take into account FRAME_TAB_BAR height in more places.Juri Linkov2019-09-221-3/+5
* Text-mode display of the tab-bar and emulation of clicking on a tty.Juri Linkov2019-09-031-0/+37