summaryrefslogtreecommitdiff
path: root/src/window.h
AgeCommit message (Expand)Author
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-09-25Merge 'master' into noverlayStefan Monnier
2022-07-31Delete redisplay-end-trigger-functions and related defunsStefan Kangas
2022-07-08Actually fix the long lines display bug (bug#56393).Gregory Heytings
2022-06-09Account for remapped faces in $COLUMNS and $LINES in EshellJim Porter
2022-05-09Allow precision-scrolling nonselected windows when the minibuffer is resizedPo Lu
2022-04-27src/xdisp.c: Use same test in `redisplay_window` and `prepare_menu_bars`Stefan Monnier
2022-03-19Remove sanitize_window_sizesPaul Eggert
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-14Fix coding styleYuuki Harano
2021-04-18Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-04-13* src/xdisp.c (wset_update_mode_line): Move from `src/window.c`Stefan Monnier
2021-02-20Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-02-11Make recursive minibuffers and recursive edits work togetherAlan Mackenzie
2021-01-20Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-01-10Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie
2021-01-10Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-01-04* lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier
2021-01-03Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-01-01Update copyright year to 2021Paul Eggert
2020-11-22experimental support of tab-bar.Yuuki Harano
2020-01-07Fix sxhash-equal on bytecodes, markers, etc.Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-09Spelling fixesPaul Eggert
2019-11-12Make sure buffer is live before retrieving underline properties (Bug#38038)Martin Rudalics
2019-10-04Minor style tweaks for recent tab changesPaul Eggert
2019-09-04Text-based nox builds compiled without X window supportJuri Linkov
2019-08-31Frame-local tab-bar and window-local tab-line.Juri Linkov
2019-07-22Handle persistence of windows' scroll bar and fringes settings (Bug#36193)Martin Rudalics
2019-05-22Avoid backslash-newline-newline in source codePaul Eggert
2019-04-08Allow gap before first non-Lisp pseudovec memberPaul Eggert
2019-03-16Define macros to abstract support for external menu/tool-barsAlexander Gramiak
2019-03-11Rewrite minibuffer window resizing codeMartin Rudalics
2019-01-31Prefer static to extern where either will doPaul Eggert
2019-01-31Widen modiff counts to avoid wraparoundPaul Eggert
2019-01-11Run window change functions during redisplayMartin Rudalics
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-10Merge from origin/emacs-26Glenn Morris
2018-12-03A few further fixes of window internals descriptionMartin Rudalics
2018-11-20Merge from origin/emacs-26Glenn Morris
2018-11-19Improve documentation of the window treeEli Zaretskii
2018-09-06Shrink pseudovectors a bitPaul Eggert
2018-06-10Use native alignment to access Lisp object dataPaul Eggert
2018-02-10Make tooltip code handle scenarios from Bug#30182 and Bug#30399Martin Rudalics
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-09Fix tool-tip display when display margins are non-zero by defaultEli Zaretskii
2017-11-13Change vectorlike from struct to unionPaul Eggert
2017-10-04Provide a new tree data-structure for overlays.Andreas Politz