index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
window.h
Age
Commit message (
Expand
)
Author
2017-06-25
Provide additional support for child frames
Martin Rudalics
2017-02-02
Refactor uses of scroll_margin to a function
Noam Postavsky
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-12-25
Reorder lisp.h to declare types before using them
Paul Eggert
2016-12-02
Ensure redisplay using variable watcher
Noam Postavsky
2016-09-26
Merge from origin/emacs-25
Paul Eggert
2016-09-11
Fix comments on window height macros
Noam Postavsky
2016-08-02
* src/window.c (sanitize_window_sizes): Remove unused arg `frame'
Stefan Monnier
2016-08-02
Port window changes to --enable-gcc-warnings
Paul Eggert
2016-05-01
Implement horizontal scroll bars on NS
Alan Third
2016-03-11
Merge from origin/emacs-25
John Wiegley
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-02-23
Minor cleanups for async DNS etc.
Paul Eggert
2016-02-23
Fix `window-configuration-change-hook' and `window-size-change-functions'
Martin Rudalics
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-11-06
Ensure redisplay after evaluation
Eli Zaretskii
2015-04-13
Avoid some int overflows in window.c
Paul Eggert
2015-04-11
Use bool for boolean in window.c
Paul Eggert
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-11-16
Merge from emacs-24
Stefan Monnier
2014-11-15
src/window.h (WINDOW_FRAME_LINE_HEIGHT): Fix a typo in a comment.
Eli Zaretskii
2014-09-10
Pacify --enable-gcc-warnings when no window system is used.
Paul Eggert
2014-08-04
Fix scroll bar handling for non-toolkit builds.
Martin Rudalics
2014-07-27
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
Martin Rudalics
2014-07-01
Fix bug #17892 with mode/header line and display margins.
Eli Zaretskii
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-12-14
Use bool for boolean, focusing on headers.
Paul Eggert
2013-11-30
Support resizing frames and windows pixelwise.
Martin Rudalics
2013-11-28
Fix minor problems found by static checking.
Paul Eggert
2013-11-28
Refine redisplay optimizations to only redisplay *some* frames/windows
Stefan Monnier
2013-10-29
Add pre-redisplay-function and rectangular region
Stefan Monnier
2013-10-02
* window.h (struct window): Prefer enum text_cursor_kinds to int
Dmitry Antipov
2013-09-20
A simpler, centralized INLINE.
Paul Eggert
2013-09-11
Ifdef away frame tool bar code when it is not really used.
Dmitry Antipov
2013-09-05
Cache 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-28
Redesign redisplay interface to drop global output_cursor.
Dmitry Antipov
2013-08-26
* window.h (struct window): Replace last_cursor with last_cursor_vpos
Dmitry Antipov
2013-08-14
* xdisp.c (cursor_type_changed): Now static.
Paul Eggert
2013-08-14
* window.h (struct window): Convert window_end_pos and
Dmitry Antipov
2013-08-14
* window.h (struct window): Convert scroll_bar_width
Dmitry 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 and
Dmitry Antipov
2013-08-13
* window.h (struct window): Convert left_fringe_width
Dmitry Antipov
2013-08-12
Avoid looping over all frame windows to freeze and unfreeze.
Dmitry Antipov
2013-08-07
Be more careful if selected window shows the buffer other than current,
Dmitry Antipov
2013-07-16
New unwind-protect flavors to better type-check C callbacks.
Paul Eggert
2013-06-16
Use functions, not macros, for XINT etc.
Paul Eggert
[next]