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