summaryrefslogtreecommitdiff
path: root/src/window.h
Commit message (Expand)AuthorAgeFilesLines
* Fix detection of tab bar windows on PGTKPo Lu2023-05-131-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Merge 'master' into noverlayStefan Monnier2022-09-251-108/+192
|\
| * Delete redisplay-end-trigger-functions and related defunsStefan Kangas2022-07-311-10/+0
| * Actually fix the long lines display bug (bug#56393).Gregory Heytings2022-07-081-0/+1
| * Account for remapped faces in $COLUMNS and $LINES in EshellJim Porter2022-06-091-1/+7
| * Allow precision-scrolling nonselected windows when the minibuffer is resizedPo Lu2022-05-091-0/+4
| * src/xdisp.c: Use same test in `redisplay_window` and `prepare_menu_bars`Stefan Monnier2022-04-271-0/+1
| * Remove sanitize_window_sizesPaul Eggert2022-03-191-1/+0
| * Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
| |\
| | * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
| * | Fix coding styleYuuki Harano2021-11-141-1/+1
| * | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-04-181-0/+1
| |\ \ | | |/
| | * * src/xdisp.c (wset_update_mode_line): Move from `src/window.c`Stefan Monnier2021-04-131-0/+1
| * | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-02-201-4/+0
| |\ \ | | |/
| | * Make recursive minibuffers and recursive edits work togetherAlan Mackenzie2021-02-111-4/+0
| * | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-201-4/+0
| |\ \ | | |/
| | * Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie2021-01-101-4/+0
| * | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-101-1/+0
| |\ \ | | |/
| | * * lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier2021-01-041-1/+0
| * | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-031-1/+1
| |\ \ | | |/
| | * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
| * | experimental support of tab-bar.Yuuki Harano2020-11-221-1/+1
| |/
| * Fix sxhash-equal on bytecodes, markers, etc.Paul Eggert2020-01-071-1/+0
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
| * Spelling fixesPaul Eggert2019-12-091-1/+1
| * Make sure buffer is live before retrieving underline properties (Bug#38038)Martin Rudalics2019-11-121-0/+7
| * Minor style tweaks for recent tab changesPaul Eggert2019-10-041-4/+4
| * Text-based nox builds compiled without X window supportJuri Linkov2019-09-041-0/+2
| * Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-7/+29
| * Handle persistence of windows' scroll bar and fringes settings (Bug#36193)Martin Rudalics2019-07-221-2/+12
| * Avoid backslash-newline-newline in source codePaul Eggert2019-05-221-5/+5
| * Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-081-3/+2
| * Define macros to abstract support for external menu/tool-barsAlexander Gramiak2019-03-161-1/+1
| * Rewrite minibuffer window resizing codeMartin Rudalics2019-03-111-2/+2
| * Prefer static to extern where either will doPaul Eggert2019-01-311-1/+0
| * Widen modiff counts to avoid wraparoundPaul Eggert2019-01-311-2/+2
| * Run window change functions during redisplayMartin Rudalics2019-01-111-5/+22
| * Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
| |\
| | * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * | Merge from origin/emacs-26Glenn Morris2018-12-101-60/+82
| |\ \ | | |/
| | * A few further fixes of window internals descriptionMartin Rudalics2018-12-031-60/+82
| * | Merge from origin/emacs-26Glenn Morris2018-11-201-4/+8
| |\ \ | | |/
| | * Improve documentation of the window treeEli Zaretskii2018-11-191-4/+8
| * | Shrink pseudovectors a bitPaul Eggert2018-09-061-1/+1
| * | Use native alignment to access Lisp object dataPaul Eggert2018-06-101-1/+1
| * | Make tooltip code handle scenarios from Bug#30182 and Bug#30399Martin Rudalics2018-02-101-0/+9
| |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
| * Fix tool-tip display when display margins are non-zero by defaultEli Zaretskii2017-12-091-1/+2
| * Change vectorlike from struct to unionPaul Eggert2017-11-131-1/+1