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