summaryrefslogtreecommitdiff
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* 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.feature/tabsJuri 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
* Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-2/+80
* ; Improve a recent change.Eli Zaretskii2019-08-251-1/+2
* Clarify Fx_parse_geometry initializationPaul Eggert2019-08-241-5/+6
* Clarify compiler-pacifier in frame.cPaul Eggert2019-08-231-1/+1
* Avoid compilation warning in frame.cEli Zaretskii2019-08-231-1/+1
* Fix the interactive spec for set-frame-width/heightLars Ingebrigtsen2019-08-211-2/+2
* Allow set-frame-height/set-frame-width to be used interactivelyLars Ingebrigtsen2019-08-181-4/+12
* Handle persistence of windows' scroll bar and fringes settings (Bug#36193)Martin Rudalics2019-07-221-11/+7
* Remove printmax_t etc.Paul Eggert2019-07-071-8/+8
* Fix --with-x-toolkit=no build breakageYAMAMOTO Mitsuharu2019-04-271-2/+2
* * src/frame.c (x_get_resource_string): Fix typoAlexander Gramiak2019-04-261-1/+1
* Check for existence of terminal hooks before useAlexander Gramiak2019-04-261-16/+23
* Rename generic x_* identifiersAlexander Gramiak2019-04-261-171/+169
* Merge from origin/emacs-26Glenn Morris2019-04-171-0/+1
|\
| * Fix the MSDOS build when running under CWSDPMIEli Zaretskii2019-04-151-0/+1
| * Backport: Plug memory leak in GTK x-display-monitor-attributes-listAlexander Gramiak2019-04-141-2/+2
* | Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-081-1/+2
* | Plug memory leak in GTK x-display-monitor-attributes-listAlexander Gramiak2019-04-071-2/+2