summaryrefslogtreecommitdiff
path: root/src/window.h
Commit message (Expand)AuthorAgeFilesLines
* Use native alignment to access Lisp object dataPaul Eggert2018-06-101-1/+1
* Make tooltip code handle scenarios from Bug#30182 and Bug#30399Martin Rudalics2018-02-101-0/+9
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix tool-tip display when display margins are non-zero by defaultEli Zaretskii2017-12-091-1/+2
* Change vectorlike from struct to unionPaul Eggert2017-11-131-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Provide additional support for child framesMartin Rudalics2017-06-251-111/+89
* Refactor uses of scroll_margin to a functionNoam Postavsky2017-02-021-0/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Reorder lisp.h to declare types before using themPaul Eggert2016-12-251-0/+19
* | Ensure redisplay using variable watcherNoam Postavsky2016-12-021-1/+0
* | Merge from origin/emacs-25Paul Eggert2016-09-261-2/+2
|\ \ | |/
| * Fix comments on window height macrosNoam Postavsky2016-09-111-2/+2
* | * src/window.c (sanitize_window_sizes): Remove unused arg `frame'Stefan Monnier2016-08-021-1/+1
* | Port window changes to --enable-gcc-warningsPaul Eggert2016-08-021-1/+1
* | Implement horizontal scroll bars on NSAlan Third2016-05-011-1/+1
* | Merge from origin/emacs-25John Wiegley2016-03-111-2/+2
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* | Minor cleanups for async DNS etc.Paul Eggert2016-02-231-1/+0
* | Fix `window-configuration-change-hook' and `window-size-change-functions'Martin Rudalics2016-02-231-4/+12
|/
* 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