aboutsummaryrefslogtreecommitdiff
path: root/resize.c
Commit message (Expand)AuthorAge
* Tidy the resize code, merge some common bits and add some comments. Fromnicm2020-10-05
* Add support for pausing a pane when the output buffered for a controlnicm2020-06-05
* Move lazy resize from the pane to the window, there is no point innicm2020-05-16
* Change the existing client flags for control mode to apply for anynicm2020-05-16
* If ALL clients are readonly, allow them to affect the size, suggested by Thom...nicm2020-01-28
* Add a define for flags meaning a client is not attached, and fixnicm2020-01-28
* If a window appears in only one attached session, there is no point innicm2019-11-29
* Make a best effort to set xpixel and ypixel for each pane and addnicm2019-11-28
* Use the correct size for new windows when window-size is latest,nicm2019-09-23
* Add a "latest" window-size option which tries to size windows based onnicm2019-09-19
* Do not reduce window height by status line height for control modenicm2019-05-11
* Set the window size as well as the layout size when using the presetnicm2019-04-17
* Tidy and rename some bits of status line code.nicm2019-03-16
* Fix resizing of control clients, should be ignored until SIZECHANGED flag set.nicm2019-03-12
* Fix sense of aggressive-resize flag.nicm2019-03-04
* Support for windows larger than visible on the attached client. This hasnicm2018-10-18
* SESSION_UNATTACHED flag is no longer necessary now we have an attachednicm2018-08-18
* Infrastructure for drawing status lines of more than one line in height,nicm2017-10-16
* Do not forbid targets to specify non-visible panes - the checks fornicm2017-08-28
* Prevent control clients from affecting the session size until they havenicm2017-05-10
* Improve some of the logging on resize.nicm2017-02-08
* Cache status line position to reduce option lookups during output.nicm2017-02-03
* Use the notify name string instead of going via an enum and changenicm2016-10-16
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Move struct options into options.c.nicm2015-10-27
* Convert clients list into a TAILQ.nicm2015-04-24
* Make session_has return a flag, returning the first winlink found is anicm2015-04-22
* Change the windows array into an RB tree and fix some places where wenicm2015-04-22
* Label windows which are smaller than expected with a reason.nicm2014-11-14
* Don't let force-width or force-height be < PANE_MINIMUM.nicm2014-11-12
* Make session_attached a count and add session_many_attached flag.nicm2014-03-31
* Make recalculate_sizes() handle an empty window with no activenicm2013-10-10
* Add resize-pane -Z to temporary zoom the active pane to occupy the fullNicholas Marriott2013-03-24
* Do not include status line in size calculations in control mode.Nicholas Marriott2013-03-21
* Add notify hooks for various events, the functions are currently emptyNicholas Marriott2012-03-17
* Store sessions in an RB tree by name rather than a list, this is tidierNicholas Marriott2010-12-21
* There is somewhere that WINDOW_HIDDEN is getting set when it shouldn'tNicholas Marriott2010-11-22
* Having a list of winlinks->alerts for each session is stupid, just storeNicholas Marriott2010-06-21
* Don't allow locked or suspended clients to limit the size of active clients.Nicholas Marriott2009-09-24
* Improved layout code.Nicholas Marriott2009-07-19
* Get rid of the PANE_HIDDEN flag in favour of a function, and moving theNicholas Marriott2009-07-14
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01