summaryrefslogtreecommitdiff
path: root/src/window.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Provide additional support for child framesMartin Rudalics2017-06-251-111/+89
* Refactor uses of scroll_margin to a functionNoam Postavsky2017-02-021-0/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Reorder lisp.h to declare types before using themPaul Eggert2016-12-251-0/+19
* | Ensure redisplay using variable watcherNoam Postavsky2016-12-021-1/+0
* | Merge from origin/emacs-25Paul Eggert2016-09-261-2/+2
|\ \ | |/
| * Fix comments on window height macrosNoam Postavsky2016-09-111-2/+2
* | * src/window.c (sanitize_window_sizes): Remove unused arg `frame'Stefan Monnier2016-08-021-1/+1
* | Port window changes to --enable-gcc-warningsPaul Eggert2016-08-021-1/+1
* | Implement horizontal scroll bars on NSAlan Third2016-05-011-1/+1
* | Merge from origin/emacs-25John Wiegley2016-03-111-2/+2
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* | Minor cleanups for async DNS etc.Paul Eggert2016-02-231-1/+0
* | Fix `window-configuration-change-hook' and `window-size-change-functions'Martin Rudalics2016-02-231-4/+12
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Ensure redisplay after evaluationEli Zaretskii2015-11-061-0/+1
* Avoid some int overflows in window.cPaul Eggert2015-04-131-3/+3
* Use bool for boolean in window.cPaul Eggert2015-04-111-7/+7
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-1/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Merge from emacs-24Stefan Monnier2014-11-161-1/+1
|\
| * src/window.h (WINDOW_FRAME_LINE_HEIGHT): Fix a typo in a comment.Eli Zaretskii2014-11-151-1/+1
* | Pacify --enable-gcc-warnings when no window system is used.Paul Eggert2014-09-101-2/+8
* | Fix scroll bar handling for non-toolkit builds.Martin Rudalics2014-08-041-1/+3
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-115/+182
|/
* Fix bug #17892 with mode/header line and display margins.Eli Zaretskii2014-07-011-2/+4
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-43/+43