Age | Commit message (Expand) | Author |
2024-03-21 | Do not notify window-layout-changed if the window is about to be | Nicholas Marriott |
2022-02-17 | Add a window-resized hook which is fired when the window is actually | Nicholas Marriott |
2022-01-06 | Ignore windows without a size set (may be used for pane only), from | Nicholas Marriott |
2021-12-06 | Do not dereference NULL window when resizing client, GitHub issue 2982. | Nicholas Marriott |
2021-08-27 | Allow control mode clients to set a hard limit on the window width and | Nicholas Marriott |
2021-08-25 | Improve some logging. | Nicholas Marriott |
2021-08-25 | Ignore client creating session when working out size if it is a control | Nicholas Marriott |
2021-06-10 | Do not count client (and crash) if no window. | Nicholas Marriott |
2021-06-10 | Include current client in size calculation for new sessions, GitHub | Nicholas Marriott |
2020-10-05 | Tidy the resize code, merge some common bits and add some comments. From | Nicholas Marriott |
2020-06-05 | Add support for pausing a pane when the output buffered for a control | Nicholas Marriott |
2020-05-16 | Move lazy resize from the pane to the window, there is no point in | Nicholas Marriott |
2020-05-16 | Change the existing client flags for control mode to apply for any | Nicholas Marriott |
2020-01-28 | If ALL clients are readonly, allow them to affect the size, suggested by Thom... | Nicholas Marriott |
2020-01-28 | Add a define for flags meaning a client is not attached, and fix | Nicholas Marriott |
2019-11-29 | If a window appears in only one attached session, there is no point in | Nicholas Marriott |
2019-11-28 | Make a best effort to set xpixel and ypixel for each pane and add | Nicholas Marriott |
2019-09-23 | Use the correct size for new windows when window-size is latest, | Nicholas Marriott |
2019-09-19 | Add a "latest" window-size option which tries to size windows based on | Nicholas Marriott |
2019-05-11 | Do not reduce window height by status line height for control mode | Nicholas Marriott |
2019-04-17 | Set the window size as well as the layout size when using the preset | Nicholas Marriott |
2019-03-16 | Tidy and rename some bits of status line code. | Nicholas Marriott |
2019-03-12 | Fix resizing of control clients, should be ignored until SIZECHANGED flag set. | Nicholas Marriott |
2019-03-04 | Fix sense of aggressive-resize flag. | Nicholas Marriott |
2018-10-18 | Support for windows larger than visible on the attached client. This has | Nicholas Marriott |
2018-08-18 | SESSION_UNATTACHED flag is no longer necessary now we have an attached | Nicholas Marriott |
2017-10-16 | Infrastructure for drawing status lines of more than one line in height, | Nicholas Marriott |
2017-08-28 | Do not forbid targets to specify non-visible panes - the checks for | Nicholas Marriott |
2017-05-10 | Prevent control clients from affecting the session size until they have | Nicholas Marriott |
2017-02-08 | Improve some of the logging on resize. | Nicholas Marriott |
2017-02-03 | Cache status line position to reduce option lookups during output. | Nicholas Marriott |
2016-10-16 | Use the notify name string instead of going via an enum and change | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-10-27 | Move struct options into options.c. | Nicholas Marriott |
2015-04-24 | Convert clients list into a TAILQ. | Nicholas Marriott |
2015-04-22 | Make session_has return a flag, returning the first winlink found is a | Nicholas Marriott |
2015-04-22 | Change the windows array into an RB tree and fix some places where we | Nicholas Marriott |
2014-11-14 | Label windows which are smaller than expected with a reason. | Nicholas Marriott |
2014-11-12 | Don't let force-width or force-height be < PANE_MINIMUM. | Nicholas Marriott |
2014-03-31 | Make session_attached a count and add session_many_attached flag. | Nicholas Marriott |
2013-10-10 | Make recalculate_sizes() handle an empty window with no active | Nicholas Marriott |
2013-03-24 | Add resize-pane -Z to temporary zoom the active pane to occupy the full | Nicholas Marriott |
2013-03-21 | Do not include status line in size calculations in control mode. | Nicholas Marriott |
2012-03-17 | Add notify hooks for various events, the functions are currently empty | Nicholas Marriott |
2010-12-21 | Store sessions in an RB tree by name rather than a list, this is tidier | Nicholas Marriott |
2010-11-22 | There is somewhere that WINDOW_HIDDEN is getting set when it shouldn't | Nicholas Marriott |
2010-06-21 | Having a list of winlinks->alerts for each session is stupid, just store | Nicholas Marriott |
2009-09-24 | Don't allow locked or suspended clients to limit the size of active clients. | Nicholas Marriott |
2009-07-19 | Improved layout code. | Nicholas Marriott |
2009-07-14 | Get rid of the PANE_HIDDEN flag in favour of a function, and moving the | Nicholas Marriott |