summaryrefslogtreecommitdiff
path: root/src/window.h
AgeCommit message (Expand)Author
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
2013-11-30Support resizing frames and windows pixelwise.Martin Rudalics
2013-11-28Fix minor problems found by static checking.Paul Eggert
2013-11-28Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier
2013-10-29Add pre-redisplay-function and rectangular regionStefan Monnier
2013-10-02* window.h (struct window): Prefer enum text_cursor_kinds to intDmitry Antipov
2013-09-20A simpler, centralized INLINE.Paul Eggert
2013-09-11Ifdef away frame tool bar code when it is not really used.Dmitry Antipov
2013-09-05Cache current header and mode line height for each window.Dmitry Antipov
2013-09-02* window.h (Vmouse_window, Vmouse_event): Remove the leftovers.Dmitry Antipov
2013-08-28Redesign redisplay interface to drop global output_cursor.Dmitry Antipov
2013-08-26* window.h (struct window): Replace last_cursor with last_cursor_vposDmitry Antipov
2013-08-14* xdisp.c (cursor_type_changed): Now static.Paul Eggert
2013-08-14* window.h (struct window): Convert window_end_pos andDmitry Antipov
2013-08-14* window.h (struct window): Convert scroll_bar_widthDmitry Antipov
2013-08-13* window.h (WINDOW_FRINGE_EXTENDED_P): New macro.Dmitry Antipov
2013-08-13* window.h (struct window): Convert left_margin_cols andDmitry Antipov
2013-08-13* window.h (struct window): Convert left_fringe_widthDmitry Antipov
2013-08-12Avoid looping over all frame windows to freeze and unfreeze.Dmitry Antipov
2013-08-07Be more careful if selected window shows the buffer other than current,Dmitry Antipov
2013-07-16New unwind-protect flavors to better type-check C callbacks.Paul Eggert
2013-06-16Use functions, not macros, for XINT etc.Paul Eggert