aboutsummaryrefslogtreecommitdiff
path: root/layout-custom.c
Commit message (Expand)AuthorAge
* Add split-window -Z to start the pane zoomed, GitHub issue 2591.nicm2021-03-11
* Make a best effort to set xpixel and ypixel for each pane and addnicm2019-11-28
* Do not crash trying to fix layout size if only one cell, from Azat Khuzhin.nicm2019-10-19
* Some old tmux versions can sometimes generate layout strings which havenicm2019-10-14
* Do not lazily use BUFSIZ for "I don't care what size" when buildingnicm2019-10-03
* Make layout_fix_offsets take a window like layout_fix_panes.nicm2019-07-15
* Use the right format modifier when comparing, and remove a couple ofnicm2019-06-15
* Do not always resize the window back to its original size after applyingnicm2019-06-12
* Support for windows larger than visible on the attached client. This hasnicm2018-10-18
* Use the notify name string instead of going via an enum and changenicm2016-10-16
* Fix minimum size when pane status line is enabled, reported by Y Petremann.nicm2016-08-03
* Wrap some long lines and apply some static.nicm2016-07-15
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Always format real layout even when zoomed.nicm2015-04-21
* Fix handling of short (< 4 character) checksums and a bug with parsingNicholas Marriott2013-03-25
* Add notify hooks for various events, the functions are currently emptyNicholas Marriott2012-03-17
* Check for the right return value from sscanf.Nicholas Marriott2012-02-05
* Add pane id to each pane in layout description (while still acceptingNicholas Marriott2012-01-30
* Get rid of the layout string code which tries to walk through the layoutNicholas Marriott2011-06-05
* Custom layouts. list-windows command displays the layout as a string (such asNicholas Marriott2010-06-29