summaryrefslogtreecommitdiff
path: root/src/window.h
AgeCommit message (Expand)Author
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
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-06-25Provide additional support for child framesMartin Rudalics
2017-02-02Refactor uses of scroll_margin to a functionNoam Postavsky
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-25Reorder lisp.h to declare types before using themPaul Eggert
2016-12-02Ensure redisplay using variable watcherNoam Postavsky
2016-09-26Merge from origin/emacs-25Paul Eggert
2016-09-11Fix comments on window height macrosNoam Postavsky
2016-08-02* src/window.c (sanitize_window_sizes): Remove unused arg `frame'Stefan Monnier
2016-08-02Port window changes to --enable-gcc-warningsPaul Eggert
2016-05-01Implement horizontal scroll bars on NSAlan Third
2016-03-11Merge from origin/emacs-25John Wiegley
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-02-23Minor cleanups for async DNS etc.Paul Eggert
2016-02-23Fix `window-configuration-change-hook' and `window-size-change-functions'Martin Rudalics
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-06Ensure redisplay after evaluationEli Zaretskii
2015-04-13Avoid some int overflows in window.cPaul Eggert
2015-04-11Use bool for boolean in window.cPaul Eggert
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-11-16Merge from emacs-24Stefan Monnier
2014-11-15src/window.h (WINDOW_FRAME_LINE_HEIGHT): Fix a typo in a comment.Eli Zaretskii
2014-09-10Pacify --enable-gcc-warnings when no window system is used.Paul Eggert
2014-08-04Fix scroll bar handling for non-toolkit builds.Martin Rudalics
2014-07-27Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics
2014-07-01Fix bug #17892 with mode/header line and display margins.Eli Zaretskii
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-14Use bool for boolean, focusing on headers.Paul Eggert