summaryrefslogtreecommitdiff
path: root/src/window.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Fix comments on window height macrosNoam Postavsky2016-09-111-2/+2
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Ensure redisplay after evaluationEli Zaretskii2015-11-061-0/+1
* Avoid some int overflows in window.cPaul Eggert2015-04-131-3/+3
* Use bool for boolean in window.cPaul Eggert2015-04-111-7/+7
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-1/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Merge from emacs-24Stefan Monnier2014-11-161-1/+1
|\
| * src/window.h (WINDOW_FRAME_LINE_HEIGHT): Fix a typo in a comment.Eli Zaretskii2014-11-151-1/+1
* | Pacify --enable-gcc-warnings when no window system is used.Paul Eggert2014-09-101-2/+8
* | Fix scroll bar handling for non-toolkit builds.Martin Rudalics2014-08-041-1/+3
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-115/+182
|/
* Fix bug #17892 with mode/header line and display margins.Eli Zaretskii2014-07-011-2/+4
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-43/+43
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-134/+184
* Fix minor problems found by static checking.Paul Eggert2013-11-281-16/+16
* Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier2013-11-281-16/+37
* Add pre-redisplay-function and rectangular regionStefan Monnier2013-10-291-4/+0
* * window.h (struct window): Prefer enum text_cursor_kinds to intDmitry Antipov2013-10-021-3/+9
* A simpler, centralized INLINE.Paul Eggert2013-09-201-11/+8
* Ifdef away frame tool bar code when it is not really used.Dmitry Antipov2013-09-111-1/+4
* Cache current header and mode line height for each window.Dmitry Antipov2013-09-051-0/+6
* * window.h (Vmouse_window, Vmouse_event): Remove the leftovers.Dmitry Antipov2013-09-021-8/+0
* Redesign redisplay interface to drop global output_cursor.Dmitry Antipov2013-08-281-0/+19
* * window.h (struct window): Replace last_cursor with last_cursor_vposDmitry Antipov2013-08-261-4/+4
* * xdisp.c (cursor_type_changed): Now static.Paul Eggert2013-08-141-4/+0
* * window.h (struct window): Convert window_end_pos andDmitry Antipov2013-08-141-18/+8
* * window.h (struct window): Convert scroll_bar_widthDmitry Antipov2013-08-141-8/+7
* * window.h (WINDOW_FRINGE_EXTENDED_P): New macro.Dmitry Antipov2013-08-131-7/+19
* * window.h (struct window): Convert left_margin_cols andDmitry Antipov2013-08-131-23/+11
* * window.h (struct window): Convert left_fringe_widthDmitry Antipov2013-08-131-13/+11
* Avoid looping over all frame windows to freeze and unfreeze.Dmitry Antipov2013-08-121-6/+0
* Be more careful if selected window shows the buffer other than current,Dmitry Antipov2013-08-071-0/+1
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-0/+1
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-161-1/+1
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-26/+32
* * frame.h (struct frame): Put menu_bar_window under #ifdefDmitry Antipov2013-03-221-0/+5
* * window.h (struct window): Convert left_col, top_line, total_linesDmitry Antipov2013-03-201-39/+18
* * window.c (window_resize_check, window_resize_apply)Dmitry Antipov2013-03-181-4/+4
* Minor additional fix in the wake of bugs #13623 and 13626.Eli Zaretskii2013-02-121-2/+1
* Fix bugs #13623 and 13626 caused by changes in 2013-02-01T07:23:18Z!dmantipov...Eli Zaretskii2013-02-041-3/+5
* * window.h (struct window): Convert base_line_number, base_line_posDmitry Antipov2013-02-011-20/+16
* * window.h (struct window): Change window_end_valid member fromDmitry Antipov2013-01-221-15/+11
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-2/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | * window.c (select_window_1): Now static.Paul Eggert2012-12-251-1/+0
* | * src/xdisp.c (select_frame_for_redisplay): Use select_window_1 toStefan Monnier2012-12-171-4/+5