summaryrefslogtreecommitdiff
path: root/src/window.c
AgeCommit message (Expand)Author
2017-06-25Provide additional support for child framesMartin Rudalics
2017-05-27Minor doc and doc-string fixes (Bug#27091)Martin Rudalics
2017-04-27Fix doc and customization type of `window-combination-limit' (Bug#26673)Martin Rudalics
2017-04-12New internal-border face and args for select-window and x-focus-frameMartin Rudalics
2017-04-11Frame movement, focus and hook related changesMartin Rudalics
2017-03-02Restore XFLOATINT but with restricted argsPaul Eggert
2017-03-02Remove XFLOATINTPaul Eggert
2017-02-02Fix scrolling with partial linesNoam Postavsky
2017-02-02Make limit on scroll-margin variableNoam Postavsky
2017-02-02Don't count mode line for scroll-margin limitNoam Postavsky
2017-02-02Refactor uses of scroll_margin to a functionNoam Postavsky
2017-02-01Remove immediate_quit.Paul Eggert
2017-01-25Replace QUIT with maybe_quitPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-22Pacify --enable-gcc-warningsPaul Eggert
2016-12-10Support concurrency in Emacs LispEli Zaretskii
2016-12-07Merge from origin/emacs-25Paul Eggert
2016-12-04Merge branch 'concurrency'Eli Zaretskii
2016-12-01Fix documentation of `window-combination-resize'Martin Rudalics
2016-10-17Fix frame focus redirection with shared minibuffer windows (Bug#24500)Martin Rudalics
2016-09-05Avoid assertion violations when scrolling narrowed bufferEli Zaretskii
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-08-02* src/window.c: Fix bootstrap failure due to window.el changesStefan Monnier
2016-06-27Fix 'move-to-window-line' when EOB is on last screen lineEli Zaretskii
2016-06-08Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert
2016-05-30Omit IF_LINT code that no longer seems neededPaul Eggert
2016-03-27Rename C names to match Lisp symbols betterPaul Eggert
2016-03-26Safely run window size change functionsMartin Rudalics
2016-03-20Resurrect earlier fix of resize_frame_windowsMartin Rudalics
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-30-Paul Eggert
2016-01-30-Paul Eggert
2016-01-30-Paul Eggert
2016-01-24Expunge "allow" + infinitive without direct object from source and doc.Alan Mackenzie
2016-01-22xwidgets style cleanupPaul Eggert
2016-01-19Support for the new Xwidget feature.Joakim Verona
2016-01-18-John Wiegley
2016-01-18Fix scrolling under scroll-preserve-screen-position on TTYEli Zaretskii
2016-01-18Fix scrolling under scroll-preserve-screen-position and marginsEli Zaretskii
2016-01-15Fix crashes when mini-window has non-zero marginsEli Zaretskii
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-23Move setting FRAME_WINDOW_SIZES_CHANGED to resize_frame_windows.Martin Rudalics
2015-11-21Call 'window-size-change-functions' for mini-windowsEli Zaretskii
2015-11-10Spelling fixesPaul Eggert
2015-11-01merge from trunkKen Raeburn