summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAge
* Don't let `maybe_quit` prevent resetting `consing_until_gc` (bug#43389)Stefan Monnier2021-01-20
* Update copyright year to 2021Paul Eggert2021-01-01
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix mini-window resizing under resize-mini-windows = tEli Zaretskii2019-12-30
* ; Spelling fixesPaul Eggert2019-12-10
* Run scroll/recenter commands from minibuffer in original window (bug#38076)Juri Linkov2019-11-09
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-08
* Fix handling of mouse events on header line with tab-lineEli Zaretskii2019-10-18
* lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero2019-10-17
* Handle top margin change in adjust_frame_sizeMartin Rudalics2019-10-16
* Minor style tweaks for recent tab changesPaul Eggert2019-10-04
* Merge branch 'feature/tabs'Juri Linkov2019-10-01
|\
| * Remove unused code and reformat to 70 columns.Juri Linkov2019-10-01
| * Don't use hook pre-redisplay-functions. Set buffer-local tab-line-format.Juri Linkov2019-09-05
| * Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-31
* | Update some URLsPaul Eggert2019-09-23
|/
* Handle persistence of windows' scroll bar and fringes settings (Bug#36193)Martin Rudalics2019-07-22
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-08
* Remove fixnum restriction on some display varsPaul Eggert2019-05-22
* Merge from origin/emacs-26Glenn Morris2019-05-22
|\
| * Don't segfault on force-window-update of deleted windowNoam Postavsky2019-05-20
* | Rename generic x_* identifiersAlexander Gramiak2019-04-26
* | Rename generic x_* procedures in xdisp.cAlexander Gramiak2019-04-26
* | Merge from origin/emacs-26Glenn Morris2019-04-10
|\|
| * Improve documentation of set-window-startEli Zaretskii2019-04-06
* | Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-08
* | Merge from origin/emacs-26Glenn Morris2019-03-20
|\|
| * Document restrictions when setting window margins, fringes or scroll barsMartin Rudalics2019-03-13
* | Define macros to abstract support for external menu/tool-barsAlexander Gramiak2019-03-16
* | Rewrite minibuffer window resizing codeMartin Rudalics2019-03-11
* | Further redesign of window change functionsMartin Rudalics2019-03-09
* | Fix initialization of Vwindow_state_change_functionsMartin Rudalics2019-03-06
* | Simplify list creation in C codePaul Eggert2019-03-04
* | DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-27
* | Fix bugs caused by running window change functions during redisplayMartin Rudalics2019-02-02
* | Prefer static to extern where either will doPaul Eggert2019-01-31
* | Expand spectrum of window change functionsMartin Rudalics2019-01-17
* | Add portable dumperDaniel Colascione2019-01-15
* | Run window change functions during redisplayMartin Rudalics2019-01-11
* | * src/window.c (save_window_save): Revert part of d82e73fStefan Monnier2019-01-08
* | Merge from origin/emacs-26Glenn Morris2019-01-07
|\|
| * Fix definition of Qwindow_point_insertion_type (Bug#33871)Martin Rudalics2019-01-04
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\|
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Handle 'unbound' like nil for 'window-point-insertion-type' (Bug#33871)Martin Rudalics2018-12-30
* | Merge from origin/emacs-26Glenn Morris2018-12-15
|\|
| * Fix redisplay when a window's scroll bar or fringes are changedEli Zaretskii2018-12-11
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-09
* | Merge from origin/emacs-26Glenn Morris2018-11-20
|\|
| * ; * src/window.c (window_scroll): Improve commentary.Eli Zaretskii2018-11-19