summaryrefslogtreecommitdiffstats
path: root/layout-custom.c
AgeCommit message (Expand)Author
12 daysFixes for memory leaks reported by Lu Ming Yin, fixes from Howard Chu.nicm
2023-02-02Add a missing error message which causes an invalid layout name to crash.nicm
2022-05-30Better error reporting when applying custom layouts.nicm
2021-03-11Add split-window -Z to start the pane zoomed, GitHub issue 2591.nicm
2019-11-28Make a best effort to set xpixel and ypixel for each pane and addnicm
2019-10-19Do not crash trying to fix layout size if only one cell, from Azat Khuzhin.nicm
2019-10-14Some old tmux versions can sometimes generate layout strings which havenicm
2019-10-03Do not lazily use BUFSIZ for "I don't care what size" when buildingnicm
2019-07-15Make layout_fix_offsets take a window like layout_fix_panes.nicm
2019-06-15Use the right format modifier when comparing, and remove a couple ofnicm
2019-06-12Do not always resize the window back to its original size after applyingnicm
2018-10-18Support for windows larger than visible on the attached client. This hasnicm
2016-10-16Use the notify name string instead of going via an enum and changenicm
2016-08-03Fix minimum size when pane status line is enabled, reported by Y Petremann.nicm
2016-07-15Wrap some long lines and apply some static.nicm
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-04-21Always format real layout even when zoomed.nicm
2013-03-25Fix handling of short (< 4 character) checksums and a bug with parsingNicholas Marriott
2012-03-17Add notify hooks for various events, the functions are currently emptyNicholas Marriott
2012-02-05Check for the right return value from sscanf.Nicholas Marriott
2012-01-30Add pane id to each pane in layout description (while still acceptingNicholas Marriott
2011-06-05Get rid of the layout string code which tries to walk through the layoutNicholas Marriott
2010-06-29Custom layouts. list-windows command displays the layout as a string (such asNicholas Marriott