| Commit message (Expand) | Author | Age | Files | Lines |
* | Add split-window -Z to start the pane zoomed, GitHub issue 2591. |  nicm | 2021-03-11 | 1 | -5/+5 |
* | Change so main-pane-width and height can be given as a percentage. |  nicm | 2020-04-22 | 1 | -11/+34 |
* | Make a best effort to set xpixel and ypixel for each pane and add |  nicm | 2019-11-28 | 1 | -5/+5 |
* | Make layout_fix_offsets take a window like layout_fix_panes. |  nicm | 2019-07-15 | 1 | -5/+5 |
* | Fix sizing of main-vertical and main-horizontal layouts, GitHub issue 1736. |  nicm | 2019-05-14 | 1 | -19/+25 |
* | Unbreak main-vertical and main-horizontal layouts. |  nicm | 2019-04-26 | 1 | -28/+40 |
* | Rewrite main-vertical and horizontal to use the common spread out code |  nicm | 2019-04-17 | 1 | -171/+77 |
* | Set the window size as well as the layout size when using the preset |  nicm | 2019-04-17 | 1 | -5/+26 |
* | Fix size check for splitw -f and top level pane size for tiled layout, |  nicm | 2019-04-04 | 1 | -3/+2 |
* | Support for windows larger than visible on the attached client. This has |  nicm | 2018-10-18 | 1 | -5/+5 |
* | Initialize the size of new panes created by the even-* layout correctly; |  nicm | 2017-12-31 | 1 | -1/+3 |
* | Add a common function for spreading out cells and use it for the two |  nicm | 2017-11-15 | 1 | -71/+13 |
* | Notify layout changed when choosing predefined layouts, from Joshua Brot. |  nicm | 2017-05-15 | 1 | -1/+6 |
* | Some other stuff that can be local to one file. |  nicm | 2016-10-11 | 1 | -2/+2 |
* | Loads more static, except for cmd-*.c and window-*.c. |  nicm | 2016-10-10 | 1 | -10/+10 |
* | Fix minimum size when pane status line is enabled, reported by Y Petremann. |  nicm | 2016-08-03 | 1 | -9/+17 |
* | 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 |
* | Remove some old prototypes and unused functions. |  nicm | 2015-08-29 | 1 | -7/+1 |
* | Some more long lines. |  nicm | 2014-04-17 | 1 | -3/+3 |
* | Fix a trivial copy-and-paste error (sx->sy), from Chris Johnsen. |  nicm | 2011-11-09 | 1 | -3/+3 |
* | Prevent tiled producing a corrupt layout when only one column is needed, |  nicm | 2011-03-07 | 1 | -2/+2 |
* | Add other-pane-height and other-pane-width options, allowing the width |  nicm | 2010-12-19 | 1 | -5/+25 |
* | In the built-in layouts, distribute the panes more evenly. Set the |  nicm | 2010-12-08 | 1 | -44/+43 |
* | Add a tiled layout, originally from Liam Bedford a while ago, fixed up |  nicm | 2010-04-25 | 1 | -1/+102 |
* | Fix divide by zero on small windows with main-* layouts. |  nicm | 2010-02-03 | 1 | -1/+5 |
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last |  nicm | 2009-12-03 | 1 | -11/+11 |
* | If select-layout is not given an argument, repply the last layout used in the |  nicm | 2009-07-28 | 1 | -13/+24 |
* | Kill some dead stores and fix a null pointer deref, found by clang. |  nicm | 2009-07-20 | 1 | -7/+5 |
* | Improved layout code. |  nicm | 2009-07-19 | 1 | -0/+436 |