summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/layout-set.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add split-window -Z to start the pane zoomed, GitHub issue 2591.nicm2021-03-111-5/+5
* Change so main-pane-width and height can be given as a percentage.nicm2020-04-221-11/+34
* Make a best effort to set xpixel and ypixel for each pane and addnicm2019-11-281-5/+5
* Make layout_fix_offsets take a window like layout_fix_panes.nicm2019-07-151-5/+5
* Fix sizing of main-vertical and main-horizontal layouts, GitHub issue 1736.nicm2019-05-141-19/+25
* Unbreak main-vertical and main-horizontal layouts.nicm2019-04-261-28/+40
* Rewrite main-vertical and horizontal to use the common spread out codenicm2019-04-171-171/+77
* Set the window size as well as the layout size when using the presetnicm2019-04-171-5/+26
* Fix size check for splitw -f and top level pane size for tiled layout,nicm2019-04-041-3/+2
* Support for windows larger than visible on the attached client. This hasnicm2018-10-181-5/+5
* Initialize the size of new panes created by the even-* layout correctly;nicm2017-12-311-1/+3
* Add a common function for spreading out cells and use it for the twonicm2017-11-151-71/+13
* Notify layout changed when choosing predefined layouts, from Joshua Brot.nicm2017-05-151-1/+6
* Some other stuff that can be local to one file.nicm2016-10-111-2/+2
* Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-101-10/+10
* Fix minimum size when pane status line is enabled, reported by Y Petremann.nicm2016-08-031-9/+17
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Move struct options into options.c.nicm2015-10-271-5/+5
* Remove some old prototypes and unused functions.nicm2015-08-291-7/+1
* Some more long lines.nicm2014-04-171-3/+3
* Fix a trivial copy-and-paste error (sx->sy), from Chris Johnsen.nicm2011-11-091-3/+3
* Prevent tiled producing a corrupt layout when only one column is needed,nicm2011-03-071-2/+2
* Add other-pane-height and other-pane-width options, allowing the widthnicm2010-12-191-5/+25
* In the built-in layouts, distribute the panes more evenly. Set thenicm2010-12-081-44/+43
* Add a tiled layout, originally from Liam Bedford a while ago, fixed upnicm2010-04-251-1/+102
* Fix divide by zero on small windows with main-* layouts.nicm2010-02-031-1/+5
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-11/+11
* If select-layout is not given an argument, repply the last layout used in thenicm2009-07-281-13/+24
* Kill some dead stores and fix a null pointer deref, found by clang.nicm2009-07-201-7/+5
* Improved layout code.nicm2009-07-191-0/+436