summaryrefslogtreecommitdiff
path: root/src/window.h
Commit message (Expand)AuthorAge
* Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie2021-01-10
* * lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier2021-01-04
* Update copyright year to 2021Paul Eggert2021-01-01
* Fix sxhash-equal on bytecodes, markers, etc.Paul Eggert2020-01-07
* Update copyright year to 2020Paul Eggert2020-01-01
* Spelling fixesPaul Eggert2019-12-09
* Make sure buffer is live before retrieving underline properties (Bug#38038)Martin Rudalics2019-11-12
* Minor style tweaks for recent tab changesPaul Eggert2019-10-04
* Text-based nox builds compiled without X window supportJuri Linkov2019-09-04
* Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-31
* Handle persistence of windows' scroll bar and fringes settings (Bug#36193)Martin Rudalics2019-07-22
* Avoid backslash-newline-newline in source codePaul Eggert2019-05-22
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-08
* Define macros to abstract support for external menu/tool-barsAlexander Gramiak2019-03-16
* Rewrite minibuffer window resizing codeMartin Rudalics2019-03-11
* Prefer static to extern where either will doPaul Eggert2019-01-31
* Widen modiff counts to avoid wraparoundPaul Eggert2019-01-31
* Run window change functions during redisplayMartin Rudalics2019-01-11
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Merge from origin/emacs-26Glenn Morris2018-12-10
|\|
| * A few further fixes of window internals descriptionMartin Rudalics2018-12-03
* | Merge from origin/emacs-26Glenn Morris2018-11-20
|\|
| * Improve documentation of the window treeEli Zaretskii2018-11-19
* | Shrink pseudovectors a bitPaul Eggert2018-09-06
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-10
* | Make tooltip code handle scenarios from Bug#30182 and Bug#30399Martin Rudalics2018-02-10
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Fix tool-tip display when display margins are non-zero by defaultEli Zaretskii2017-12-09
* Change vectorlike from struct to unionPaul Eggert2017-11-13
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Provide additional support for child framesMartin Rudalics2017-06-25
* Refactor uses of scroll_margin to a functionNoam Postavsky2017-02-02
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Reorder lisp.h to declare types before using themPaul Eggert2016-12-25
* | Ensure redisplay using variable watcherNoam Postavsky2016-12-02
* | Merge from origin/emacs-25Paul Eggert2016-09-26
|\|
| * Fix comments on window height macrosNoam Postavsky2016-09-11
* | * src/window.c (sanitize_window_sizes): Remove unused arg `frame'Stefan Monnier2016-08-02
* | Port window changes to --enable-gcc-warningsPaul Eggert2016-08-02
* | Implement horizontal scroll bars on NSAlan Third2016-05-01
* | Merge from origin/emacs-25John Wiegley2016-03-11
|\|
| * Rework C source files to avoid ^(Paul Eggert2016-03-10
* | Minor cleanups for async DNS etc.Paul Eggert2016-02-23
* | Fix `window-configuration-change-hook' and `window-size-change-functions'Martin Rudalics2016-02-23
|/
* Update copyright year to 2016Paul Eggert2016-01-01
* Ensure redisplay after evaluationEli Zaretskii2015-11-06
* Avoid some int overflows in window.cPaul Eggert2015-04-13
* Use bool for boolean in window.cPaul Eggert2015-04-11