| Age | Commit message (Expand) | Author |
| 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 |
| 2013-03-28 | * window.h (struct window): Replace hchild, vchild and buffer slots | Dmitry Antipov |
| 2013-03-22 | * frame.h (struct frame): Put menu_bar_window under #ifdef | Dmitry Antipov |
| 2013-03-20 | * window.h (struct window): Convert left_col, top_line, total_lines | Dmitry Antipov |
| 2013-03-18 | * window.c (window_resize_check, window_resize_apply) | Dmitry Antipov |
| 2013-02-12 | Minor additional fix in the wake of bugs #13623 and 13626. | Eli Zaretskii |
| 2013-02-04 | Fix bugs #13623 and 13626 caused by changes in 2013-02-01T07:23:18Z!dmantipov... | Eli Zaretskii |
| 2013-02-01 | * window.h (struct window): Convert base_line_number, base_line_pos | Dmitry Antipov |
| 2013-01-22 | * window.h (struct window): Change window_end_valid member from | Dmitry Antipov |
| 2013-01-02 | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert |
| 2013-01-01 | Update copyright notices for 2013. | Paul Eggert |
| 2012-12-25 | * window.c (select_window_1): Now static. | Paul Eggert |
| 2012-12-17 | * src/xdisp.c (select_frame_for_redisplay): Use select_window_1 to | Stefan Monnier |
| 2012-12-10 | Per-buffer window counters. | Dmitry Antipov |
| 2012-11-02 | Window-related stuff cleanup here and there. | Dmitry Antipov |
| 2012-09-19 | * src/alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after* | Stefan Monnier |
| 2012-09-11 | Discard killed buffers from deleted window and frame objects. | Dmitry Antipov |
| 2012-09-05 | Remove redundant or unused things here and there. | Dmitry Antipov |
| 2012-09-05 | * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean. | Paul Eggert |
| 2012-08-26 | Remove unused external symbols. | Paul Eggert |
| 2012-08-17 | * window.h (WSET): Remove. | Paul Eggert |
| 2012-08-16 | Consistently check windows for validity/liveness (Bug#11984, Bug#12025, Bug#1... | Martin Rudalics |
| 2012-08-07 | Drop WGET and revert read access to Lisp_Objects slots of struct window. | Dmitry Antipov |
| 2012-08-07 | Drop FGET and revert read access to Lisp_Objects slots of struct frame. | Dmitry Antipov |
| 2012-08-06 | Separate read and write access to Lisp_Object slots of struct window. | Dmitry Antipov |
| 2012-08-06 | Separate read and write access to Lisp_Object slots of struct frame. | Dmitry Antipov |
| 2012-08-01 | Use INTERNAL_FIELD for windows. | Dmitry Antipov |
| 2012-07-31 | Generalize INTERNAL_FIELD between buffers, keyboards and frames. | Dmitry Antipov |
| 2012-07-05 | Revert hscroll and min_hscroll to ptrdiff_t. | Eli Zaretskii |
| 2012-07-05 | Fix bug #11857 with messed up display for insanely large hscroll values. | Eli Zaretskii |