summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* Improve integer range checkingPaul Eggert2020-04-051-28/+17
* Treat out-of-range positions consistentlyPaul Eggert2020-03-271-4/+1
* Fix sxhash-equal on bytecodes, markers, etc.Paul Eggert2020-01-071-16/+5
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix mini-window resizing under resize-mini-windows = tEli Zaretskii2019-12-301-1/+6
* ; Spelling fixesPaul Eggert2019-12-101-1/+1
* Run scroll/recenter commands from minibuffer in original window (bug#38076)Juri Linkov2019-11-091-2/+2
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-081-4/+4
* Fix handling of mouse events on header line with tab-lineEli Zaretskii2019-10-181-2/+4
* lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero2019-10-171-1/+1
* Handle top margin change in adjust_frame_sizeMartin Rudalics2019-10-161-3/+4
* Minor style tweaks for recent tab changesPaul Eggert2019-10-041-44/+39
* Merge branch 'feature/tabs'Juri Linkov2019-10-011-19/+115
|\
| * Remove unused code and reformat to 70 columns.feature/tabsJuri Linkov2019-10-011-8/+14
| * Don't use hook pre-redisplay-functions. Set buffer-local tab-line-format.Juri Linkov2019-09-051-1/+2
| * Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-17/+106
* | Update some URLsPaul Eggert2019-09-231-2/+2
|/
* Handle persistence of windows' scroll bar and fringes settings (Bug#36193)Martin Rudalics2019-07-221-201/+231
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-2/+0
* Remove fixnum restriction on some display varsPaul Eggert2019-05-221-2/+2
* Merge from origin/emacs-26Glenn Morris2019-05-221-1/+1
|\
| * Don't segfault on force-window-update of deleted windowNoam Postavsky2019-05-201-1/+1
* | Rename generic x_* identifiersAlexander Gramiak2019-04-261-8/+8
* | Rename generic x_* procedures in xdisp.cAlexander Gramiak2019-04-261-1/+1
* | Merge from origin/emacs-26Glenn Morris2019-04-101-1/+6
|\ \ | |/
| * Improve documentation of set-window-startEli Zaretskii2019-04-061-1/+6
* | Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-081-13/+10
* | Merge from origin/emacs-26Glenn Morris2019-03-201-2/+9
|\ \ | |/
| * Document restrictions when setting window margins, fringes or scroll barsMartin Rudalics2019-03-131-2/+9
* | Define macros to abstract support for external menu/tool-barsAlexander Gramiak2019-03-161-2/+2
* | Rewrite minibuffer window resizing codeMartin Rudalics2019-03-111-97/+83
* | Further redesign of window change functionsMartin Rudalics2019-03-091-73/+122
* | Fix initialization of Vwindow_state_change_functionsMartin Rudalics2019-03-061-1/+1
* | Simplify list creation in C codePaul Eggert2019-03-041-1/+1
* | DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-6/+17
* | Fix bugs caused by running window change functions during redisplayMartin Rudalics2019-02-021-0/+1
* | Prefer static to extern where either will doPaul Eggert2019-01-311-1/+1
* | Expand spectrum of window change functionsMartin Rudalics2019-01-171-1/+52
* | Add portable dumperDaniel Colascione2019-01-151-10/+50
* | Run window change functions during redisplayMartin Rudalics2019-01-111-209/+558
* | * src/window.c (save_window_save): Revert part of d82e73fStefan Monnier2019-01-081-4/+2
* | Merge from origin/emacs-26Glenn Morris2019-01-071-1/+1
|\ \ | |/
| * Fix definition of Qwindow_point_insertion_type (Bug#33871)Martin Rudalics2019-01-041-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Handle 'unbound' like nil for 'window-point-insertion-type' (Bug#33871)Martin Rudalics2018-12-301-6/+8
* | Merge from origin/emacs-26Glenn Morris2018-12-151-0/+11
|\ \ | |/
| * Fix redisplay when a window's scroll bar or fringes are changedEli Zaretskii2018-12-111-0/+11
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-2/+1
* | Merge from origin/emacs-26Glenn Morris2018-11-201-14/+10
|\ \ | |/