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