| Commit message (Expand) | Author | Age | Files | Lines |
* | Tidy the resize code, merge some common bits and add some comments. From |  nicm | 2020-10-05 | 1 | -209/+168 |
* | Add support for pausing a pane when the output buffered for a control |  nicm | 2020-06-05 | 1 | -6/+12 |
* | Move lazy resize from the pane to the window, there is no point in |  nicm | 2020-05-16 | 1 | -6/+21 |
* | Change the existing client flags for control mode to apply for any |  nicm | 2020-05-16 | 1 | -5/+5 |
* | If ALL clients are readonly, allow them to affect the size, suggested by Thomas Sattler. |  nicm | 2020-01-28 | 1 | -1/+17 |
* | Add a define for flags meaning a client is not attached, and fix |  nicm | 2020-01-28 | 1 | -3/+4 |
* | If a window appears in only one attached session, there is no point in |  nicm | 2019-11-29 | 1 | -5/+23 |
* | Make a best effort to set xpixel and ypixel for each pane and add |  nicm | 2019-11-28 | 1 | -7/+46 |
* | Use the correct size for new windows when window-size is latest, |  nicm | 2019-09-23 | 1 | -21/+48 |
* | Add a "latest" window-size option which tries to size windows based on |  nicm | 2019-09-19 | 1 | -73/+112 |
* | Do not reduce window height by status line height for control mode |  nicm | 2019-05-11 | 1 | -3/+4 |
* | Set the window size as well as the layout size when using the preset |  nicm | 2019-04-17 | 1 | -1/+3 |
* | Tidy and rename some bits of status line code. |  nicm | 2019-03-16 | 1 | -2/+2 |
* | Fix resizing of control clients, should be ignored until SIZECHANGED flag set. |  nicm | 2019-03-12 | 1 | -20/+24 |
* | Fix sense of aggressive-resize flag. |  nicm | 2019-03-04 | 1 | -2/+2 |
* | Support for windows larger than visible on the attached client. This has |  nicm | 2018-10-18 | 1 | -114/+198 |
* | SESSION_UNATTACHED flag is no longer necessary now we have an attached |  nicm | 2018-08-18 | 1 | -10/+3 |
* | Infrastructure for drawing status lines of more than one line in height, |  nicm | 2017-10-16 | 1 | -9/+13 |
* | Do not forbid targets to specify non-visible panes - the checks for |  nicm | 2017-08-28 | 1 | -1/+3 |
* | Prevent control clients from affecting the session size until they have |  nicm | 2017-05-10 | 1 | -1/+4 |
* | Improve some of the logging on resize. |  nicm | 2017-02-08 | 1 | -5/+5 |
* | Cache status line position to reduce option lookups during output. |  nicm | 2017-02-03 | 1 | -1/+3 |
* | Use the notify name string instead of going via an enum and change |  nicm | 2016-10-16 | 1 | -2/+2 |
* | I no longer use my SourceForge address so replace it. |  nicm | 2016-01-19 | 1 | -2/+2 |
* | Move struct options into options.c. |  nicm | 2015-10-27 | 1 | -5/+5 |
* | Convert clients list into a TAILQ. |  nicm | 2015-04-24 | 1 | -5/+4 |
* | Make session_has return a flag, returning the first winlink found is a |  nicm | 2015-04-22 | 1 | -2/+2 |
* | Change the windows array into an RB tree and fix some places where we |  nicm | 2015-04-22 | 1 | -7/+6 |
* | Label windows which are smaller than expected with a reason. |  nicm | 2014-11-14 | 1 | -4/+12 |
* | Don't let force-width or force-height be < PANE_MINIMUM. |  nicm | 2014-11-12 | 1 | -3/+3 |
* | Make session_attached a count and add session_many_attached flag. |  nicm | 2014-03-31 | 1 | -1/+3 |
* | Make recalculate_sizes() handle an empty window with no active |  nicm | 2013-10-10 | 1 | -2/+2 |
* | Add resize-pane -Z to temporary zoom the active pane to occupy the full |  nicm | 2013-03-24 | 1 | -3/+7 |
* | Do not include status line in size calculations in control mode. |  nicm | 2013-03-21 | 1 | -14/+17 |
* | Add notify hooks for various events, the functions are currently empty |  nicm | 2012-03-17 | 1 | -1/+2 |
* | Store sessions in an RB tree by name rather than a list, this is tidier |  nicm | 2010-12-21 | 1 | -9/+4 |
* | There is somewhere that WINDOW_HIDDEN is getting set when it shouldn't |  nicm | 2010-11-22 | 1 | -5/+2 |
* | Having a list of winlinks->alerts for each session is stupid, just store |  nicm | 2010-06-21 | 1 | -2/+2 |
* | Don't allow locked or suspended clients to limit the size of active clients. |  nicm | 2009-09-24 | 1 | -2/+2 |
* | Improved layout code. |  nicm | 2009-07-19 | 1 | -2/+2 |
* | Get rid of the PANE_HIDDEN flag in favour of a function, and moving the |  nicm | 2009-07-14 | 1 | -1/+16 |
* | Import tmux, a terminal multiplexor allowing (among other things) a single |  nicm | 2009-06-01 | 1 | -0/+138 |