| Commit message (Expand) | Author | Age | Files | Lines |
* | Add split-window -Z to start the pane zoomed, GitHub issue 2591. |  nicm | 2021-03-11 | 1 | -10/+14 |
* | Simplify code to work out if an extra line is needed in the cell. |  nicm | 2019-07-15 | 1 | -42/+65 |
* | Make layout_fix_offsets take a window like layout_fix_panes. |  nicm | 2019-07-15 | 1 | -10/+22 |
* | Fix a typo in window_pane_find_down (w not wp) and a missing PANE_STATUS_TOP. |  nicm | 2019-06-26 | 1 | -3/+3 |
* | Add #define for the pane status line option position numbers. |  nicm | 2019-06-26 | 1 | -19/+19 |
* | Do not try to resize if the parent cell is NULL, problem reported by |  nicm | 2019-04-23 | 1 | -3/+3 |
* | Fix minimum size check on split and size of first cell on spread out |  nicm | 2019-04-17 | 1 | -9/+23 |
* | Set the window size as well as the layout size when using the preset |  nicm | 2019-04-17 | 1 | -3/+3 |
* | Break new window and pane creation common code from various commands and |  nicm | 2019-04-17 | 1 | -8/+9 |
* | Fix size check for splitw -f and top level pane size for tiled layout, |  nicm | 2019-04-04 | 1 | -7/+14 |
* | Support for windows larger than visible on the attached client. This has |  nicm | 2018-10-18 | 1 | -55/+12 |
* | Only include pane status in minimum size if it is turned on, GitHub |  nicm | 2018-09-24 | 1 | -5/+6 |
* | Instead of working out which pane to resize with the mouse by walking |  nicm | 2018-06-08 | 1 | -23/+66 |
* | Fix size calculation when spreading out panes. |  nicm | 2018-03-23 | 1 | -2/+2 |
* | Improve logging for layout cells. |  nicm | 2018-01-12 | 1 | -3/+18 |
* | Add a common function for spreading out cells and use it for the two |  nicm | 2017-11-15 | 1 | -1/+59 |
* | Fix calculation of size for full size splits. |  nicm | 2017-03-11 | 1 | -3/+4 |
* | Use the notify name string instead of going via an enum and change |  nicm | 2016-10-16 | 1 | -3/+3 |
* | Do not allow the opposite pane to resize when dragging with the mouse |  nicm | 2016-10-10 | 1 | -10/+12 |
* | Add support for performing a full width split (with splitw -f), rather |  nicm | 2016-09-04 | 1 | -44/+233 |
* | Fix minimum size when pane status line is enabled, reported by Y Petremann. |  nicm | 2016-08-03 | 1 | -44/+56 |
* | Add option to include status text in the pane borders. If |  nicm | 2016-04-29 | 1 | -5/+47 |
* | I no longer use my SourceForge address so replace it. |  nicm | 2016-01-19 | 1 | -2/+2 |
* | Style nits and line wrapping of function declarations. |  nicm | 2015-12-11 | 1 | -12/+12 |
* | -l should apply to the new not the old pane with -b, from "MadMaverick9" |  nicm | 2015-09-18 | 1 | -1/+5 |
* | Rewrite of tmux mouse support which was a mess. Instead of having |  nicm | 2015-04-19 | 1 | -53/+1 |
* | Both the two previous ways of navigating panes by direction have |  nicm | 2014-05-08 | 1 | -2/+1 |
* | Fix crash due to uninitialized lastwp member of layout_cell, reported by |  nicm | 2014-02-22 | 1 | -1/+2 |
* | mouse-resize-pane: Only resize on border select |  nicm | 2013-10-10 | 1 | -2/+2 |
* | layout-resize-pane-mouse: Consider visible panes only |  nicm | 2013-10-10 | 1 | -1/+4 |
* | Add resize-pane -Z to temporary zoom the active pane to occupy the full |  nicm | 2013-03-24 | 1 | -3/+3 |
* | Add resize-pane -x and -y for absolute pane size (much requested). |  nicm | 2013-03-22 | 1 | -1/+37 |
* | Remove the layout undo/redo code which never really worked. |  nicm | 2013-01-17 | 1 | -73/+1 |
* | Make mouse event structure clearer by defining events (up, click, drag) |  nicm | 2012-10-26 | 1 | -21/+22 |
* | xfree is not particularly helpful, remove it. From Thomas Adam. |  nicm | 2012-07-10 | 1 | -4/+4 |
* | Fix some indentation. |  nicm | 2012-04-01 | 1 | -12/+12 |
* | Fix option name. |  nicm | 2012-04-01 | 1 | -2/+2 |
* | Add a layout history which can be stepped through with select-layout -u |  nicm | 2012-04-01 | 1 | -1/+73 |
* | Add notify hooks for various events, the functions are currently empty |  nicm | 2012-03-17 | 1 | -1/+3 |
* | Add move-pane command (like join-pane but allows the same window). Also |  nicm | 2012-03-03 | 1 | -10/+25 |
* | Add an option to move the status line to the top of the screen, |  nicm | 2012-01-29 | 1 | -3/+3 |
* | Add a new option, mouse-resize-pane. When on, panes may be resized by |  nicm | 2011-05-08 | 1 | -1/+48 |
* | Custom layouts. list-windows command displays the layout as a string (such as |  nicm | 2010-06-29 | 1 | -51/+79 |
* | New command, join-pane, to split and move an existing pane into the space (like |  nicm | 2010-01-07 | 1 | -12/+18 |
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last |  nicm | 2009-12-03 | 1 | -24/+24 |
* | Improved layout code. |  nicm | 2009-07-19 | 1 | -253/+536 |
* | Get rid of the PANE_HIDDEN flag in favour of a function, and moving the |  nicm | 2009-07-14 | 1 | -37/+30 |
* | Import tmux, a terminal multiplexor allowing (among other things) a single |  nicm | 2009-06-01 | 1 | -0/+373 |