aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-05Improve integer range checkingPaul Eggert1-28/+17
2020-03-27Treat out-of-range positions consistentlyPaul Eggert1-4/+1
2020-01-07Fix sxhash-equal on bytecodes, markers, etc.Paul Eggert1-16/+5
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-12-30Fix mini-window resizing under resize-mini-windows = tEli Zaretskii1-1/+6
2019-12-10; Spelling fixesPaul Eggert1-1/+1
2019-11-09Run scroll/recenter commands from minibuffer in original window (bug#38076)Juri Linkov1-2/+2
2019-11-08Fix some quoting glitches in doc stringsPaul Eggert1-4/+4
2019-10-18Fix handling of mouse events on header line with tab-lineEli Zaretskii1-2/+4
2019-10-17lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero1-1/+1
2019-10-16Handle top margin change in adjust_frame_sizeMartin Rudalics1-3/+4
2019-10-04Minor style tweaks for recent tab changesPaul Eggert1-44/+39
2019-10-01Remove unused code and reformat to 70 columns.feature/tabsJuri Linkov1-8/+14
2019-09-23Update some URLsPaul Eggert1-2/+2
2019-09-05Don't use hook pre-redisplay-functions. Set buffer-local tab-line-format.Juri Linkov1-1/+2
2019-08-31Frame-local tab-bar and window-local tab-line.Juri Linkov1-17/+106
2019-07-22Handle persistence of windows' scroll bar and fringes settings (Bug#36193)Martin Rudalics1-201/+231
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert1-2/+0
2019-05-22Remove fixnum restriction on some display varsPaul Eggert1-2/+2
2019-05-20Don't segfault on force-window-update of deleted windowNoam Postavsky1-1/+1
2019-04-26Rename generic x_* identifiersAlexander Gramiak1-8/+8
2019-04-26Rename generic x_* procedures in xdisp.cAlexander Gramiak1-1/+1
2019-04-08Allow gap before first non-Lisp pseudovec memberPaul Eggert1-13/+10
2019-04-06Improve documentation of set-window-startEli Zaretskii1-1/+6
2019-03-16Define macros to abstract support for external menu/tool-barsAlexander Gramiak1-2/+2
2019-03-13Document restrictions when setting window margins, fringes or scroll barsMartin Rudalics1-2/+9
2019-03-11Rewrite minibuffer window resizing codeMartin Rudalics1-97/+83
2019-03-09Further redesign of window change functionsMartin Rudalics1-73/+122
2019-03-06Fix initialization of Vwindow_state_change_functionsMartin Rudalics1-1/+1
2019-03-04Simplify list creation in C codePaul Eggert1-1/+1
2019-02-27DEFVAR_INT variables are now intmax_tPaul Eggert1-6/+17
2019-02-02Fix bugs caused by running window change functions during redisplayMartin Rudalics1-0/+1
2019-01-31Prefer static to extern where either will doPaul Eggert1-1/+1
2019-01-17Expand spectrum of window change functionsMartin Rudalics1-1/+52
2019-01-15Add portable dumperDaniel Colascione1-10/+50
2019-01-11Run window change functions during redisplayMartin Rudalics1-209/+558
2019-01-08* src/window.c (save_window_save): Revert part of d82e73fStefan Monnier1-4/+2
2019-01-04Fix definition of Qwindow_point_insertion_type (Bug#33871)Martin Rudalics1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-12-30Handle 'unbound' like nil for 'window-point-insertion-type' (Bug#33871)Martin Rudalics1-6/+8
2018-12-11Fix redisplay when a window's scroll bar or fringes are changedEli Zaretskii1-0/+11
2018-12-09Add make_vector and make_nil_vectorPaul Eggert1-2/+1
2018-11-19; * src/window.c (window_scroll): Improve commentary.Eli Zaretskii1-2/+2
2018-11-19Fix window scrolling on TTY frames when there's no mode lineEli Zaretskii1-12/+8
2018-10-15Clarify documentation of fractional vertical scrolling and some doc stringsAlan Mackenzie1-0/+4
2018-09-10Fix last change of 'run_window_size_change_functions'Martin Rudalics1-2/+2
2018-09-10Handle buffer-local 'window-size-change-functions' specially (Bug#32637)Martin Rudalics1-5/+43
2018-09-06Shrink pseudovectors a bitPaul Eggert1-1/+1
2018-08-27Improve bignum support for system typesPaul Eggert1-10/+9
2018-08-07More macro renamings for bignumTom Tromey1-68/+68