aboutsummaryrefslogtreecommitdiff
path: root/layout-set.c
Commit message (Expand)AuthorAge
* Add split-window -Z to start the pane zoomed, GitHub issue 2591.nicm2021-03-11
* Change so main-pane-width and height can be given as a percentage.nicm2020-04-22
* Make a best effort to set xpixel and ypixel for each pane and addnicm2019-11-28
* Make layout_fix_offsets take a window like layout_fix_panes.nicm2019-07-15
* Fix sizing of main-vertical and main-horizontal layouts, GitHub issue 1736.nicm2019-05-14
* Unbreak main-vertical and main-horizontal layouts.nicm2019-04-26
* Rewrite main-vertical and horizontal to use the common spread out codenicm2019-04-17
* Set the window size as well as the layout size when using the presetnicm2019-04-17
* Fix size check for splitw -f and top level pane size for tiled layout,nicm2019-04-04
* Support for windows larger than visible on the attached client. This hasnicm2018-10-18
* Initialize the size of new panes created by the even-* layout correctly;nicm2017-12-31
* Add a common function for spreading out cells and use it for the twonicm2017-11-15
* Notify layout changed when choosing predefined layouts, from Joshua Brot.nicm2017-05-15
* Some other stuff that can be local to one file.nicm2016-10-11
* Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-10
* Fix minimum size when pane status line is enabled, reported by Y Petremann.nicm2016-08-03
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Move struct options into options.c.nicm2015-10-27
* Remove some old prototypes and unused functions.nicm2015-08-29
* Some more long lines.nicm2014-04-17
* Fix a trivial copy-and-paste error (sx->sy), from Chris Johnsen.Nicholas Marriott2011-11-09
* Prevent tiled producing a corrupt layout when only one column is needed,Nicholas Marriott2011-03-07
* Add other-pane-height and other-pane-width options, allowing the widthNicholas Marriott2010-12-19
* In the built-in layouts, distribute the panes more evenly. Set theNicholas Marriott2010-12-08
* Add a tiled layout, originally from Liam Bedford a while ago, fixed upNicholas Marriott2010-04-25
* Fix divide by zero on small windows with main-* layouts.Nicholas Marriott2010-02-03
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
* If select-layout is not given an argument, repply the last layout used in theNicholas Marriott2009-07-28
* Kill some dead stores and fix a null pointer deref, found by clang.Nicholas Marriott2009-07-20
* Improved layout code.Nicholas Marriott2009-07-19