summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* Rename non-X x_* identifiers 2Alexander Gramiak2019-04-131-7/+7
* Rename non-X x_* identifiersAlexander Gramiak2019-04-131-1/+1
* Rename non-X x_* procedures in xdisp.cAlexander Gramiak2019-04-131-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
|\ \ | |/
| * ; * src/window.c (window_scroll): Improve commentary.Eli Zaretskii2018-11-191-2/+2
| * Fix window scrolling on TTY frames when there's no mode lineEli Zaretskii2018-11-191-12/+8
* | Merge from origin/emacs-26Glenn Morris2018-10-161-0/+4
|\ \ | |/
| * Clarify documentation of fractional vertical scrolling and some doc stringsAlan Mackenzie2018-10-151-0/+4
* | Fix last change of 'run_window_size_change_functions'Martin Rudalics2018-09-101-2/+2
* | Handle buffer-local 'window-size-change-functions' specially (Bug#32637)Martin Rudalics2018-09-101-5/+43
* | Shrink pseudovectors a bitPaul Eggert2018-09-061-1/+1
* | Improve bignum support for system typesPaul Eggert2018-08-271-10/+9
* | More macro renamings for bignumTom Tromey2018-08-071-68/+68
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-121/+121
* | Keep interactive uses of 'recenter' backward compatible (Bug#31325)John Shahid2018-07-071-2/+2
* | Fix recent change in window.cEli Zaretskii2018-07-071-3/+8
* | Fix scrollingBasil L. Contovounesios2018-07-061-1/+1
* | Add a new argument to 'recenter' to allow finer control of redisplayJohn Shahid2018-07-011-9/+11
* | unbind_to performance tuningPaul Eggert2018-06-291-4/+2
* | Merge from emacs-26Noam Postavsky2018-06-101-9/+22
|\ \ | |/
| * Fix unexpected jumps of window-point in 'set-window-configuration' (Bug#31695)Martin Rudalics2018-06-071-9/+22
* | New function record_unwind_protect_excursionPaul Eggert2018-06-071-1/+1
* | Rewrite scroll-other-window-down in C (bug#30207)Basil L. Contovounesios2018-05-101-40/+45
* | Improve documentation for "other window" scrollingBasil L. Contovounesios2018-05-101-14/+13
* | Limit "other window" scrolling to current terminalBasil L. Contovounesios2018-05-101-7/+3
|/